python.syntax: Make a couple python tests long-unit-test.
They take 5s or more.factor-shell
parent
3a7f8c4c3a
commit
65acaaff47
|
@ -118,14 +118,14 @@ PY-METHODS: code =>
|
||||||
100000 [
|
100000 [
|
||||||
[ [ 987 >py basename drop ] ignore-errors ] with-destructors
|
[ [ 987 >py basename drop ] ignore-errors ] with-destructors
|
||||||
] times
|
] times
|
||||||
] unit-test
|
] long-unit-test
|
||||||
|
|
||||||
! Another leaky test
|
! Another leaky test
|
||||||
{ } [
|
{ } [
|
||||||
1000000 [
|
1000000 [
|
||||||
[ { 9 8 7 6 5 4 3 2 1 } >py ] with-destructors drop
|
[ { 9 8 7 6 5 4 3 2 1 } >py ] with-destructors drop
|
||||||
] times
|
] times
|
||||||
] unit-test
|
] long-unit-test
|
||||||
|
|
||||||
! Working with types
|
! Working with types
|
||||||
PY-QUALIFIED-FROM: types => UnicodeType ( -- ) ;
|
PY-QUALIFIED-FROM: types => UnicodeType ( -- ) ;
|
||||||
|
|
Loading…
Reference in New Issue