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
452d4a32
Commit
452d4a32
authored
Jun 02, 2005
by
pfdietz
Browse files
Two more sbcl tests (one showing a bug in 0.9.1.19 that was fixed in 0.9.1.20
parent
363d6e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
452d4a32
...
...
@@ -10735,3 +10735,29 @@ Broken at C::WT-MAKE-CLOSURE.
(logxor -1 c)))
8)
-9)
;;; SBCL 0.9.1.19
;;; Failure of IMAGPART in compiled code
(deftest misc.598
(funcall (compile nil '(lambda (p1)
(declare (optimize (speed 2) (safety 0) (debug 3)
(space 1))
(type short-float p1))
(imagpart (the short-float p1))))
-79916.61s0)
-0.0s0)
;;; The value 20408096470 is not of type (INTEGER 19856842407 20640917103)
(deftest misc.599
(funcall
(compile
nil
'(lambda (b)
(declare (type (integer 19856842407 20640917103) b))
(declare (optimize (debug 1) (speed 3) (compilation-speed 2)
(safety 3) (space 3)))
(lognand b (deposit-field b (byte 0 0) 3762528061))))
20408096470)
-3225589269)
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