racket/collects/tests/drracket
Robby Findler 0baa32bcf8 fix the way that the set of identifiers to rename is calculated so that
macros that do strange things like the one below are treated better

(define-syntax-rule (m q)
  (begin (lambda (q) q)
         (define q 1)))
(m x)
x
2011-09-26 13:00:23 -05:00
..
private adjust hangman test suite strategy; instead of waiting for a hangman frame to get teh focus, 2011-09-16 12:24:39 -05:00
snip Avoid compiling wxme test files. 2011-09-16 10:48:18 -04:00
example-tool.rkt move some helper files into the private/ directory for drracket tests 2011-08-17 06:19:23 -05:00
get-defs-test.rkt
hangman.rkt adjust hangman test suite strategy; instead of waiting for a hangman frame to get teh focus, 2011-09-16 12:24:39 -05:00
image-and-comment-box.rkt
incremental-keybindings-test.rkt moved the 'send to repl' keystrokes to the manual (and added a test 2011-09-23 16:37:18 -05:00
info.rkt Quick fix 2011-08-29 16:48:15 -04:00
io.rkt move some helper files into the private/ directory for drracket tests 2011-08-17 06:19:23 -05:00
language-test.rkt more adjustment of the drracket test suites to avoid using os-given focus information 2011-09-05 14:13:49 -05:00
memory-log.rkt add the place creation memory use to the memory-log test 2011-09-20 17:15:02 -05:00
module-lang-test-utils.rkt more adjustment of the drracket test suites to avoid using os-given focus information 2011-09-05 14:13:49 -05:00
module-lang-test.rkt Fix DrRacket tests. 2011-08-17 12:12:54 -04:00
no-write-and-frame-leak.rkt add frame:focus-table-mixin & related things to be able to make drracket 2011-09-05 08:30:49 -05:00
randomly-click-language-dialog.rkt move some helper files into the private/ directory for drracket tests 2011-08-17 06:19:23 -05:00
randomly-click-preferences.rkt move some helper files into the private/ directory for drracket tests 2011-08-17 06:19:23 -05:00
repl-test.rkt more adjustment of the drracket test suites to avoid using os-given focus information 2011-09-05 14:13:49 -05:00
run.sh
sample-solutions-one-window.rkt more adjustment of the drracket test suites to avoid using os-given focus information 2011-09-05 14:13:49 -05:00
sample-solutions-testsuite-tp.scm
stepper-test.rkt add frame:focus-table-mixin & related things to be able to make drracket 2011-09-05 08:30:49 -05:00
syncheck-direct.rkt Fixes check syntax bug 2011-08-15 17:50:11 -05:00
syncheck-eval-compile-time.rkt adjust a syncheck test so hopefully to avoid mutating datastructures from the wrong thread 2011-09-20 17:14:57 -05:00
syncheck-test.rkt fix the way that the set of identifiers to rename is calculated so that 2011-09-26 13:00:23 -05:00
teaching-lang-coverage.rkt move some helper files into the private/ directory for drracket tests 2011-08-17 06:19:23 -05:00
teaching-lang-executable-creation.rkt
teaching-lang-save-file.rkt fix a race (suggested by drdr test results) 2011-09-26 06:08:58 -05:00
teaching-lang-sharing-modules.rkt Fix another bunch of "language" typos. 2011-08-26 05:26:46 -04:00
teachpack.rkt add missing require 2011-09-05 20:19:15 -05:00
test-docs-complete.rkt Added online expansion and compilation of files 2011-08-02 16:28:16 -05:00
test-engine-test.rkt Report signature violations in the REPL. 2011-09-14 22:00:42 +02:00
time-keystrokes.rkt more adjustment of the drracket test suites to avoid using os-given focus information 2011-09-05 14:13:49 -05:00