]> gitweb.factorcode.org Git - factor.git/commitdiff
python.syntax: Make a couple python tests long-unit-test.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Dec 2017 22:31:21 +0000 (16:31 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 9 Dec 2017 22:31:21 +0000 (16:31 -0600)
They take 5s or more.

extra/python/syntax/syntax-tests.factor

index e3c553a12733013ac2b470d6f19308607b1f9738..2350b941da5fc26cd628e521c0795690116f8041 100644 (file)
@@ -118,14 +118,14 @@ PY-METHODS: code =>
     100000 [
         [ [ 987 >py basename drop ] ignore-errors ] with-destructors
     ] times
-] unit-test
+] long-unit-test
 
 ! Another leaky test
 { } [
     1000000 [
         [ { 9 8 7 6 5 4 3 2 1 } >py ] with-destructors drop
     ] times
-] unit-test
+] long-unit-test
 
 ! Working with types
 PY-QUALIFIED-FROM: types => UnicodeType ( -- ) ;