X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=8ba4e914e0fa9e200e4b892459c1d1cc038c2f8e;hb=c589b9363d23ec9133e5396adaf4240cb0a8bd18;hp=22b05eb42f92e0b3f07fb3fde4581427b4ca9703;hpb=bf77540f53dbb693d87b9ff4fbfd09d3de7fb2d9;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 22b05eb..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* @@ -210,7 +210,10 @@ (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))