Skip Menu |

This queue is for tickets about the Term-UI CPAN distribution.

Report information
The Basics
Id: 7607
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Term-UI

People
Owner: Nobody in particular
Requestors: rs [...] crystalflame.net
RSOD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Date: Fri, 10 Sep 2004 02:07:35 -0700
From: Richard Soderberg <rsoderberg [...] gmail.com>
To: bug-Term-UI [...] rt.cpan.org
Subject: 0.03 fails tests under OS X
CC: rsod [...] cpan.org
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01_Term_UI....NOK 2# Failed test (t/01_Term_UI.t at line 28) # got: undef # expected: 'blue' t/01_Term_UI....NOK 3# Failed test (t/01_Term_UI.t at line 35) # got: undef # expected: 'blue' Use of uninitialized value in pattern match (m//) at lib/Term/UI.pm line 88. t/01_Term_UI....NOK 4# Failed test (t/01_Term_UI.t at line 44) # got: '0' # expected: '1' Use of uninitialized value in pattern match (m//) at lib/Term/UI.pm line 88. t/01_Term_UI....ok 7/7# Looks like you failed 3 tests of 7. t/01_Term_UI....dubious Test returned status 3 (wstat 768, 0x300) DIED. FAILED tests 2-4 Failed 3/7 tests, 57.14% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/01_Term_UI.t 3 768 7 3 42.86% 2-4 Failed 1/1 test scripts, 0.00% okay. 3/7 subtests failed, 57.14% okay. make: *** [test_dynamic] Error 2 Standard OS X 10.3 perl with a variety grab bag of modules. - R.
Show quoted text
> Standard OS X 10.3 perl with a variety grab bag of modules.
that's what i run :) (sorry, this one slipped trhough) but, it doesn't fail for me... can you give me some more data to work on? [kane@coke ~...other/term-ui]$ uname -a Darwin coke.xs4all.nl 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC Power Macintosh powerpc [kane@coke ~...other/term-ui]$ perl -v This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level (with 1 registered patch, see perl -V for more detail) Copyright 1987-2003, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. [kane@coke ~...other/term-ui]$ make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/ lib', 'blib/arch')" t/*.t t/01_Term_UI....ok All tests successful. Files=1, Tests=7, 0 wallclock secs ( 0.17 cusr + 0.05 csys = 0.22 CPU) [kane@coke ~...other/term-ui]$
t/01_Term_UI....ok 0.04 works fine. I think it's okay to resolve this. - R. [rs@crystalflame.net - Fri Sep 10 05:13:58 2004]: Show quoted text
> PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/01_Term_UI....NOK 2# Failed test (t/01_Term_UI.t at line 28) > # got: undef > # expected: 'blue' > t/01_Term_UI....NOK 3# Failed test (t/01_Term_UI.t at line 35) > # got: undef > # expected: 'blue' > Use of uninitialized value in pattern match (m//) at lib/Term/UI.pm > line 88. > t/01_Term_UI....NOK 4# Failed test (t/01_Term_UI.t at line 44) > # got: '0' > # expected: '1' > Use of uninitialized value in pattern match (m//) at lib/Term/UI.pm > line 88. > t/01_Term_UI....ok 7/7# Looks like you failed 3 tests of 7. > t/01_Term_UI....dubious > Test returned status 3 (wstat 768, 0x300) > DIED. FAILED tests 2-4 > Failed 3/7 tests, 57.14% okay > Failed Test Stat Wstat Total Fail Failed List of Failed >
------------------------------------------------------------------------------- Show quoted text
> t/01_Term_UI.t 3 768 7 3 42.86% 2-4 > Failed 1/1 test scripts, 0.00% okay. 3/7 subtests failed, 57.14% okay. > make: *** [test_dynamic] Error 2 > > Standard OS X 10.3 perl with a variety grab bag of modules. > > - R.