Show quoted text>>>>> On Tue, 14 Apr 2009 16:05:22 -0400, "Michael G Schwern via RT" <bug-Test-Simple@rt.cpan.org> said:
I just ran the Test::Aggregate tests. Downgrading to Test::Simple 0.84
makes the tests OK, upgrading to 0.87_02 produces these errors.
There's only that much I can tell from the failing tests.
Running Build test
t/aggregate.......# ok - aggtests/skip_all.t (1 out of 7)
# Testing Test::Aggregate 0.35, Perl 5.010000, /usr/local/perl-5.10-g/bin/perl
# ok - aggtests/00-load.t (2 out of 7)
# ok - aggtests/check_plan.t (3 out of 7)
# ok - aggtests/boilerplate.t (4 out of 7)
# ok - aggtests/findbin.t (5 out of 7)
# ok - aggtests/subs.t (6 out of 7)
# ok - aggtests/slow_load.t (7 out of 7)
# Looks like you planned 2 tests but ran 23.
Dubious, test returned 255 (wstat 65280, 0xff00)
All 23 subtests passed
(less 2 skipped subtests: 21 okay)
t/pod-coverage....ok
t/pod.............ok
t/pre_post........# Testing Test::Aggregate 0.35, Perl 5.010000, /usr/local/perl-5.10-g/bin/perl
# ok - aggtests/00-load.t (1 out of 7)
# ok - aggtests/boilerplate.t (2 out of 7)
# ok - aggtests/check_plan.t (3 out of 7)
# ok - aggtests/findbin.t (4 out of 7)
# ok - aggtests/skip_all.t (5 out of 7)
# ok - aggtests/slow_load.t (6 out of 7)
# ok - aggtests/subs.t (7 out of 7)
Cannot unlink (dump.t): No such file or directory at t/pre_post.t line 39.
# Looks like you planned 1 test but ran 20.
Dubious, test returned 255 (wstat 65280, 0xff00)
All 20 subtests passed
(less 2 skipped subtests: 18 okay)
t/subs............# ok - aggtests/subs.t (1 out of 1)
# Looks like you planned 1 test but ran 2.
Dubious, test returned 255 (wstat 65280, 0xff00)
All 2 subtests passed
Test Summary Report
-------------------
t/aggregate (Wstat: 65280 Tests: 23 Failed: 0)
Non-zero exit status: 255
t/pre_post (Wstat: 65280 Tests: 20 Failed: 0)
Non-zero exit status: 255
t/subs (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Files=5, Tests=48, 3 wallclock secs ( 0.03 usr 0.02 sys + 0.30 cusr 0.04 csys = 0.39 CPU)
Result: FAIL
Failed 3/5 test programs. 0/48 subtests failed.
(./Build test exited with 65280)
--
andreas