X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-program.impure.lisp;fp=tests%2Frun-program.impure.lisp;h=29fbd7245e82ddc848591f8c7a10890c816c2dcb;hb=bd93f052f95371f613fb913c1cac2b01c8ff2a5c;hp=edae1fb8d9a6b128e13924337cc22a16272ebca8;hpb=77b96647b278fdf86736086bff865449aac98443;p=sbcl.git diff --git a/tests/run-program.impure.lisp b/tests/run-program.impure.lisp index edae1fb..29fbd72 100644 --- a/tests/run-program.impure.lisp +++ b/tests/run-program.impure.lisp @@ -153,9 +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)) - #+(and darwin sb-thread) - (error "Hangs on threaded Darwin.") +(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)