Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansi-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michał Herda
ansi-test
Commits
51630b59
Commit
51630b59
authored
21 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
More cmucl tests from random test generator.
parent
0297e0ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansi-tests/misc.lsp
+38
-0
38 additions, 0 deletions
ansi-tests/misc.lsp
with
38 additions
and
0 deletions
ansi-tests/misc.lsp
+
38
−
0
View file @
51630b59
...
...
@@ -998,3 +998,41 @@
-12))))
-12)
;;; cmucl (2003-10-12) "Invalid number of arguments: 2"
(deftest misc.80
(funcall
(compile nil
'(lambda (b c)
(declare (notinline > logior imagpart))
(declare (optimize (speed 0) (debug 0)))
(labels ((%f16 ()
(imagpart
(block b3
(logeqv (logior -122516 (if (> -1 0) (return-from b3 c) b))
(return-from %f16 32186310))))))
(lognor (%f16) b))))
-123886 -1656)
57385)
;;; cmucl (2003-10-12) "NIL is not of type C::REF"
(deftest misc.81
(funcall
(compile nil '(lambda (b)
(block b7
(let ((v3 (return-from b7 b)))
(unwind-protect b)))))
17)
17)
;;; cmucl (2003-10-12) "The assertion C::SUCC failed"
(deftest misc.82
(funcall
(compile nil '(lambda (c)
(labels ((%f15 ()
(* (unwind-protect c)
(max -5726369
(return-from %f15 3099206)))))
c)))
0)
0)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment