Subject: | Failing tests |
t/classic............No such file or directory at t/classic.t line 32.
# Looks like you planned 3 tests but only ran 1.
# Looks like your test died just after 1.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/test...............couldn't open testfile: No such file or directory
at t/test.t line 28.
# Looks like you planned 3 tests but only ran 1.
# Looks like your test died just after 1.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/classic.t 255 65280 3 4 2-3
t/test.t 255 65280 3 4 2-3
Failed 2/15 test scripts. 4/100 subtests failed.
Files=15, Tests=100, 10 wallclock secs ( 4.79 cusr + 0.35 csys = 5.14 CPU)
Different perls, for example:
http://www.nntp.perl.org/group/perl.cpan.testers/2007/10/msg673693.html
http://www.nntp.perl.org/group/perl.cpan.testers/2007/10/msg668098.html
http://www.nntp.perl.org/group/perl.cpan.testers/2007/10/msg666070.html
Maybe I'm the only tester who has IO::All installed. Maybe you should
declare IO::All a prerequisite. Or maybe you should skip the test based
on some environment variable like AUTHOR_TESTING or some such?