minor testing changes

This commit is contained in:
John Clements 2011-07-28 22:50:38 -04:00
parent b346665c5c
commit 0bcff68226
2 changed files with 1 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#;(namespace-attach-module outer-namespace 'mzlib/pconvert-prop (current-namespace))
(namespace-require 'test-engine/racket-tests)
(if (and (run-all-tests-except
(append '(bad-and bad-cons check-error begin-let-bug prims qq-splice time
(append '(bad-and check-error begin-let-bug prims qq-splice time
set! local-set! local-struct/i local-struct/ilam)
lazy-tests))
(run-tests lazy-tests))

View File

@ -5,7 +5,6 @@ language level changes.
Make sure that you get a warning when you change the underlying program, and a
warning when the program window disappears.
** closing a tab does not trigger the error message that it should...**
Try stepping backward and forward through programs with correct and erroneous
(syntax errors, runtime errors) executions.