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
eb660c1e
Commit
eb660c1e
authored
Mar 05, 2006
by
pfdietz
Browse files
Added two new tests for sbcl 0.9.10.11 (bug in constantp?)
parent
6002aae3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
eb660c1e
...
...
@@ -11215,5 +11215,32 @@ Broken at C::WT-MAKE-CLOSURE.
(funcall (compile nil form) s))
1)
;;; sbcl 0.9.10.11
;;; Failures associated with MULTIPLE-VALUE-PROG1
;;; Argument X is not a NUMBER: NIL
;;; (SB-KERNEL:TWO-ARG-/ NIL 1)
(deftest misc.630
(funcall
(compile
nil
'(lambda ()
(declare (optimize (speed 1) (debug 0)
(space 2) (safety 0) (compilation-speed 0)))
(unwind-protect 0
(* (/ (multiple-value-prog1 -29457482 -5602513511) 1))))))
0)
;;; Argument X is not a INTEGER: NIL
;;; (SB-KERNEL:TWO-ARG-AND NIL 1)
(deftest misc.631
(if (flet ((%f17 (f17-1 f17-2 f17-3
&optional
&key (key1 0)
(key2 (if (evenp (multiple-value-prog1 0)) 0 0)))
0))
0)
0 0)
0)
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