cheap hack to find which memory error test is causing problems

svn: r13335
This commit is contained in:
Eli Barzilay 2009-01-31 15:48:31 +00:00
parent 7e8883fcc6
commit 67471cc62b

View File

@ -153,7 +153,7 @@
'(define a (for/list ([i (in-range 10)])
(collect-garbage)
(make-bytes 500000))))))
=err> "out of memory"))
=err> "out of memor(?:y)"))
;; i/o
--top--
@ -496,7 +496,7 @@
(collect-garbage)
;; increases size of the current evaluation
(cons (make-bytes 500000) v)))
=err> "out of memory"
=err> "out of memo(?:ry)"
b => 1))
))