X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Fdebug.impure.lisp;h=e2812149ccb2c9a8f38f6e6480c41deb383a7ba2;hb=45618b17bd28aa3f0124eb675460c005f34322b0;hp=7be8b14a5f91b404813921a1fba43c2c9419a372;hpb=ef43bf713ac67d3acf4727a5111567e70675df44;p=sbcl.git diff --git a/tests/debug.impure.lisp b/tests/debug.impure.lisp index 7be8b14..e281214 100644 --- a/tests/debug.impure.lisp +++ b/tests/debug.impure.lisp @@ -208,6 +208,7 @@ (with-test (:name (:throw :no-such-tag) :fails-on '(or (and :x86 :sunos) + (and :x86 :darwin) (and :x86-64 :darwin) (and :sparc :linux) :alpha @@ -400,6 +401,11 @@ (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)