Commit Graph

63 Commits

Author SHA1 Message Date
Yuichi Nishiwaki 80dde12fc3 fix test case 2014-07-29 18:12:57 +09:00
Yuichi Nishiwaki f639734cb1 remove tests about exact ratinoals. r7rs doesn't require them. 2014-07-29 17:47:02 +09:00
Yuichi Nishiwaki b61ad3f0bb improve (tan 1) test accuracy 2014-07-29 17:44:00 +09:00
Yuichi Nishiwaki c3a4348d2c comment out rational? test 2014-07-29 17:37:08 +09:00
Yuichi Nishiwaki d45ab8f973 add renaming-import test 2014-07-28 02:00:54 +09:00
Yuichi Nishiwaki 28c486261c move test-read-error to r7rs-tests.scm 2014-07-27 18:39:27 +09:00
Yuichi Nishiwaki 87604a4cb8 unlock exception tests 2014-07-27 18:32:04 +09:00
Yuichi Nishiwaki c29c07dec5 unlock eval tests 2014-07-27 14:29:39 +09:00
Yuichi Nishiwaki c0fd54d3fc lock nan tests. (= +nan.0 +nan.0) always returns false (because ieee754
specifies so).
2014-07-27 12:55:50 +09:00
Yuichi Nishiwaki dbb92a9b83 lock a test. it depends on the environment. 2014-07-27 12:54:41 +09:00
Yuichi Nishiwaki dcdb60cb64 lock some tests. They are inappropriate as r7rs compatibility check
because r7rs doesn't require interpreters to have big integer support.
2014-07-27 12:52:28 +09:00
Yuichi Nishiwaki d8f966b5da lock some numeric tests. We currently don't have a plan to support
incomplete floating point literal like 1. or .01
2014-07-27 12:48:23 +09:00
Yuichi Nishiwaki 01061efc5a move test-numeric-syntax to r7rs-tests.scm. test-numeric-syntax is a
test runner specific to r7rs-tests.scm. It should not be placed in
generic test library.
2014-07-27 12:46:10 +09:00
Yuichi Nishiwaki 1c718fd4c1 unlock dynamic-wind test 2014-07-25 14:43:37 +09:00
Yuichi Nishiwaki a75a48fc8f unlock some of exception tests 2014-07-24 11:03:40 +09:00
Sunrim KIM (keen) 341e4048eb fix a bug of `test-values` and unlock the test cases that use `test-values` 2014-07-21 22:58:38 +09:00
Sunrim KIM (keen) 28894dd07a remove useless newline 2014-07-20 21:19:12 +09:00
Sunrim KIM (keen) 720eb94395 separate (picrin test) and import some test macros from chibi scheme 2014-07-20 17:24:03 +09:00
Sunrim KIM (keen) aa498b8994 unlock testable cases 2014-07-19 16:37:38 +09:00
Yuichi Nishiwaki 04d2369c2e Merge pull request #118 from KeenS/equal
vectors, blobs, strings with equal contets are equal
2014-07-19 11:58:05 +09:00
Yuichi Nishiwaki 5c6e7f16c0 fix r7rs-tests. rational literal is not required to generate an exact value 2014-07-18 11:55:43 +09:00
Sunrim KIM (keen) c4862cb291 add test of circular list equivalence 2014-07-18 00:55:46 +09:00
Yuichi Nishiwaki 8e114fae6b unlock letrec-syntax test 2014-07-16 14:32:04 +09:00
Yuichi Nishiwaki 2da5d440a8 more array functions 2014-07-15 21:26:08 +09:00
Yuichi Nishiwaki 443bd6e830 initial array support 2014-07-15 20:59:29 +09:00
Yuichi Nishiwaki 64d757d46a r7rs-test: print all failed tests in the end 2014-07-15 18:04:53 +09:00
Yuichi Nishiwaki 6c68955dee unlock tests about rational number literals 2014-07-15 17:58:26 +09:00
Yuichi Nishiwaki 1d5fa803aa add case-lambda 2014-07-15 17:51:27 +09:00
Yuichi Nishiwaki 729162b69f unlock let-synatx test 2014-07-14 10:09:23 +09:00
Yuichi Nishiwaki 3c26c289f3 unlock define-values tests 2014-06-29 15:08:23 +09:00
Yuichi Nishiwaki 5c3e5b116e show success rate in statistics 2014-06-28 22:02:09 +09:00
Yuichi Nishiwaki 2615ce11bd unlock string-fill! tests 2014-06-28 21:54:19 +09:00
Yuichi Nishiwaki 2d59406403 improve test value accuracy 2014-06-28 21:54:07 +09:00
Yuichi Nishiwaki 1a1d380a78 [bugfix] bad accuracy of test cases 2014-06-28 21:42:20 +09:00
Yuichi Nishiwaki b2a14ca0f1 print test statistics at the end of all tests 2014-06-28 20:58:53 +09:00
Yuichi Nishiwaki 7da5786ef3 unlock parameter tests 2014-06-28 20:46:04 +09:00
Yuichi Nishiwaki 015d0872c9 unlock comparator tests 2014-06-28 20:30:10 +09:00
Yuichi Nishiwaki 0716ff8a03 unlock a string test 2014-06-28 20:21:47 +09:00
Yuichi Nishiwaki d294330aa5 delete trailing whitespaces 2014-06-28 20:13:06 +09:00
Yuichi Nishiwaki a7c9537e06 unlock more reader tests 2014-06-28 20:12:06 +09:00
Yuichi Nishiwaki 5869f13ae0 unlock some of environment-variable tests 2014-06-28 20:02:38 +09:00
Yuichi Nishiwaki 8f5a4e8980 unlock reader test 2014-06-28 20:02:06 +09:00
Yuichi Nishiwaki e3c60b56e6 we don't have support for #x123 literals 2014-06-22 22:29:25 +09:00
Yuichi Nishiwaki 82f8679efd remove useless notice 2014-06-22 20:27:32 +09:00
Yuichi Nishiwaki 44b80ccb8a remove file-variable 2014-06-22 20:24:29 +09:00
Yuichi Nishiwaki 316f36a64b add copyright notice 2014-06-22 20:23:23 +09:00
Sunrim KIM (keen) 04d080ac73 import chibi scheme's test 2014-06-22 16:49:59 +09:00
Yuichi Nishiwaki e013cfd291 add shebang test case 2014-06-17 21:28:33 +09:00
Sunrim KIM (keen) a73a92cfdb make `read-bytevector(!)` efficint, export `u8-ready?`. 2014-05-26 04:08:39 +09:00
Sunrim KIM (keen) cffaccf8ef implement the rest procedures of `input` but `u8-ready?` is incomlete like `char-ready?` 2014-05-26 03:21:26 +09:00