Added forgotten annotation <spawn:true> to newspace overflow test
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 16 Sep 2014 19:50:50 +0200
changeset 1193 4fd89b765c87
parent 1192 502d349fa5e9
child 1194 01167ea2ad14
Added forgotten annotation <spawn:true> to newspace overflow test
RegressionTests__VMCrashTests.st
--- 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'!