Commit Graph

90 Commits

Author SHA1 Message Date
Doug Currie ad0ef726fc Fix issue #322 string->number should never signal error 2016-01-10 14:56:44 -05:00
Doug Currie b4661db982 Fix Makefile and one test for correct behavior. 2015-12-27 23:54:56 -05:00
Sunrin SHIMURA (keen) efe50f934b add regression test against #312 2015-12-28 12:03:29 +09:00
Sunrin SHIMURA (keen) 760ac11549 add test against 308 2015-10-02 14:51:05 +09:00
Yuichi Nishiwaki 2fb17afdfc move picrin/macro.scm. remove piclib/ 2015-07-09 04:07:12 +09:00
Yuichi Nishiwaki ad38eb9202 move picrin/syntax-rules 2015-07-09 04:02:55 +09:00
Yuichi Nishiwaki 5f454626f6 move picrin/array to contrib/ 2015-07-09 01:51:55 +09:00
Yuichi Nishiwaki f210efd066 [bugfix] (set! symbol? list) doesn't work 2015-07-04 18:48:48 +09:00
OGINO Masanori fef37c8366 Add regression tests for #282.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2015-07-01 15:56:57 +09:00
OGINO Masanori dc71eba296 Refactor t/parameterize.scm with (picrin test).
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2015-06-25 16:42:51 +09:00
Yuichi Nishiwaki 8f619fcc18 add test case for #229 2015-06-25 15:38:23 +09:00
Yuichi Nishiwaki 324445f483 fix #273 2015-06-24 01:54:46 +09:00
OGINO Masanori b0e6f14442 Move r7rs-tests.scm into a nitro.
Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
2015-06-22 11:07:56 +09:00
Yuichi Nishiwaki 02d75b4283 syntax-rules: as of now we have no plan to add (... template) pattern support 2015-06-16 19:16:14 +09:00
Sunrin SHIMURA (keen) 27a1694f51 add test for #257 2015-02-04 13:52:46 +00:00
zeptometer 369bc4c944 add eest for escape 2015-01-26 15:42:46 +09:00
Sunrin SHIMURA (keen) ec87adb90b add test against #250 2015-01-23 07:46:05 +00:00
Sunrim KIM (keen) 221f3bdebd add regression test against benz/#55 2014-11-09 17:09:06 +09:00
Sunrim KIM (keen) 0edbf1f0d2 add test for #234 2014-11-03 13:36:05 +09:00
Sunrim KIM (keen) 7c9d12769e Revert "update betz (to implement pickle) and add its test"
This reverts commit ae450b95b9.
2014-10-29 17:34:12 +09:00
Sunrim KIM (keen) ae450b95b9 update betz (to implement pickle) and add its test 2014-10-04 06:00:03 +09:00
Sunrim KIM (keen) ff843f0e8f unlock `file-error?` test case 2014-09-22 00:01:07 +09:00
Yuichi Nishiwaki 6c8a533128 import a test case by @SaitoAtsushi 2014-09-10 17:45:18 +09:00
Yuichi Nishiwaki e5d47de3b0 update benz. support inter-referntial definitions 2014-09-10 15:27:46 +09:00
Yuichi Nishiwaki 05e288449a import cond-expand tests from @KeenS's patch 2014-09-10 02:13:38 +09:00
Yuichi Nishiwaki afe547f1c3 r5rs is missed 2014-09-09 02:15:55 +09:00
Yuichi Nishiwaki a023db8054 drop support for rational literal 2014-08-08 15:08:08 +09:00
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