X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=8ba4e914e0fa9e200e4b892459c1d1cc038c2f8e;hb=aa8cdb795d6bb551aaecb6db38d5ef6571c698ed;hp=aae31110aae35a34502fd5e8c2751048de4666a8;hpb=56c7428e2bcb149dac575142d5d17e0b297f8670;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index aae3111..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* @@ -213,6 +213,7 @@ (and :x86 :linux) (and :x86-64 :darwin) (and :x86-64 :linux) + (and :x86-64 :openbsd) (and :sparc :linux) :alpha :mips))