Front page | perl.perl5.porters |
Postings from April 2008
blead on Irix
From:
David Cantrell
Date:
April 30, 2008 15:26
Subject:
blead on Irix
Message ID:
20080430222607.GA6113@bytemark.barnyard.co.uk
bleadperl builds and passes all but three tests on the new Irix machine
I'm using:
Failed 3 tests out of 1445, 99.79% okay.
../ext/Sys/Syslog/t/syslog.t
../ext/Time/Piece/t/02core.t
../lib/Archive/Extract/t/01_Archive-Extract.t
~/perl-33536/t $ ./perl -T -I../lib ../ext/Sys/Syslog/t/syslog.t \
|grep "not ok"
(note the -T, because syslog.t has that on the shebang line, which perl
doesn't like)
~/perl-current/t $ ./perl -T -I../lib
../ext/Sys/Syslog/t/syslog.t|grep "not ok"
not ok 8 - setlogsock() should return true: '0' # TODO minor bug
not ok 12 - syslog() should return true: '0'
# Failed test 'syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 108.
not ok 14 - closelog() should return true: '0'
# Failed test 'closelog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 113.
not ok 110 - [stream] syslog() should return true: '0'
# Failed test '[stream] syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 168.
not ok 112 - [stream] syslog() should return true: '0'
# Failed test '[stream] syslog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 175.
not ok 114 - [stream] closelog() should return true: '0'
# Failed test '[stream] closelog() should return true: '0''
# at ../ext/Sys/Syslog/t/syslog.t line 184.
# Looks like you failed 5 tests of 199.
$ ./perl -T -I../lib ../ext/Time/Piece/t/02core.t|grep "not ok"
Error parsing time at ../lib/Time/Piece.pm line 470.
# Looks like you planned 93 tests but only ran 79.
# Looks like your test died just after 79.
Test 80 is this one:
cmp_ok(Time::Piece->strptime("1945", "%Y")->year, '==', 1945, "Year is 1945?");
$ ./perl -T -I../lib
../lib/Archive/Extract/t/01_Archive-Extract.t|grep "not ok"
# Old bunzip2 detected, skipping .tbz test
Key 'archive' (01_Archive-Extract.t) is of invalid type for
'Archive::Extract::new' provided by ANON at
../lib/Archive/Extract/t/01_Archive-Extract.t line 206
# Failed test ' Object created based on 'tgz''
# at ../lib/Archive/Extract/t/01_Archive-Extract.t line 207.
Can't call method "error" on an undefined value at
../lib/Archive/Extract/t/01_Archive-Extract.t line 208.
not ok 4 - Object created based on 'tgz'
# Looks like you failed 1 test of 4.
# Looks like your test died just after 4.
--
David Cantrell | top google result for "internet beard fetish club"
There are many different types of sausages. The best are
from the north of England. The wurst are from Germany.
-- seen in alt.2eggs...
-
blead on Irix
by David Cantrell