fix up Matthias's tests so they are more drdr friendly
This commit is contained in:
parent
ebe486886c
commit
82d11cfa6c
|
@ -29,5 +29,6 @@
|
||||||
(record? dir)))
|
(record? dir)))
|
||||||
(sleep 1)
|
(sleep 1)
|
||||||
(unless (image=? (bitmap "images0/i1.png") (draw-number 0))
|
(unless (image=? (bitmap "images0/i1.png") (draw-number 0))
|
||||||
(printf "this test needs to be revised -- image=? doesn't work\n"))
|
(fprintf (current-error-port)
|
||||||
|
"this test needs to be revised -- image=? doesn't work\n"))
|
||||||
|
|
||||||
|
|
|
@ -558,6 +558,8 @@ path/s is either such a string or a list of them.
|
||||||
"collects/2htdp/tests/perform-robby.rkt" drdr:command-line (gracket *)
|
"collects/2htdp/tests/perform-robby.rkt" drdr:command-line (gracket *)
|
||||||
"collects/2htdp/tests/perform-whack.rkt" drdr:command-line #f
|
"collects/2htdp/tests/perform-whack.rkt" drdr:command-line #f
|
||||||
"collects/2htdp/tests/profile-robby.rkt" drdr:command-line #f
|
"collects/2htdp/tests/profile-robby.rkt" drdr:command-line #f
|
||||||
|
"collects/2htdp/tests/record-stop-when.rkt" drdr:command-line (gracket *)
|
||||||
|
"collects/2htdp/tests/record.rkt" drdr:command-line (gracket *)
|
||||||
"collects/2htdp/tests/release.rkt" drdr:command-line (gracket "-t" *)
|
"collects/2htdp/tests/release.rkt" drdr:command-line (gracket "-t" *)
|
||||||
"collects/2htdp/tests/stop.rkt" drdr:command-line (gracket *)
|
"collects/2htdp/tests/stop.rkt" drdr:command-line (gracket *)
|
||||||
"collects/2htdp/tests/test-image.rkt" responsible (robby) drdr:command-line (gracket-text "-t" *)
|
"collects/2htdp/tests/test-image.rkt" responsible (robby) drdr:command-line (gracket-text "-t" *)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user