]> gitweb.factorcode.org Git - factor.git/commitdiff
compiler.tests.optimizer: Disable minor-gc test case for now. #1187.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 17 Jan 2015 19:01:36 +0000 (11:01 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 17 Jan 2015 19:02:05 +0000 (11:02 -0800)
basis/compiler/tests/optimizer.factor

index a916c2953a8595a58d69b93ea8c3b74a6189a064..944f03db50e0ac5ae3a5f46a349bbf9c25bce3e2 100644 (file)
@@ -464,7 +464,7 @@ STRUCT: BitmapData { Scan0 void* } ;
     ] compile-call
 ] unit-test
 
-! #1187
-{ } [
-    10 [ [ minor-gc split-slice ] [ drop ] recover ] times
-] unit-test
+! #1187 -- Re-enable once fixed
+{ } [
+    10 [ [ minor-gc split-slice ] [ drop ] recover ] times
+] unit-test