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
1ba3f217
Commit
1ba3f217
authored
21 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
Added more tests for various cmucl bugs.
parent
c4432bf5
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
+57
-1
57 additions, 1 deletion
ansi-tests/misc.lsp
with
57 additions
and
1 deletion
ansi-tests/misc.lsp
+
57
−
1
View file @
1ba3f217
...
@@ -1857,7 +1857,63 @@
...
@@ -1857,7 +1857,63 @@
(%f15)))))
(%f15)))))
-10)
-10)
;;; cmucl (22 Oct 2003): NIL is not of type C::REF
(deftest misc.143
(block b2
(max (return-from b2 1)
(let ((v3
(unwind-protect
(let* ((v1 (ignore-errors -254)))
1))))
-2)))
1)
;;; The assertion (NOT (C::BLOCK-DELETE-P BLOCK)) failed.
(deftest misc.144
(funcall
(compile nil
'(lambda (a b c)
(declare (type (integer 9739325 14941321) c))
(labels ((%f7 (f7-1 f7-2 f7-3 &optional (f7-4 b))
(return-from %f7 f7-4)))
(if (= -76482 c)
(if (>= c 10986082) (%f7 a b (%f7 -8088 c -147106 2)) -10502)
(%f7 509252 b b)))))
-200 17 10000000)
17)
(deftest misc.145
(funcall
(compile nil
'(lambda (a b c)
(declare (optimize (safety 3)))
(block b5
(return-from b5
(logior (if (or c t) b (load-time-value -61)) (return-from b5 -3))))))
1 2 3)
-3)
;;; cmucl: order of evaluation error
(deftest misc.146
(funcall
(compile nil
'(lambda (b)
(declare (optimize (speed 3)))
(flet ((%f14 (&optional (f14-1 301917227)
(f14-2 (setq b 995196571)))
f14-1))
(%f14 b (block b3 (%f14 -64))))))
10)
10)
;;; cmucl (22 Oct 2003): NIL is not of type C::CLEANUP
(deftest misc.147
(flet ((%f11 () (if nil (ignore-errors -19884254) (unwind-protect -2)))) :good)
:good)
;;; The assertion (C::CONSTANT-CONTINUATION-P C::CONT) failed.
(deftest misc.148
(block b2 (logior (return-from b2 484) (restart-case (ignore-errors 1737021))))
484)
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