]> gitweb.factorcode.org Git - factor.git/commitdiff
mason.child: Up the codeheap size on Windows-x86.64 mason tests.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Mar 2021 00:05:24 +0000 (17:05 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 23 Mar 2021 00:05:24 +0000 (17:05 -0700)
extra/mason/child/child.factor

index 1d0574cf98debbbd00d397f3f62cf84454b43d6c..9dbdf23827addc1dcf01b8c43b0a915fc4e16bf4 100644 (file)
@@ -64,7 +64,12 @@ M: windows factor-path "./factor.com" ;
         try-process
     ] with-directory ;
 
-: mason-child-test-cmd ( -- cmd ) mason-child-vm "-run=mason.test" 2array ;
+: mason-child-test-cmd ( -- cmd )
+    [
+        mason-child-vm ,
+        os windows? cpu x86.64? and [ "-codeheap=200" , ] when
+        "-run=mason.test" ,
+    ] { } make ;
 
 : test-mason-child ( -- )
     "factor" [