1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00
mal/tests
Ben Harris 7df7eeecbf step6: Test loading of a large (>255 byte) file earlier than before.
I just introduced a bug in the BBC BASIC implementation meaning that
'load-file' was broken on files over 255 bytes long, and it was only
caught by the optional test of 'time-ms' in step A.  This change brings
forward the relevant part of that test so the failure can be detected
earlier and more obviously, at the same time as the other tests of
'load-file'.
2019-05-27 22:32:16 +01:00
..
docker Merge pull request #260 from def-/master 2017-05-23 13:48:51 -05:00
lib lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
computations.mal lib/: add tests, fix detected problems, improve implementations 2019-05-18 01:52:13 +02:00
docker-build.sh docker: build script executable. Skip matlab automatically. 2015-03-12 17:41:55 -05:00
docker-run.sh Tests: add testing Dockerfile. Impl fixes. 2015-03-11 22:22:35 -05:00
inc.mal Current state of mal for Clojure West lighting talk. 2014-03-24 16:32:24 -05:00
incA.mal go: add step6_file 2014-10-06 22:27:28 -05:00
incB.mal Racket: add steps0-A. Self-hosting. 2015-01-09 16:16:55 -06:00
incC.mal Racket: add steps0-A. Self-hosting. 2015-01-09 16:16:55 -06:00
perf1.mal lib/: add tests, fix detected problems, improve implementations 2019-05-18 01:52:13 +02:00
perf2.mal lib/: add tests, fix detected problems, improve implementations 2019-05-18 01:52:13 +02:00
perf3.mal lib/: add tests, fix detected problems, improve implementations 2019-05-18 01:52:13 +02:00
print_argv.mal tests: Test *ARGV* is set correctly in step 6 2016-05-11 11:31:04 -04:00
step0_repl.mal Misc cleanup for midwest.io presentation. 2015-11-07 15:31:25 -06:00
step1_read_print.mal step1: More systematic testing of empty collections. 2019-05-13 21:53:43 +01:00
step2_eval.mal runtest.py: process output/errors as regex match. 2018-11-30 14:57:45 -06:00
step3_env.mal tests/step3_env: don't assume def! is lexical. 2019-01-04 17:05:49 -06:00
step4_if_fn_do.mal Mark step 4 tests that use strings as deferrable. 2019-04-09 21:46:31 +01:00
step5_tco.mal Basic: step7 basics, reader macros. step1,3 tests. 2016-09-21 23:27:12 -05:00
step6_file.mal step6: Test loading of a large (>255 byte) file earlier than before. 2019-05-27 22:32:16 +01:00
step7_quote.mal step 7 test: Add test of 'concat' on a single vector. 2019-05-07 23:48:06 +01:00
step8_macros.mal lib/tests: report parsing errors, move threading out of steps 2019-05-19 19:20:20 +02:00
step9_try.mal step9: Don't use vectors in a non-deferrable test. 2019-05-06 12:45:53 +01:00
stepA_mal.mal lib/: add tests, fix detected problems, improve implementations 2019-05-18 01:52:13 +02:00
test.txt All: add keywords. 2015-01-09 16:16:50 -06:00