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
8946dc57
Commit
8946dc57
authored
20 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
Random tests that fail in abl (15 Sept 2004 cvs)
parent
d447b6eb
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
+81
-1
81 additions, 1 deletion
ansi-tests/misc.lsp
with
81 additions
and
1 deletion
ansi-tests/misc.lsp
+
81
−
1
View file @
8946dc57
...
@@ -7759,9 +7759,89 @@ Broken at C::WT-C-INLINE-LOC.
...
@@ -7759,9 +7759,89 @@ Broken at C::WT-C-INLINE-LOC.
-1648)
-1648)
-1648)
-1648)
;;; From abcl (cvs, 15 Sept 2004)
;;; Inconsistent stack height
(deftest misc.404
(let #+armedbear ((jvm::*catch-errors* nil))
nil
(funcall
(compile
nil
'(lambda (a b)
(declare (type (integer -77007578505 7500480849) a))
(declare (type (integer 211464 53140083) b))
(declare (ignorable a b))
(declare (optimize (compilation-speed 0) (speed 2) (debug 3)
(safety 1) (space 3)))
(progn (tagbody (let ((v3
(cons (case a
((13 5 -9 2 -13) (go tag8))
(t 0))
0)))
0)
tag8)
a)))
-1068524571 20786758))
-1068524571)
(deftest misc.405
(let #+armedbear ((jvm::*catch-errors* nil))
nil
(funcall
(compile
nil
'(lambda (a b)
(declare (type (integer -82196 13938) a))
(declare (type (integer -44152792 -15846835) b))
(declare (ignorable a b))
(declare (optimize (compilation-speed 3) (safety 2) (speed 3)
(space 0) (debug 0)))
(block b5
(let ((*s7*
(cons (if (position (if (eql 0 0)
(return-from b5
(return-from b5
(let ((*s6* (cons b a))) 0)))
b)
#(23)
:test-not
'eql)
0
0)
b)))
0))))
-10305 -26691848))
0)
(deftest misc.406
(let #+armedbear ((jvm::*catch-errors* nil))
nil
(funcall
(compile
nil
'(lambda (a)
(declare (type (integer -1 1412366903315) a))
(declare (ignorable a))
(declare (optimize (debug 3) (safety 3) (space 3)
(compilation-speed 1) (speed 2)))
(progn (tagbody (case 0 ((1 0 4) (values (go 1) 0)) (t 0))
1)
0)))
251841706892))
0)
;;; Incorrect binding
(deftest misc.407
(funcall
(compile
nil
'(lambda (a)
(declare (type (integer -324 175) a))
(declare (ignorable a))
(declare (optimize (safety 0) (space 0) (speed 2) (debug 0)
(compilation-speed 0)))
(multiple-value-bind (v5) (cons (truncate 0) a) (cdr v5))))
-279)
-279)
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