diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-07 01:10:34 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-07 01:10:34 +0000 |
commit | 6d1d7abfc9468ada17cf241af61dd4c49c20ac41 (patch) | |
tree | 21c5c6acd28364b9c1bb929cd8f93e8c53afeb06 /lang/sbcl | |
parent | 27e482ce5fc4edc990659f4fbab298fa73d95dc8 (diff) | |
download | ports-6d1d7abfc9468ada17cf241af61dd4c49c20ac41.tar.gz ports-6d1d7abfc9468ada17cf241af61dd4c49c20ac41.zip |
Notes
Diffstat (limited to 'lang/sbcl')
-rw-r--r-- | lang/sbcl/files/patch-disable-failing-tests | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/sbcl/files/patch-disable-failing-tests b/lang/sbcl/files/patch-disable-failing-tests deleted file mode 100644 index cc2d70ac932c..000000000000 --- a/lang/sbcl/files/patch-disable-failing-tests +++ /dev/null @@ -1,10 +0,0 @@ ---- contrib/sb-concurrency/tests/test-mailbox.lisp.orig 2011-11-20 15:31:43.000000000 -0500 -+++ contrib/sb-concurrency/tests/test-mailbox.lisp 2011-11-20 15:33:41.000000000 -0500 -@@ -181,6 +181,7 @@ - (:errors . 0) - (:timeouts . 0)) - -+#-(and sb-thread freebsd) - (deftest mailbox.interrupts-safety.1 - (multiple-value-bind (received garbage errors timeouts) - (test-mailbox-producers-consumers |