GNU bug report logs - #11876
guile-2.0.6 on debian squeeze 32 bit - 2 of 28 tests failed

Previous Next

Package: guile;

Reported by: Bernardo Ezequiel Contreras <vonbecmann <at> gmail.com>

Date: Sun, 8 Jul 2012 01:04:02 UTC

Severity: normal

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ludo <at> gnu.org (Ludovic Courtès)
To: Bernardo Ezequiel Contreras <vonbecmann <at> gmail.com>
Cc: 11876 <at> debbugs.gnu.org
Subject: bug#11876: guile-2.0.6 on debian squeeze 32 bit - 2 of 28 tests failed
Date: Mon, 03 Sep 2012 22:46:55 +0200
[Message part 1 (text/plain, inline)]
Hi again,

The log you sent shows two failures:

  FAIL: ftw.test: file-system-fold: EACCES
  FAIL: gc.test: gc: Lexical vars are collectable

The second one is harmless and can be ignored.

As for the first one, can you try this patch, run ‘./check-guile
ftw.test’, and send the output?

[Message part 2 (text/x-patch, inline)]
diff --git a/test-suite/tests/ftw.test b/test-suite/tests/ftw.test
index 33537d0..227eb73 100644
--- a/test-suite/tests/ftw.test
+++ b/test-suite/tests/ftw.test
@@ -224,7 +224,7 @@
             (skip   (lambda (n s r) (cons `(skip ,n) r)))
             (error  (lambda (n s e r) (cons `(error ,n ,e) r)))
             (name   (string-append %top-builddir "/test-EACCES")))
-        (equal? (file-system-fold enter? leaf down up skip error '() name)
+        (equal? (pk (file-system-fold enter? leaf down up skip error '() name))
                 `((error ,name ,EACCES))))))
 
   (pass-if "dangling symlink and lstat"
[Message part 3 (text/plain, inline)]
Also, please indicate what kernel and libc version are being used.

Thanks in advance,
Ludo’.

This bug report was last modified 12 years and 331 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.