X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=2fdda62c0c98cc94fd3d2e90a559e25ecf2382b0;hb=d8659f1e656234e8f0f47d5295b503dd6cff4aba;hp=9109fa71c80efa09aa68da199a93d8fde8628cc0;hpb=7345f93252d6d6a4a0204b0a630c7ddac7134ed3;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 9109fa7..2fdda62 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -206,7 +206,7 @@ (with-test (:name (:throw :no-such-tag) :fails-on '(or - (and :x86 (or :linux sunos)) + (and :x86 (or :sunos)) :alpha :mips)) (progn @@ -251,7 +251,7 @@ ;;; FIXME: This test really should be broken into smaller pieces (with-test (:name (:backtrace :misc) - :fails-on '(and :x86 (or :linux :sunos))) + :fails-on '(and :x86 (or :sunos))) (macrolet ((with-details (bool &body body) `(let ((sb-debug:*show-entry-point-details* ,bool)) ,@body)))