summaryrefslogtreecommitdiff
path: root/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2023-03-30 23:46:32 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2023-03-30 23:46:32 -0400
commitc3c0be73ec057ae3f1c5fe7dc73be5a281121fda (patch)
tree1b59a0031b111bb522330c252c710f2ed9fbde10 /dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
parenta228504f97982efac0df2f7b94156b143572c840 (diff)
downloadebuilds-c3c0be73ec057ae3f1c5fe7dc73be5a281121fda.tar.gz
removed unneeded and unmaintained packages
Diffstat (limited to 'dev-lisp/sbcl/files/concurrency-test-2.0.1.patch')
-rw-r--r--dev-lisp/sbcl/files/concurrency-test-2.0.1.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch b/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
deleted file mode 100644
index e0a36a8..0000000
--- a/dev-lisp/sbcl/files/concurrency-test-2.0.1.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -r -U3 sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp
---- sbcl-2.0.1.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2020-01-27 04:26:30.000000000 +0700
-+++ sbcl-2.0.1/contrib/sb-concurrency/tests/test-frlock.lisp 2020-01-30 21:53:57.750913923 +0700
-@@ -88,7 +88,7 @@
- #+sb-thread
- (deftest* (frlock.1)
- (handler-case
-- (sb-ext:with-timeout 40
-+ (sb-ext:with-timeout 240
- (test-frlocks #+win32 :outer-write-pause #+win32 t ))
- (sb-ext:timeout (c)
- (error "~A" c)))