Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
693ab6d2
Commit
693ab6d2
authored
Nov 27, 2005
by
pfdietz
Browse files
Add another example of an sbcl bg (misc.293d)
parent
c2a12a17
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
693ab6d2
...
...
@@ -5259,6 +5259,21 @@ Broken at C::WT-C-INLINE-LOC.
-237 -1365751422718)
0)
(deftest misc.293d
(funcall
(compile
nil
'(lambda ()
(declare (optimize (debug 3) (safety 0) (space 2)
(compilation-speed 2) (speed 2)))
(block b4
(multiple-value-prog1
0
(catch 'ct8
(return-from b4 (catch 'ct2 (progn (tagbody) 0)))))))))
0)
;;; failed AVER: "(SUBSETP START START-STACK)"
(deftest misc.294
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment