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
d26291d5
Commit
d26291d5
authored
Feb 08, 2006
by
pfdietz
Browse files
And yet another logbitp failure for sbcl
parent
fff7fa5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
d26291d5
...
...
@@ -11174,3 +11174,17 @@ Broken at C::WT-MAKE-CLOSURE.
(loop for lv1 below 1
count (logbitp 7 (loop for lv1 below 0 count t))))))
1)
;;; The value -93368855 is not of type UNSIGNED-BYTE.
;;; [...]
;;; (LOGBITP -93368855 0)
(deftest misc.628
(funcall
(compile
nil
'(lambda ()
(declare (optimize (safety 3) (space 3) (compilation-speed 3)
(speed 0) (debug 1)))
(not (not (logbitp 0 (floor 2147483651 (min -23 0))))))))
t)
\ No newline at end of file
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