racket/collects/tests/drracket/private
Robby Findler 8907daf65f make the queue-callback/res function queue low-priority callbacks
This should have been like this all along; I think it can lead to
race-conditions with high-priority events. In particular, something
might be pending in the event queue and then the test suite might
queue a high-priority event to check for it, which could happen before
the event that actually does the work that's being checked for!
2012-12-09 08:55:09 -06:00
..
drracket-test-util.rkt make the queue-callback/res function queue low-priority callbacks 2012-12-09 08:55:09 -06:00
easter-egg-lib.rkt update drracket tests to the new name of 2012-11-11 20:13:25 -06:00
module-lang-test-utils.rkt insert examples directly into drracket instead of simulating 2012-11-04 14:39:54 -06:00
randomly-click.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
repl-test.rkt remove redunant arguments (they were the same as the default args, in 70-something places) 2012-09-20 18:46:40 -05:00
run-example-tool.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00