unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
@ 2013-03-19 23:40 Dennis Clarke
  2013-03-20 12:34 ` Andy Wingo
  0 siblings, 1 reply; 7+ messages in thread
From: Dennis Clarke @ 2013-03-19 23:40 UTC (permalink / raw)
  To: 14001


FYI : 

vanth $ uname -a 
Linux vanth 3.2.0-4-powerpc64 #1 SMP Debian 3.2.39-2 ppc64 GNU/Linux
vanth $ cat /etc/debian_version 
7.0

Totals for this test run:
passes:                 34733
failures:               1
unexpected passes:      0
expected failures:      6
unresolved test cases:  568
untested test cases:    1
unsupported test cases: 9
errors:                 0

FAIL: check-guile
==================================
1 of 1 test failed
Please report to bug-guile@gnu.org
==================================


What info is needed for this ? 

Dennis 





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
  2013-03-19 23:40 bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64 Dennis Clarke
@ 2013-03-20 12:34 ` Andy Wingo
  2013-03-21 15:31   ` Dennis Clarke
  0 siblings, 1 reply; 7+ messages in thread
From: Andy Wingo @ 2013-03-20 12:34 UTC (permalink / raw)
  To: Dennis Clarke; +Cc: 14001

On Wed 20 Mar 2013 00:40, Dennis Clarke <dclarke@blastwave.org> writes:

> FAIL: check-guile
> ==================================
> 1 of 1 test failed
> Please report to bug-guile@gnu.org
> ==================================
>
> What info is needed for this ? 

check-guile.log

-- 
http://wingolog.org/





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
  2013-03-20 12:34 ` Andy Wingo
@ 2013-03-21 15:31   ` Dennis Clarke
  2013-03-22 12:48     ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Dennis Clarke @ 2013-03-21 15:31 UTC (permalink / raw)
  To: Andy Wingo; +Cc: 14001

[-- Attachment #1: Type: text/plain, Size: 101 bytes --]


> > What info is needed for this ? 
> 
> check-guile.log

OKay, seems reasonable .. see attached 



[-- Attachment #2: guile-2.0.7_3.2.0-4-powerpc64_check-guile.log.gz --]
[-- Type: application/x-gzip, Size: 186430 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
  2013-03-21 15:31   ` Dennis Clarke
@ 2013-03-22 12:48     ` Ludovic Courtès
  2013-03-22 14:15       ` Marijn
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2013-03-22 12:48 UTC (permalink / raw)
  To: Dennis Clarke; +Cc: 14001-done

Hello,

Thanks for the report.  The failure is:

  FAIL: gc.test: gc: Lexical vars are collectable

Unfortunately, this test exercises the garbage collector, and its
failure does not always indicate a problem.

Since this is the only GC-related failure here, I would ignore it.

So I’m closing the bug.

Thanks,
Ludo’.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
  2013-03-22 12:48     ` Ludovic Courtès
@ 2013-03-22 14:15       ` Marijn
  2013-03-22 17:44         ` Mark H Weaver
  0 siblings, 1 reply; 7+ messages in thread
From: Marijn @ 2013-03-22 14:15 UTC (permalink / raw)
  To: 14001, ludo, dclarke

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 22-03-13 13:48, Ludovic Courtès wrote:
> Hello,
> 
> Thanks for the report.  The failure is:
> 
> FAIL: gc.test: gc: Lexical vars are collectable
> 
> Unfortunately, this test exercises the garbage collector, and its 
> failure does not always indicate a problem.
> 
> Since this is the only GC-related failure here, I would ignore it.
> 
> So I’m closing the bug.

Can I just add that a failing test that doesn't indicate a problem is
rather annoying. Can this specific test be removed or disabled if it
can't be improved?

Marijn

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlFMZ44ACgkQp/VmCx0OL2zqbwCeLL0Zoq9EC1Ki++5t7yCzrIOB
tXkAnROtz66CloHf3vQNBTiK0ZsCCFNU
=FecZ
-----END PGP SIGNATURE-----





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
  2013-03-22 14:15       ` Marijn
@ 2013-03-22 17:44         ` Mark H Weaver
  2013-03-22 21:26           ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Mark H Weaver @ 2013-03-22 17:44 UTC (permalink / raw)
  To: Marijn; +Cc: ludo, 14001, dclarke

Marijn <hkBst@gentoo.org> writes:

> On 22-03-13 13:48, Ludovic Courtès wrote:
>> 
>> Thanks for the report.  The failure is:
>> 
>> FAIL: gc.test: gc: Lexical vars are collectable
>> 
>> Unfortunately, this test exercises the garbage collector, and its 
>> failure does not always indicate a problem.
>> 
>> Since this is the only GC-related failure here, I would ignore it.
>> 
>> So I’m closing the bug.
>
> Can I just add that a failing test that doesn't indicate a problem is
> rather annoying. Can this specific test be removed or disabled if it
> can't be improved?

I agree.  If we're going to ignore these failures (which seems
reasonable), then it should at least be downgraded to a warning,
and not cause the 'make check' to fail.  IMO anyway.

     Thanks,
       Mark





^ permalink raw reply	[flat|nested] 7+ messages in thread

* bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64
  2013-03-22 17:44         ` Mark H Weaver
@ 2013-03-22 21:26           ` Ludovic Courtès
  0 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2013-03-22 21:26 UTC (permalink / raw)
  To: Mark H Weaver; +Cc: dclarke, 14001-done

Mark H Weaver <mhw@netris.org> skribis:

> Marijn <hkBst@gentoo.org> writes:

[...]

>> Can I just add that a failing test that doesn't indicate a problem is
>> rather annoying. Can this specific test be removed or disabled if it
>> can't be improved?
>
> I agree.  If we're going to ignore these failures (which seems
> reasonable), then it should at least be downgraded to a warning,
> and not cause the 'make check' to fail.  IMO anyway.

Yes, agreed.  Fixed by commit 86fafc4.

Thanks,
Ludo’.





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-03-22 21:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-19 23:40 bug#14001: guile-2.0.7 : 1 of 1 test failed on Debian Linux 3.2.0-4-powerpc64 Dennis Clarke
2013-03-20 12:34 ` Andy Wingo
2013-03-21 15:31   ` Dennis Clarke
2013-03-22 12:48     ` Ludovic Courtès
2013-03-22 14:15       ` Marijn
2013-03-22 17:44         ` Mark H Weaver
2013-03-22 21:26           ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).