From 0bcff682268bea97d2c28bfe759b5db265739620 Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 28 Jul 2011 22:50:38 -0400 Subject: [PATCH] minor testing changes --- collects/tests/stepper/automatic-tests.rkt | 2 +- collects/tests/stepper/manual-tests.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/collects/tests/stepper/automatic-tests.rkt b/collects/tests/stepper/automatic-tests.rkt index b5e06edd8f..c5d23c8c4f 100644 --- a/collects/tests/stepper/automatic-tests.rkt +++ b/collects/tests/stepper/automatic-tests.rkt @@ -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)) diff --git a/collects/tests/stepper/manual-tests.txt b/collects/tests/stepper/manual-tests.txt index 4b92518e40..3e61d3575f 100644 --- a/collects/tests/stepper/manual-tests.txt +++ b/collects/tests/stepper/manual-tests.txt @@ -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.