mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Skip some sb-concurrency tests unless compiling
This commit is contained in:
parent
ce7e0e333c
commit
d553587657
|
|
@ -1,7 +1,8 @@
|
||||||
(require :sb-concurrency)
|
(require :sb-concurrency)
|
||||||
(load "../contrib/sb-concurrency/tests/package.lisp")
|
(load "../contrib/sb-concurrency/tests/package.lisp")
|
||||||
(load "../contrib/sb-concurrency/tests/test-utils.lisp")
|
(load "../contrib/sb-concurrency/tests/test-utils.lisp")
|
||||||
(load "../contrib/sb-concurrency/tests/test-frlock.lisp")
|
#-interpreter (load "../contrib/sb-concurrency/tests/test-frlock.lisp")
|
||||||
(load "../contrib/sb-concurrency/tests/test-queue.lisp")
|
;; This passes with sb-fasteval but not sb-eval
|
||||||
|
#-interpreter (load "../contrib/sb-concurrency/tests/test-queue.lisp")
|
||||||
(load "../contrib/sb-concurrency/tests/test-mailbox.lisp")
|
(load "../contrib/sb-concurrency/tests/test-mailbox.lisp")
|
||||||
(load "../contrib/sb-concurrency/tests/test-gate.lisp")
|
#-interpreter (load "../contrib/sb-concurrency/tests/test-gate.lisp")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue