Author: ludo
Date: Sat Oct 15 16:34:26 2011
New Revision: 29854
URL: https://nixos.org/websvn/nix/?rev=29854&sc=1

Log:
Guile: Disable more GC-sensitive tests when using `-O0'.

Modified:
   
nixpkgs/trunk/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch

Modified: 
nixpkgs/trunk/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
==============================================================================
--- 
nixpkgs/trunk/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
  Sat Oct 15 14:46:05 2011        (r29853)
+++ 
nixpkgs/trunk/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
  Sat Oct 15 16:34:26 2011        (r29854)
@@ -3,6 +3,16 @@
 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
+@@ -67,6 +67,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 @@
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to