Subject: | Test::Group failing install for Solaris 10 |
Hi, the following test is failing on solaris 10:
$>prove -lvm t/10-external.t
t/10-external....
1..33
ok 1
ok 2 - passing test group
ok 3
ok 4
ok 5 - failing test group
ok 6
ok 7 - got bla
ok 8 - expected ble
ok 9 - another subtest failed
ok 10 - 1 test total despite multiple failures
ok 11 - empty test group fails
ok 12 - empty test groups
ok 13 - test_only
ok 14
ok 15 - test_only regex
ok 16
ok 17 - skip_next_tests
ok 18
ok 19 - begin_skipping_tests
ok 20
not ok 21 - dont_catch_exceptions
# Failed test 'dont_catch_exceptions'
# at t/10-external.t line 158.
# got: '29'
# expected: '255'
ok 22
ok 23
ok 24 - catch exceptions
ok 25 - we don't get signal
ok 26 - proper quoting of diagnostic messages
ok 27 - catch exceptions
ok 28
ok 29
ok 30 - log file 1/2
ok 31 - log file 2/2
ok 32 - nested tests
ok 33
# Looks like you failed 1 test of 33.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/33 subtests
Test Summary Report
-------------------
t/10-external (Wstat: 256 Tests: 33 Failed: 1)
Failed test: 21
Non-zero exit status: 1
Files=1, Tests=33, 4 wallclock secs ( 0.11 usr 0.04 sys + 1.50 cusr
0.53 csys = 2.18 CPU)
Result: FAIL