View | Details | Raw Unified | Return to bug 162017 | Differences between
and this patch

Collapse All | Expand All

(-)lang/sbcl/files/patch-disable-failing-tests (-9 lines)
Lines 1-14 Link Here
1
--- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-06-05 12:35:33.000000000 -0700
1
--- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-06-05 12:35:33.000000000 -0700
2
+++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-07-14 13:27:49.000000000 -0700
2
+++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-07-14 13:27:49.000000000 -0700
3
@@ -40,7 +40,7 @@
4
 
5
 ;;; FIXME: Several tests disabled on Darwin due to hangs. Something not right
6
 ;;; with mailboxes -- or possibly semaphores -- there.
7
-#+(and sb-thread (not darwin))
8
+#+(and sb-thread (not (or darwin freebsd)))
9
 (progn
10
 
11
 ;; Dummy struct for ATOMIC-INCF to work.
12
@@ -181,6 +181,7 @@
3
@@ -181,6 +181,7 @@
13
   (:errors   . 0)
4
   (:errors   . 0)
14
   (:timeouts . 0))
5
   (:timeouts . 0))

Return to bug 162017