Skip Menu |

This queue is for tickets about the Test-Harness CPAN distribution.

Report information
The Basics
Id: 30962
Status: resolved
Priority: 0/
Queue: Test-Harness

People
Owner: andy [...] hexten.net
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

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



Subject: Incompatibility 2.64/3.00: Font::AFM 1.19
2.64 said t/afm......skipped all skipped: no reason given t/times....ok All tests successful, 1 test skipped. Files=2, Tests=2, 0 wallclock secs ( 0.02 cusr + 0.01 csys = 0.03 CPU) (/usr/bin/make test exited with 0) 3.03 says t/afm........skipped: (no reason given) t/times......ok Test Summary Report ------------------- t/afm.t (Wstat: 0 Tests: 1 Failed: 1) Failed test number(s): 1 Parse errors: Bad plan. You planned 0 tests but ran 1. Files=2, Tests=3, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.03 cusr 0.00 csys = 0.06 CPU) Result: FAIL Failed 1/2 test programs. 1/3 subtests failed. The test output is indeed not so kosher $ make test TEST_VERBOSE=1 TEST_FILES=t/afm.t PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/pw2AM9j/perl-5.8.0@32474/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', 'blib/arch')" t/afm.t t/afm...... 1..0 Can't find the AFM file for Helvetica at t/afm.t line 4 ok 1 What do you think?
On Sat Nov 24 22:17:39 2007, ANDK wrote: Show quoted text
> 2.64 said > > t/afm......skipped > all skipped: no reason given > t/times....ok > All tests successful, 1 test skipped. > Files=2, Tests=2, 0 wallclock secs ( 0.02 cusr + 0.01 csys = 0.03 > CPU) > (/usr/bin/make test exited with 0) > > > 3.03 says > > t/afm........skipped: (no reason given) > t/times......ok > > Test Summary Report > ------------------- > t/afm.t (Wstat: 0 Tests: 1 Failed: 1) > Failed test number(s): 1 > Parse errors: Bad plan. You planned 0 tests but ran 1. > Files=2, Tests=3, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.03 cusr > 0.00 csys = 0.06 CPU) > Result: FAIL > Failed 1/2 test programs. 1/3 subtests failed. > > The test output is indeed not so kosher > > $ make test TEST_VERBOSE=1 TEST_FILES=t/afm.t > PERL_DL_NONLAZY=1 > /home/src/perl/repoperls/installed-perls/perl/pw2AM9j/perl- > 5.8.0@32474/bin/perl > "-MExtUtils::Command::MM" "-e" "test_harness(1, 'blib/lib', > 'blib/arch')" t/afm.t > t/afm...... > 1..0 > Can't find the AFM file for Helvetica at t/afm.t line 4 > ok 1 > > What do you think?
Hmm. Well it /is/ generating broken TAP. If Gisle could be persuaded to change it that'd be good. I've supplied him with a patch which I hope he'll be able to use. If not I'll have to think of plan B :)