Skip Menu |

This queue is for tickets about the Math-Int64 CPAN distribution.

Report information
The Basics
Id: 85766
Status: rejected
Priority: 0/
Queue: Math-Int64

People
Owner: Nobody in particular
Requestors: jquelin [...] cpan.org
Cc:
AdminCc:

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



Subject: t/pow.t fails with perl 5.18.0
$ make -j24 test PERL_DL_NONLAZY=1 /usr/bin/perl5.18.0 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/as_int64.t ............ ok t/die_on_overflow.t ..... ok t/Math-Int64-Native.t ... ok t/Math-Int64.t .......... ok t/Math-UInt64-Native.t .. ok t/Math-UInt64.t ......... ok t/MSC.t ................. ok t/pods.t ................ skipped: Only the author needs to check that POD docs are right t/pow.t ................. Failed 48/51 subtests t/storable.t ............ ok Test Summary Report ------------------- t/pow.t (Wstat: 11 Tests: 3 Failed: 0) Non-zero wait status: 11 Parse errors: Bad plan. You planned 51 tests but ran 3. Files=10, Tests=1565, 0 wallclock secs ( 0.12 usr 0.03 sys + 0.31 cusr 0.03 csys = 0.49 CPU) Result: FAIL Failed 1/10 test programs. 0/1565 subtests failed. make: *** [test_dynamic] Error 255 Using perl 5.18.0 on Mageia
Hi Jerome, On Fri May 31 08:58:42 2013, JQUELIN wrote: Show quoted text
> $ make -j24 test > PERL_DL_NONLAZY=1 /usr/bin/perl5.18.0 "-MExtUtils::Command::MM" "-e" > "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t > t/as_int64.t ............ ok > t/die_on_overflow.t ..... ok > t/Math-Int64-Native.t ... ok > t/Math-Int64.t .......... ok > t/Math-UInt64-Native.t .. ok > t/Math-UInt64.t ......... ok > t/MSC.t ................. ok > t/pods.t ................ skipped: Only the author needs to check that > POD docs are right > t/pow.t ................. > Failed 48/51 subtests > t/storable.t ............ ok > > Test Summary Report > ------------------- > t/pow.t (Wstat: 11 Tests: 3 Failed: 0) > Non-zero wait status: 11 > Parse errors: Bad plan. You planned 51 tests but ran 3. > Files=10, Tests=1565, 0 wallclock secs ( 0.12 usr 0.03 sys + 0.31 > cusr 0.03 csys = 0.49 CPU) > Result: FAIL > Failed 1/10 test programs. 0/1565 subtests failed. > make: *** [test_dynamic] Error 255 > > Using perl 5.18.0 on Mageia
The problem was with the incorrect patch from https://rt.cpan.org/Ticket/Display.html?id=85688 - my new patch (in the comment) fixes it now. Regards, -- Shlomi Fish