racket/collects/tests/drracket
Robby Findler 85f9fbbaee interactivity fix for online check syntax
commit e503850f21 broke drracket's
interactivity (for some files it could take 2 seconds to do
that one line)

This changes the bindings-table so that it maps to sets instead of
lists. Now, instead of mutating all entries in the table right after
collecting everything, just leave them as sets until we need the info
and just sort a single entry, when it is needed
2013-02-18 16:33:50 -06:00
..
private make the queue-callback/res function queue low-priority callbacks 2012-12-09 08:55:09 -06:00
snip A whole bunch of missing newlines at EOFs (and a few other spaceages). 2012-10-19 06:47:24 -04:00
autosave-recovery-gui.rkt drscheme => drracket 2012-02-14 11:26:20 -06:00
easter-egg.rkt adjust the easter egg test suite so it can be loaded by Sam's lib 2012-03-29 07:32:18 -05:00
example-tool.rkt
follow-log.rkt add gc log following info to the drr performance monitor 2013-02-16 07:39:33 -06:00
get-defs-test.rkt
hangman.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
image-and-comment-box.rkt
incremental-keybindings-test.rkt adjust the timeouts to two drracket tests and add a little syncronization help in a third 2012-05-31 10:56:13 -05:00
info.rkt Don't compile test files. 2012-03-13 10:29:13 -04:00
io.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
language-test.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
memory-log.rkt remove fancy delay dance around load-collections-xref 2012-12-26 22:37:45 -06:00
module-lang-test.rkt module lang test now up to date with error message changes 2012-07-17 22:33:56 -05:00
no-write-and-frame-leak.rkt add a basic test of the logger GUI 2012-12-27 10:23:48 -06:00
randomly-click-language-dialog.rkt
randomly-click-preferences.rkt
repl-test-debug.rkt drscheme => drracket 2012-02-14 11:26:20 -06:00
repl-test-debugprofile.rkt drscheme => drracket 2012-02-14 11:26:20 -06:00
repl-test-misc.rkt fixed repl-test-misc.rkt for the error message changes 2012-07-19 06:26:43 -05:00
repl-test-raw.rkt drscheme => drracket 2012-02-14 11:26:20 -06:00
run.sh
sample-solutions-one-window.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
sample-solutions-testsuite-tp.scm
snips.rkt Lost the snipclass with the name (lib "collapsed-snipclass.ss" "framework") 2012-02-14 11:26:20 -06:00
stepper-test.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
syncheck-direct.rkt
syncheck-eval-compile-time.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
syncheck-test.rkt interactivity fix for online check syntax 2013-02-18 16:33:50 -06:00
teaching-lang-coverage.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
teaching-lang-executable-creation.rkt
teaching-lang-save-file.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
teaching-lang-sharing-modules.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
teachpack.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
test-docs-complete.rkt
test-engine-test.rkt adjust tests for the new language dialog 2012-11-03 15:49:33 -05:00
time-keystrokes.rkt