Andy Lester wrote:
I'm about to release T::H 2.58, but I have a pretty big difference in
how globbing is done in prove, per Audrey.
Please download and try it out on your box and make sure it's all good.
One warning thrown, apparently in t/00compile.t. 37 tests skipped for
"various reasons" in t/test-harness.t. Installed okay.
[Test-Harness-2.57_04] 514 $ make test
PERL_DL_NONLAZY=1 /usr/local/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.........# Testing Test::Harness 2.57_04 under Perl 5.008007
and Test::More 0.42
t/00compile.........ok 1/6Argument "2.57_04" isn't numeric in subroutine
entry at t/lib/Test/More.pm line 670
t/00compile.........ok
t/assert............ok
t/base..............ok
t/callback..........ok
t/from_line.........ok
t/harness...........ok
t/inc_taint.........ok
t/nonumbers.........ok
t/ok................ok
t/pod...............ok
t/point-parse.......ok
t/point.............ok
t/prove-globbing....ok
t/prove-switches....ok
t/strap-analyze.....ok
t/strap.............ok
t/test-harness......ok
37/216 skipped: various reasons
t/version...........ok
All tests successful, 37 subtests skipped.
Files=18, Tests=569, 16 wallclock secs ( 7.05 cusr + 4.13 csys = 11.18 CPU)
Here is a portion of the output of 'prove -vb t/test-harness.t'. Is it
what you would expect?
[Test-Harness-2.57_04] 517 $ prove -vb t/test-harness.t
t/test-harness....1..216
# bailout
ok 1
ok 2 # skip don't apply to a bailout
ok 3 # skip don't apply to a bailout
ok 4 # skip don't apply to a bailout
ok 5 # skip don't apply to a bailout
ok 6 # skip don't apply to a bailout
ok 7 # skip don't apply to a bailout
ok 8 - bailout - No warnings
# bignum
Confused test output: test 4 answered after test 136211425
ok 9 # skip special tests for bailout
ok 10
ok 11 - bignum - all ok
ok 12 - bignum - has total
ok 13 - bignum - totals
ok 14 - bignum - failed
ok 15
ok 16 - bignum - Got proper warnings
# bignum_many
Confused test output: test 4 answered after test 99997
Confused test output: test 5 answered after test 99998
Confused test output: test 6 answered after test 99999
Confused test output: test 7 answered after test 100000
Confused test output: test 8 answered after test 100001
Confused test output: test 9 answered after test 100002
Confused test output: test 10 answered after test 100003
Confused test output: test 11 answered after test 100004
ok 17 # skip special tests for bailout
ok 18
ok 19 - bignum_many - all ok
ok 20 - bignum_many - has total
ok 21 - bignum_many - totals
ok 22 - bignum_many - failed
ok 23
ok 24 - bignum_many - Got proper warnings
jimk