summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-12-14 15:20:05 +0000
committerLudovic Courtès <ludo@gnu.org>2009-12-14 15:20:05 +0000
commit1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196 (patch)
treefcc54bc9bd8dc7a3babe38e532d0d1c55f10c9be /pkgs/development
parent7020328d3da0243a4e48c12b962a74d895859974 (diff)
downloadnixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.tar
nixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.tar.gz
nixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.tar.bz2
nixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.tar.lz
nixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.tar.xz
nixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.tar.zst
nixlib-1ca40e6a713bfa3b9d69fc95734f8f5bae5d3196.zip
guile: Revert r18907 ("Improve `disable-gc-sensitive-tests.patch'.").
This patch no longer applies to `master' and may be unnecessary now.

svn path=/nixpkgs/trunk/; revision=18936
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch b/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
index 4e587496eb1d..8a43e58f5f58 100644
--- a/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
+++ b/pkgs/development/interpreters/guile/disable-gc-sensitive-tests.patch
@@ -3,17 +3,6 @@ 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 @@