summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-12-11 21:48:14 +0000
committerLudovic Courtès <ludo@gnu.org>2009-12-11 21:48:14 +0000
commitb4ae0db5a5c2f838572481f82c2a54006be8a405 (patch)
tree0615af3428b1e8cc565fd6cbcfc7e5d67cecd7aa /pkgs/development
parent98aaa4421c5e4ce3e2d0db2d9b81e198d00b370b (diff)
downloadnixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.tar
nixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.tar.gz
nixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.tar.bz2
nixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.tar.lz
nixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.tar.xz
nixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.tar.zst
nixlib-b4ae0db5a5c2f838572481f82c2a54006be8a405.zip
guile: Improve `disable-gc-sensitive-tests.patch'.
svn path=/nixpkgs/trunk/; revision=18907
Diffstat (limited to 'pkgs/development')
-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 @@