X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Frun-tests.lisp;h=ae0fee2618d17f655f94d808117f3b9608967ebb;hb=98c725660502dc1a761e60ac935f95ed60143021;hp=80eaf385a4ff8b3bec53fa9a9a381e7bd790db76;hpb=b8a2248d3193902592fb58c5ea74209dc1124f08;p=sbcl.git diff --git a/tests/run-tests.lisp b/tests/run-tests.lisp index 80eaf38..ae0fee2 100644 --- a/tests/run-tests.lisp +++ b/tests/run-tests.lisp @@ -124,13 +124,14 @@ (restart-case (handler-bind ((error (lambda (condition) - (push (list :unhandled-error cl-user::file) test-util::*failures*) + (push (list :unhandled-error file) + test-util::*failures*) (cond (*break-on-error* (test-util:really-invoke-debugger condition)) (t (format *error-output* "~&Unhandled ~a: ~a~%" (type-of condition) condition) - (funcall (symbol-function (intern "BACKTRACE" :sb-debug))))) + (sb-debug:backtrace))) (invoke-restart 'skip-file)))) ,test-code) (skip-file ()