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
6a9959f8
Commit
6a9959f8
authored
Oct 30, 2005
by
pfdietz
Browse files
Test case for a gcl bug involving compiling short float constants.
parent
6ee594dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
6a9959f8
...
...
@@ -10924,3 +10924,10 @@ Broken at C::WT-MAKE-CLOSURE.
-3755148485)
0)
;;; gcl type-prop test failures (10/30/2005)
(deftest misc.615
(let* ((x -8183.7625s0)
(form `(lambda (p1) (eql p1 ,x))))
(not (not (funcall (compile nil form) x))))
t)
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