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
6c6786ee
Commit
6c6786ee
authored
Oct 22, 2005
by
pfdietz
Browse files
Disabled two disputed tests
parent
b4342bb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
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