RegressionTests__VMCrashTests.st
changeset 1193 4fd89b765c87
parent 1190 cf332dfb2334
child 1248 ab9af85de41a
--- a/RegressionTests__VMCrashTests.st	Mon Sep 08 16:23:22 2014 +0200
+++ b/RegressionTests__VMCrashTests.st	Tue Sep 16 19:50:50 2014 +0200
@@ -58,6 +58,7 @@
 test_newspace_overflow
 
     <timeout: 120> "2min"
+    <spawn: true>
 
     | newSize newLimit |
 
@@ -73,6 +74,7 @@
     String new: 300 * 1024 * 1024"300MB"
 
     "Created: / 05-09-2014 / 19:44:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 16-09-2014 / 18:50:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !VMCrashTests class methodsFor:'documentation'!