View | Details | Raw Unified | Return to bug 164542
Collapse All | Expand All

(-)lang/sbcl/files/patch-disable-failing-tests (-10 lines)
Removed Link Here
1
--- contrib/sb-concurrency/tests/test-mailbox.lisp.orig	2011-11-20 15:31:43.000000000 -0500
2
+++ contrib/sb-concurrency/tests/test-mailbox.lisp	2011-11-20 15:33:41.000000000 -0500
3
@@ -181,6 +181,7 @@
4
   (:errors   . 0)
5
   (:timeouts . 0))
6
 
7
+#-(and sb-thread freebsd)
8
 (deftest mailbox.interrupts-safety.1
9
     (multiple-value-bind (received garbage errors timeouts)
10
         (test-mailbox-producers-consumers

Return to bug 164542