Skip Menu |

This queue is for tickets about the Text-Balanced CPAN distribution.

Report information
The Basics
Id: 49
Status: resolved
Priority: 0/
Queue: Text-Balanced

People
Owner: Nobody in particular
Requestors: mstevens [...] etla.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.87
Fixed in: 1.89



Subject: too successful
Hi. I'm trying to install Text::Balanced 1.87 on perl 5.6.1, on debian linux, and it's entirely too successful: PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t t/extbrk....ok t/extcbk....ok t/extdel....ok t/extmul....ok t/extqlk....ok t/exttag....ok t/extvar....ok 181/179Don't know which tests failed: got 181 ok, expected 179 t/gentag....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/extvar.t 179 ?? % ?? Failed 1/8 test scripts, 87.50% okay. -2/546 subtests failed, 100.37% okay. make: *** [test_dynamic] Error 29 I've attached a detailed log of the extvar tests. Michael

Message body is not shown because it is too large.

From: David Manura
I've reproduced a similar error in Text::Balanced 1.87 under Cygwin. The problem is absent in later Text::Balanced versions, and the Changes file under 1.89 states "Fixed extvar.t tests." This ticket should be marked as "resolved." [MSTEVENS - Mon Nov 19 04:56:33 2001]: Show quoted text
> Hi. > > I'm trying to install Text::Balanced 1.87 on perl 5.6.1, on debian > linux, and it's entirely > too successful: > > PERL_DL_NONLAZY=1 /usr/local/bin/perl -Iblib/arch -Iblib/lib > -I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 > -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests > @ARGV;' t/*.t > t/extbrk....ok > t/extcbk....ok > t/extdel....ok > t/extmul....ok > t/extqlk....ok > t/exttag....ok > t/extvar....ok 181/179Don't know which tests failed: got 181 ok, > expected 179 > t/gentag....ok > Failed Test Stat Wstat Total Fail Failed List of Failed > ----------------------------------------------------------------------
--------- Show quoted text
> t/extvar.t 179 ?? % ?? > Failed 1/8 test scripts, 87.50% okay. -2/546 subtests failed, 100.37% > okay. > make: *** [test_dynamic] Error 29 > > I've attached a detailed log of the extvar tests. > > Michael
Marking resolved as per previous comment.