X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fdebug.impure.lisp;h=27283ae104492eb92171e30663a3f69703b22e9d;hb=b2b5fc7797a2c34d904e2a6e25d9ff357d915ac6;hp=7a2d9135a16ca4230479d7f3590cbcfaf9fe3478;hpb=d63d80e637e9058ff5db7a10c267796ff7970ba1;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 7a2d913..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,13 +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 :x86-64 :openbsd) (and :sparc :linux) :alpha :mips)) @@ -396,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))) @@ -406,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)))