source: tags/1.6.1/t/compiler.lisp

Last change on this file was 15217, checked in by Mark Evenson, 4 years ago

ci: stop ABCL-PROVE from exiting fatally on STORAGE-CONDITION

TODO: work on getting the right handlers in place for conditions that
are signalled, both known and unknown.

File size: 290 bytes
Line 
1(prove:plan 1)
2
3;;; FIXME test shouldn't signal error
4(prove:is-error 
5 (compile-file (asdf:system-relative-pathname :abcl "t/eg/compiler-fails-on-inline-recursion.lisp"))
6 'compiler-error
7 "FIXME: this test should not result in a STORAGE-CONDITION as a compiler error")
8
9(prove:finalize)
10
Note: See TracBrowser for help on using the repository browser.