drracket tests: dont' insist on a stacktrace for break exceptions

This commit is contained in:
Robby Findler 2011-01-20 19:04:02 -06:00
parent 4529fbe5e6
commit 8c513f2b32

View File

@ -729,7 +729,7 @@ This produces an ACK message
;; breaking tests
(mktest "(semaphore-wait (make-semaphore 0))"
("{stop-multi.png} {stop-22x22.png} user break"
(#rx"user break"
#rx"user break"
#rx"user break"
#rx"user break"
@ -741,7 +741,7 @@ This produces an ACK message
void)
(mktest "(let l()(l))"
(#rx"{stop-multi.png} {stop-22x22.png} user break"
(#rx"user break"
#rx"user break"
#rx"user break"
#rx"user break"