summary refs log tree commit diff
path: root/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch')
-rw-r--r--pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch b/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
index 8a43e58f5f58..4e587496eb1d 100644
--- a/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
+++ b/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
@@ -3,6 +3,17 @@ compiling with `-O0' (as is done with coverage analysis) since there may
 be many false references held on the stack, leading to the failure of
 such tests.
 
+--- a/test-suite/tests/gc.test
++++ b/test-suite/tests/gc.test
+@@ -59,6 +59,7 @@
+ 
+ (with-test-prefix "gc"
+   (pass-if "Unused modules are removed"
++           (throw 'unresolved)
+ 	   (let* ((guard (make-guardian))
+                   (total 1000))
+ 
+
 --- a/test-suite/tests/threads.test
 +++ b/test-suite/tests/threads.test
 @@ -366,6 +366,7 @@