summaryrefslogtreecommitdiff
path: root/user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-08-18 09:07:22 -0500
committerZach van Rijn <me@zv.io>2022-10-21 18:34:02 -0500
commitdf1f0b738b2045d2690b52105b5ad24d474ff100 (patch)
tree5f3a2c6c230509f31951d0c81f842afe0c719eab /user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
parent14b334385d2bd752b988f2fde7ff97690a8aed52 (diff)
downloadpackages-df1f0b738b2045d2690b52105b5ad24d474ff100.tar.gz
packages-df1f0b738b2045d2690b52105b5ad24d474ff100.tar.bz2
packages-df1f0b738b2045d2690b52105b5ad24d474ff100.tar.xz
packages-df1f0b738b2045d2690b52105b5ad24d474ff100.zip
user/guile{,20}: merge packages. force bootstrap on ppc. fixes #533, #691.
Diffstat (limited to 'user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch')
-rw-r--r--user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch b/user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
deleted file mode 100644
index cbe194dfd..000000000
--- a/user/guile20/0002-Mark-mutex-with-owner-not-retained-threads-test-as-u.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From be9d97e0eeb2423b86fad7094a462b142f5176f7 Mon Sep 17 00:00:00 2001
-From: Rob Browning <rlb@defaultvalue.org>
-Date: Sun, 18 Mar 2012 13:28:24 -0500
-Subject: Mark "mutex with owner not retained" threads test as unresolved.
-
-As per discussion with upstream, mark this test as unresolved since it
-may produce false negatives, depending on the behavior/timing of the
-garbage collector.
----
- test-suite/tests/threads.test | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/test-suite/tests/threads.test b/test-suite/tests/threads.test
-index 8178120..7d180de 100644
---- a/test-suite/tests/threads.test
-+++ b/test-suite/tests/threads.test
-@@ -412,8 +412,10 @@
-
- (gc) (gc)
- (let ((m (g)))
-- (and (mutex? m)
-- (eq? (mutex-owner m) (current-thread)))))))
-+ (or
-+ (and (mutex? m)
-+ (eq? (mutex-owner m) (current-thread)))
-+ (throw 'unresolved))))))
-
- ;;
- ;; mutex lock levels