X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.impure.lisp;h=29fbd7245e82ddc848591f8c7a10890c816c2dcb;hb=f16e93459cd73b1884e3d576c95e422f8e8a000e;hp=f02cfa08d994bd23469754399e34a49ab5a2741c;hpb=143578d5480c572a7019de3f940538a58e50804f;p=sbcl.git diff --git a/tests/run-program.impure.lisp b/tests/run-program.impure.lisp index f02cfa0..29fbd72 100644 --- a/tests/run-program.impure.lisp +++ b/tests/run-program.impure.lisp @@ -153,7 +153,9 @@ ;; We can't check for the signal itself since run-program.c resets the ;; forked process' signal mask to defaults. But the default is `stop' ;; of which we can be notified asynchronously by providing a status hook. -(with-test (:name (:run-program :inherit-stdin)) +(with-test (:name (:run-program :inherit-stdin) + :fails-on :sbcl) + (error "Hangs at least on threaded Darwin and threaded x86-64/Linux.") (let (stopped) (flet ((status-hook (proc) (case (sb-ext:process-status proc)