1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

svn path=/nixpkgs/trunk/; revision=29854
This commit is contained in:
Ludovic Courtès 2011-10-15 16:34:26 +00:00
parent 7bb3f91731
commit 9188489caf

View file

@ -3,6 +3,16 @@ 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
@@ -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 @@