X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=27283ae104492eb92171e30663a3f69703b22e9d;hb=b2b5fc7797a2c34d904e2a6e25d9ff357d915ac6;hp=22b05eb42f92e0b3f07fb3fde4581427b4ca9703;hpb=bf77540f53dbb693d87b9ff4fbfd09d3de7fb2d9;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 22b05eb..27283ae 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,10 +207,6 @@ (with-test (:name (:throw :no-such-tag) :fails-on '(or - (and :x86 :openbsd) - (and :x86 :sunos) - (and :x86 :darwin) - (and :x86-64 :darwin) (and :sparc :linux) :alpha :mips)) @@ -393,7 +389,7 @@ ;;; on that platform. #-(and (or ppc x86 x86-64) darwin) (with-test (:name (trace :encapsulate nil) - :fails-on '(or :ppc :sparc :mips)) + :fails-on '(or (and :ppc (not :linux)) :sparc :mips)) (let ((out (with-output-to-string (*trace-output*) (trace trace-this :encapsulate nil) (assert (eq 'ok (trace-this))) @@ -403,7 +399,7 @@ #-(and (or ppc x86 x86-64) darwin) (with-test (:name (trace-recursive :encapsulate nil) - :fails-on '(or :ppc :sparc :mips)) + :fails-on '(or (and :ppc (not :linux)) :sparc :mips)) (let ((out (with-output-to-string (*trace-output*) (trace trace-fact :encapsulate nil) (assert (= 120 (trace-fact 5)))