Merge branch 'master' of git://factorcode.org/git/factor
commit
19e6e0a958
|
@ -1,7 +1,7 @@
|
||||||
USING: io.directories io.files.links tools.test sequences
|
USING: io.directories io.files.links tools.test sequences
|
||||||
io.files.unique tools.files fry math kernel math.parser
|
io.files.unique tools.files fry math kernel math.parser
|
||||||
io.pathnames namespaces ;
|
io.pathnames namespaces ;
|
||||||
IN: io.files.links.tests
|
IN: io.files.links.unix.tests
|
||||||
|
|
||||||
: make-test-links ( n path -- )
|
: make-test-links ( n path -- )
|
||||||
[ '[ [ 1+ ] keep [ number>string _ prepend ] bi@ make-link ] each ]
|
[ '[ [ 1+ ] keep [ number>string _ prepend ] bi@ make-link ] each ]
|
|
@ -1,7 +1,7 @@
|
||||||
USING: arrays byte-arrays kernel kernel.private math memory
|
USING: arrays byte-arrays kernel kernel.private math memory
|
||||||
namespaces sequences tools.test math.private quotations
|
namespaces sequences tools.test math.private quotations
|
||||||
continuations prettyprint io.streams.string debugger assocs
|
continuations prettyprint io.streams.string debugger assocs
|
||||||
sequences.private accessors ;
|
sequences.private accessors locals.backend ;
|
||||||
IN: kernel.tests
|
IN: kernel.tests
|
||||||
|
|
||||||
[ 0 ] [ f size ] unit-test
|
[ 0 ] [ f size ] unit-test
|
||||||
|
@ -35,7 +35,7 @@ IN: kernel.tests
|
||||||
|
|
||||||
[ ] [ [ :c ] with-string-writer drop ] unit-test
|
[ ] [ [ :c ] with-string-writer drop ] unit-test
|
||||||
|
|
||||||
: overflow-r 3 [ overflow-r ] dip ;
|
: overflow-r 3 load-local overflow-r ;
|
||||||
|
|
||||||
[ overflow-r ] [ { "kernel-error" 14 f f } = ] must-fail-with
|
[ overflow-r ] [ { "kernel-error" 14 f f } = ] must-fail-with
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue