X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=8ba4e914e0fa9e200e4b892459c1d1cc038c2f8e;hb=c589b9363d23ec9133e5396adaf4240cb0a8bd18;hp=e0ca3b91415229c031f1d8e1885d435b5b90dd8d;hpb=5919ecc5fee77630855da6aeeabdc7d8cc4f2762;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index e0ca3b9..8ba4e91 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -165,7 +165,7 @@ ;; the presence of the IR1 stepper instrumentation (and ;; is thus again failing now that the instrumentation is ;; no more). - :fails-on '(or :x86 :x86-64 :alpha :mips)) + :fails-on '(or :x86 :x86-64 :alpha :mips :ppc)) (assert (verify-backtrace (lambda () (test #'not-optimized)) (list *undefined-function-frame* @@ -207,9 +207,13 @@ (with-test (:name (:throw :no-such-tag) :fails-on '(or + (and :x86 :openbsd) (and :x86 :sunos) (and :x86 :darwin) + (and :x86 :linux) (and :x86-64 :darwin) + (and :x86-64 :linux) + (and :x86-64 :openbsd) (and :sparc :linux) :alpha :mips))