racket/collects/tests/drracket
2011-01-03 17:41:08 -06:00
..
drracket-test-util.rkt adjusted drracket test suites so that it is (more) careful to keep all manipulation of GUI objects (text% objects seem to have been the important one) on the drracket eventspace main thread in an effort to make the test suites more stable. 2010-12-29 20:31:40 -06:00
get-defs-test.rkt Strengthens the definition-finder tests 2010-09-09 13:42:15 -05:00
hangman.rkt fixed race-condition in hangman test case 2010-09-24 20:33:58 -05:00
io.rkt replace one inherently racecondition-prone test with two others that approximate it 2010-12-31 10:50:27 -06:00
language-test.rkt adjusted drracket test suites so that it is (more) careful to keep all manipulation of GUI objects (text% objects seem to have been the important one) on the drracket eventspace main thread in an effort to make the test suites more stable. 2010-12-29 20:31:40 -06:00
leaky-frame.rkt improve the leak test a little by looking to see tabs get gc'd and so do the user's namespaces. 2010-11-28 19:26:38 -06:00
memory-log.rkt added some printouts to say what this file is doing. 2010-07-01 06:03:08 -05:00
module-lang-test-utils.rkt adjusted drracket test suites so that it is (more) careful to keep all manipulation of GUI objects (text% objects seem to have been the important one) on the drracket eventspace main thread in an effort to make the test suites more stable. 2010-12-29 20:31:40 -06:00
module-lang-test.rkt made module lang tests Windows friendly & Rackety 2010-12-20 08:43:28 -06:00
randomly-click-language-dialog.rkt
randomly-click-preferences.rkt
randomly-click.rkt
repl-test.rkt fixed a few places in the repl-test where it was accessing gui stuff on a non-GUI thread 2011-01-03 17:41:08 -06:00
run.sh Added rudimentary test suite for test engine. 2010-10-13 14:01:07 +02:00
sample-solutions-one-window.rkt Change a bunch of "~%" and "~n" in format strings to "\n". 2010-08-25 17:17:01 -04:00
sample-solutions-testsuite-tp.scm
stepper-test.rkt
syncheck-test.rkt do a little bit better job keeping the manipulation of the gui state on the eventspace handler thread (in the syncheck test) 2010-12-31 15:29:23 -06:00
teaching-lang-coverage.rkt adjusted drracket test suites so that it is (more) careful to keep all manipulation of GUI objects (text% objects seem to have been the important one) on the drracket eventspace main thread in an effort to make the test suites more stable. 2010-12-29 20:31:40 -06:00
teaching-lang-save-file.rkt minor rackety 2010-08-30 09:23:34 -05:00
teachpack.rkt fixed the teachpack test suite for the new teachpack dialog 2010-09-09 13:17:27 -05:00
test-engine-test.rkt Unbreak the test-engine-test.rkt test suite. 2010-10-18 09:37:48 +02:00
time-keystrokes.rkt