Fix test failurs
parent
eeb05ec857
commit
0e760c5923
|
@ -1,7 +1,7 @@
|
||||||
IN: alien.tests
|
IN: alien.tests
|
||||||
USING: alien alien.accessors byte-arrays arrays kernel
|
USING: alien alien.accessors byte-arrays arrays kernel
|
||||||
kernel.private namespaces tools.test sequences libc math system
|
kernel.private namespaces tools.test sequences libc math system
|
||||||
prettyprint ;
|
prettyprint layouts ;
|
||||||
|
|
||||||
[ t ] [ -1 <alien> alien-address 0 > ] unit-test
|
[ t ] [ -1 <alien> alien-address 0 > ] unit-test
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ inference.dataflow optimizer tools.test kernel.private generic
|
||||||
sequences words inference.class quotations alien
|
sequences words inference.class quotations alien
|
||||||
alien.c-types strings sbufs sequences.private
|
alien.c-types strings sbufs sequences.private
|
||||||
slots.private combinators definitions compiler.units
|
slots.private combinators definitions compiler.units
|
||||||
system ;
|
system layouts ;
|
||||||
|
|
||||||
! Make sure these compile even though this is invalid code
|
! Make sure these compile even though this is invalid code
|
||||||
[ ] [ [ 10 mod 3.0 /i ] dataflow optimize drop ] unit-test
|
[ ] [ [ 10 mod 3.0 /i ] dataflow optimize drop ] unit-test
|
||||||
|
|
|
@ -0,0 +1,5 @@
|
||||||
|
IN: system.tests
|
||||||
|
USING: layouts math tools.test ;
|
||||||
|
|
||||||
|
[ t ] [ cell integer? ] unit-test
|
||||||
|
[ t ] [ bootstrap-cell integer? ] unit-test
|
|
@ -1,9 +1,6 @@
|
||||||
USING: math tools.test system prettyprint namespaces kernel ;
|
USING: math tools.test system prettyprint namespaces kernel ;
|
||||||
IN: system.tests
|
IN: system.tests
|
||||||
|
|
||||||
[ t ] [ cell integer? ] unit-test
|
|
||||||
[ t ] [ bootstrap-cell integer? ] unit-test
|
|
||||||
|
|
||||||
wince? [
|
wince? [
|
||||||
[ ] [ os-envs . ] unit-test
|
[ ] [ os-envs . ] unit-test
|
||||||
] unless
|
] unless
|
||||||
|
|
Loading…
Reference in New Issue