whalesong/tests/more-tests
2012-03-23 14:45:57 -04:00
..
basics-cs019.expected fixed memq as sk does, and also fixing the test case expectations. 2011-11-09 21:54:56 -05:00
basics-cs019.rkt fixed memq as sk does, and also fixing the test case expectations. 2011-11-09 21:54:56 -05:00
booleans-cs019.appcache exercising cs019 language 2011-10-03 16:00:16 -04:00
booleans-cs019.expected exercising cs019 language 2011-10-03 16:00:16 -04:00
booleans-cs019.html exercising cs019 language 2011-10-03 16:00:16 -04:00
booleans-cs019.rkt exercising cs019 language 2011-10-03 16:00:16 -04:00
booleans-cs019.rkt~ exercising cs019 language 2011-10-03 16:00:16 -04:00
booleans.expected test cases for the bools 2011-09-01 11:54:56 -04:00
booleans.rkt test cases for the bools 2011-09-01 11:54:56 -04:00
canvas.text.js exercising cs019 language 2011-10-03 16:00:16 -04:00
chars.expected adding chars 2011-08-31 18:08:04 -04:00
chars.rkt adding chars 2011-08-31 18:08:04 -04:00
checking-cs019.expected exercising cs019 language 2011-10-03 16:00:16 -04:00
checking-cs019.rkt exercising cs019 language 2011-10-03 16:00:16 -04:00
checking.expected adding test case for check-expect 2011-08-31 18:39:16 -04:00
checking.rkt adding test case for check-expect 2011-08-31 18:39:16 -04:00
colors.expected moving run-more-tests up one directory 2011-07-06 21:28:11 -04:00
colors.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
conform.expected moving functions into separate modules because I'm frankly getting super-confused of where anything is. 2011-07-03 15:12:14 -04:00
conform.rkt conform working again 2011-09-27 17:16:25 -04:00
cont-marks-1.expected adding to the test suite 2012-02-15 15:27:12 -05:00
cont-marks-1.rkt I need to trace why cont marks are not correct yet 2012-02-13 23:56:12 -05:00
cont-marks-2.expected adding test for whalesong base as well 2012-02-16 15:55:54 -05:00
cont-marks-2.rkt adding test for whalesong base as well 2012-02-16 15:55:54 -05:00
dots-should-be-syntax-error.rkt string-copy 2011-11-07 18:53:53 -05:00
earley.expected rewriting the splicing begins to lets to dodge the bug in the 5.1.2 parser 2011-07-22 11:57:29 -04:00
earley.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
excanvas.js exercising cs019 language 2011-10-03 16:00:16 -04:00
fact.expected adding test for whalesong base as well 2012-02-16 15:55:54 -05:00
fact.rkt adding test for whalesong base as well 2012-02-16 15:55:54 -05:00
fft.expected adding fft to the test suite 2012-02-20 12:20:51 -05:00
fft.rkt adding fft to the test suite 2012-02-20 12:20:51 -05:00
fringe.expected fringe 2011-10-18 15:10:33 -04:00
fringe.rkt fringe 2011-10-18 15:10:33 -04:00
graphs.expected adding graphs to our test suite 2012-02-20 12:37:29 -05:00
graphs.rkt adding graphs to our test suite 2012-02-20 12:37:29 -05:00
hash-code.expected integrating the tests 2011-11-07 17:01:15 -05:00
hash-code.rkt cheaply computing equal-hash-table codes. 2011-11-04 18:05:21 -04:00
hashes.expected updating the signature support with latest sources from sk 2011-11-09 14:06:44 -05:00
hashes.rkt exercising hash-values, hash-keys, hash-map, hash-for-each 2011-11-09 11:56:38 -05:00
hello-bf.expected moving tests 2011-07-22 18:47:03 -04:00
hello-bf.rkt oops, forgot to add in the hello-bf example 2011-07-27 13:07:09 -04:00
hello.expected continuing to work on structures 2011-07-01 11:33:46 -04:00
hello.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
images.expected images test starting 2011-07-08 16:37:50 -04:00
images.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
isolating-bug.expected adding the isolating bug into the test suite. 2011-09-27 17:24:05 -04:00
isolating-bug.rkt chased after lexical scoping bug introduced by combination of let1 + multiple values. 2011-09-27 16:04:04 -04:00
js-binding.expected adding the code for analyzing what applications a lambda calls 2012-03-23 14:45:57 -04:00
js-binding.rkt adding the code for analyzing what applications a lambda calls 2012-03-23 14:45:57 -04:00
lists-cs019.expected correcting implementation of cs019 list selectors, since they want to deal with shared structures 2011-11-09 16:23:27 -05:00
lists-cs019.rkt correcting implementation of cs019 list selectors, since they want to deal with shared structures 2011-11-09 16:23:27 -05:00
lists.expected small test 2011-09-07 19:59:38 -04:00
lists.rkt small test 2011-09-07 19:59:38 -04:00
man-vs-boy.expected continuing to refactor. 2011-07-05 17:49:31 -04:00
man-vs-boy.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
map.expected fix for checking procedure arity. Thanks to Jens for the bug report. 2011-09-19 12:01:34 -04:00
map.rkt fix for checking procedure arity. Thanks to Jens for the bug report. 2011-09-19 12:01:34 -04:00
module-scoping-helper.rkt adding expectations for what happens for module-scoping test. 2012-02-26 22:59:37 -05:00
module-scoping.expected adding expectations for what happens for module-scoping test. 2012-02-26 22:59:37 -05:00
module-scoping.rkt adding expectations for what happens for module-scoping test. 2012-02-26 22:59:37 -05:00
nestedloop.expected added more tests 2012-02-21 16:21:11 -05:00
nestedloop.rkt added more tests 2012-02-21 16:21:11 -05:00
nqueens.rkt get-module-bytecode hacks off the syntax portion of the bytecode, because we're seeing some weirdness. Thanks to Matthew Flatt for bringing the error report. 2011-09-16 12:29:29 -04:00
nucleic2.expected adding nucleic2 test 2012-02-21 18:04:51 -05:00
nucleic2.rkt adding nucleic2 test 2012-02-21 18:04:51 -05:00
numbers.expected positive and negative predicates 2011-09-01 11:42:48 -04:00
numbers.rkt positive and negative predicates 2011-09-01 11:42:48 -04:00
optimer-normal-normal.js exercising cs019 language 2011-10-03 16:00:16 -04:00
printing.expected one more test case 2011-09-20 17:50:14 -04:00
printing.rkt one more test case 2011-09-20 17:50:14 -04:00
quasi.expected fixing quasiquotation 2011-09-07 13:43:06 -04:00
quasi.rkt fixing quasiquotation 2011-09-07 13:43:06 -04:00
ramanujan-pi.expected test case that uses ramanujan's series for approximating pi 2012-03-02 19:22:10 -05:00
ramanujan-pi.rkt test case that uses ramanujan's series for approximating pi 2012-03-02 19:22:10 -05:00
scheme-whalesong.expected added more tests 2012-02-21 16:21:11 -05:00
scheme-whalesong.rkt added more tests 2012-02-21 16:21:11 -05:00
sharing-cs019.expected exercising cs019 language 2011-10-03 16:00:16 -04:00
sharing-cs019.rkt exercising cs019 language 2011-10-03 16:00:16 -04:00
sharing.expected adding simple test for circularity 2011-11-08 15:48:43 -05:00
sharing.rkt adding simple test for circularity 2011-11-08 15:48:43 -05:00
sigs-cs019.expected fixed memq as sk does, and also fixing the test case expectations. 2011-11-09 21:54:56 -05:00
sigs-cs019.rkt pulling from sk's cs019 language 2011-11-09 21:44:54 -05:00
simple-apply.expected fixing the test case 2011-07-28 17:31:42 -04:00
simple-apply.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
simple-functions.expected working on block optimization 2011-07-30 18:28:32 -04:00
simple-functions.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
simple-loop.expected adding a simple looping example 2012-02-28 19:23:46 -05:00
simple-loop.rkt adding a simple looping example 2012-02-28 19:23:46 -05:00
simple-structs.expected structures finally look like they might be doing something 2011-07-03 21:10:01 -04:00
simple-structs.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
simple.expected adding the test case that exposes Whalesong's non-implementation of parsing inline variants 2012-01-09 12:38:20 -05:00
simple.rkt adding the test case that exposes Whalesong's non-implementation of parsing inline variants 2012-01-09 12:38:20 -05:00
sk-generator-2.expected added in another sk test 2011-07-01 13:04:46 -04:00
sk-generator-2.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
sk-generator.expected added in sk's diabolical test case with generators 2011-07-01 12:53:04 -04:00
sk-generator.rkt fixing the base (untraced) language 2011-08-30 02:10:03 -04:00
string-tests.expected quick check on bytes rendering 2012-02-13 13:59:37 -05:00
string-tests.rkt quick check on bytes rendering 2012-02-13 13:59:37 -05:00
view.expected trying to figure out where the infinite loop is coming from in forward-backward movement 2011-09-12 12:17:40 -04:00
view.rkt trying to figure out where the infinite loop is coming from in forward-backward movement 2011-09-12 12:17:40 -04:00
weird-cc.expected another test added 2011-09-09 17:08:55 -04:00
weird-cc.rkt another test added 2011-09-09 17:08:55 -04:00