Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
6c6786ee
Commit
6c6786ee
authored
Oct 22, 2005
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled two disputed tests
parent
b4342bb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
ansi-tests/compute-restarts.lsp
ansi-tests/compute-restarts.lsp
+4
-0
ansi-tests/restart-bind.lsp
ansi-tests/restart-bind.lsp
+4
-0
No files found.
ansi-tests/compute-restarts.lsp
View file @
6c6786ee
...
...
@@ -100,6 +100,9 @@
(foo () 'also-bad)))))
nil nil)
;;; This test is disabled until I figure out how to fix
;;; it. See sbcl-devel mailing list, Oct 2005
#|
(deftest compute-restarts.10
(let ((c2 (make-condition 'error)))
(block done
...
...
@@ -121,6 +124,7 @@
(foo () :test (lambda (c) (or (null c) (not (eq c c2))))
'also-bad)))))
nil nil)
|#
...
...
ansi-tests/restart-bind.lsp
View file @
6c6786ee
...
...
@@ -146,6 +146,9 @@
;;; Using the :test-function to associate a restart with a condition
;;; This test is disabled until I figure out how to fix
;;; it. See sbcl-devel mailing list, Oct 2005
#|
(deftest restart-bind.20
(let ((c (make-condition 'error)))
(restart-bind
...
...
@@ -156,6 +159,7 @@
(eq c c2)))))
(invoke-restart (find-restart 'foo c))))
good)
|#
(deftest restart-bind.21
(let ((c (make-condition 'error)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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