1.0.23.21: Stack allocated conses for MIPS.
[sbcl.git] / tests / debug.impure.lisp
index 7be8b14..e281214 100644 (file)
 (with-test (:name (:throw :no-such-tag)
             :fails-on '(or
                         (and :x86 :sunos)
+                        (and :x86 :darwin)
                         (and :x86-64 :darwin)
                         (and :sparc :linux)
                         :alpha
     (assert (search "returned 1" out))
     (assert (search "returned 120" out))))
 
+(with-test (:name :bug-414)
+  (handler-bind ((warning #'error))
+    (load (compile-file "bug-414.lisp"))
+    (disassemble 'bug-414)))
+
 ;;;; test infinite error protection
 
 (defmacro nest-errors (n-levels error-form)