X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=67303cccef9ef94ee0aff5583e3fa6db8c4ded9c;hb=511f4325a18532f48f8c6f99e0a63862b7b25aed;hp=aae31110aae35a34502fd5e8c2751048de4666a8;hpb=56c7428e2bcb149dac575142d5d17e0b297f8670;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index aae3111..67303cc 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 :alpha :mips :ppc)) (assert (verify-backtrace (lambda () (test #'not-optimized)) (list *undefined-function-frame* @@ -207,12 +207,6 @@ (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 :sparc :linux) :alpha :mips))