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
1fc6bd31
Commit
1fc6bd31
authored
Feb 09, 2006
by
pfdietz
Browse files
Removed misc.627, which was constructed incorrectly from the random test failure.
parent
d26291d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
1fc6bd31
...
...
@@ -11161,20 +11161,6 @@ Broken at C::WT-MAKE-CLOSURE.
-829253)
-829253)
;;; Wrong return value
(deftest misc.627
(funcall
(compile
nil
'(lambda ()
(declare (notinline logbitp))
(declare (optimize (safety 0) (debug 1) (compilation-speed 2)
(speed 0) (space 2)))
(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)
...
...
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