From 6c6786ee446fbc14da827ce7ce8b074982100fd6 Mon Sep 17 00:00:00 2001
From: pfdietz <pfdietz@localhost>
Date: Sat, 22 Oct 2005 10:56:06 +0000
Subject: [PATCH] Disabled two disputed tests

---
 ansi-tests/compute-restarts.lsp | 4 ++++
 ansi-tests/restart-bind.lsp     | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/ansi-tests/compute-restarts.lsp b/ansi-tests/compute-restarts.lsp
index 21e5bd8f..04a6b2ee 100644
--- a/ansi-tests/compute-restarts.lsp
+++ b/ansi-tests/compute-restarts.lsp
@@ -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)
+|#
 
 
 
diff --git a/ansi-tests/restart-bind.lsp b/ansi-tests/restart-bind.lsp
index e6cbeaf8..c8af54a7 100644
--- a/ansi-tests/restart-bind.lsp
+++ b/ansi-tests/restart-bind.lsp
@@ -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)))
-- 
GitLab