]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix 64-bit deploy tests
authorSlava Pestov <slava@factorcode.org>
Sun, 6 Apr 2008 06:51:04 +0000 (01:51 -0500)
committerSlava Pestov <slava@factorcode.org>
Sun, 6 Apr 2008 06:51:04 +0000 (01:51 -0500)
extra/tools/deploy/deploy-tests.factor

index f104fb0210310e3b79bb6ac625f7e51ffa55123d..99e533f1c1c5e47b4e5f46505d5f95d740885dca 100755 (executable)
@@ -23,7 +23,7 @@ namespaces continuations layouts ;
 [ ] [ "sudoku" shake-and-bake ] unit-test\r
 \r
 [ t ] [\r
-    1500000 small-enough?\r
+    cell 8 = 30 15 ? 100000 * small-enough?\r
 ] unit-test\r
 \r
 [ ] [ "hello-ui" shake-and-bake ] unit-test\r
@@ -34,13 +34,13 @@ namespaces continuations layouts ;
 ] unit-test\r
 \r
 [ t ] [\r
-    2000000 small-enough?\r
+    cell 8 = 40 20 ? 100000 * small-enough?\r
 ] unit-test\r
 \r
 [ ] [ "bunny" shake-and-bake ] unit-test\r
 \r
 [ t ] [\r
-    3000000 small-enough?\r
+    cell 8 = 50 30 ? 100000 * small-enough?\r
 ] unit-test\r
 \r
 [ ] [\r