Oops, fix in VMSpawningTestCase: do not fork code in start block jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Thu, 26 Jan 2017 19:33:01 +0000
branchjv
changeset 1571 fe6e15b9156f
parent 1570 afeaedfc562e
child 1597 44192c225011
child 1948 62328a88e632
Oops, fix in VMSpawningTestCase: do not fork code in start block ...no real need. This was probably a (very bad) workaround for 1e7175049bbc/stx.libbasic.
RegressionTests__VMSpawningTestCase.st
--- a/RegressionTests__VMSpawningTestCase.st	Wed Jan 18 00:15:30 2017 +0000
+++ b/RegressionTests__VMSpawningTestCase.st	Thu Jan 26 19:33:01 2017 +0000
@@ -85,7 +85,7 @@
                Smalltalk packagePath: %1.
                Smalltalk loadPackage:%2.
                Smalltalk fileIn: %3.
-               Smalltalk addStartBlock:[[(%4 selector: %5) spawnSelectorInternal: %6] fork].
+               Smalltalk addStartBlock:[(%4 selector: %5) spawnSelectorInternal: %6].
                ' 
             bindWith:Smalltalk packagePath asArray storeString
             with:self class package storeString
@@ -98,7 +98,7 @@
     self spawnSmalltalk: { '--abortOnSEGV'. '-I'. '--quick'. '--load'. (directory / 'run.st') pathName } inDirectory: directory
 
     "Created: / 06-01-2017 / 22:06:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 06-01-2017 / 23:27:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 26-01-2017 / 19:29:30 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 spawnSelectorInternal:selector