Subject: | verbose test result failures |
Date: | Mon, 9 Apr 2007 22:12:40 -0600 |
To: | bug-SVN-Notify-Config [...] rt.cpan.org |
From: | Micah Anderson <micah [...] riseup.net> |
$ ./Build test -verbose=1
Copying lib/SVN/Notify/Config.pm -> blib/lib/SVN/Notify/Config.pm
t/001_basic.....ok
t/002_config....ok 1/0
# Failed test 'Failed to produce expected results at rev: 3'
# in t/coretests.pm at line 116.
t/002_config....ok 4/0
t/002_config....NOK 6# Failed test 'All object properties match at
rev: 6'
# in t/coretests.pm at line 108.
# Structures begin differing at:
# $got->[0]{PATH} = Does not exist
# $expected->[0]{PATH} = '/usr/local/bin:/usr/bin'
t/002_config....NOK 7# Failed test 'Failed to produce expected results
at rev:
7'
# in t/coretests.pm at line 116.
# Looks like you failed 3 tests of 7.
t/002_config....dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 3, 6-7
Failed 3/7 tests, 57.14% okay
t/003_config....ok 8/0
# Failed test 'All object properties match at rev: 9'
# in t/coretests.pm at line 108.
# Structures begin differing at:
# $got->[1] = Does not exist
# $expected->[1] = SVN::Notify::Dummy=HASH(0x859e45c)
t/003_config....NOK 12
# Failed test 'All object properties match at rev: 12'
# in t/coretests.pm at line 108.
# Structures begin differing at:
# $got->[1] = Does not exist
# $expected->[1] = SVN::Notify::Dummy=HASH(0x85db108)
# Looks like you failed 2 tests of 12.
t/003_config....dubious
Test returned status 2 (wstat 512, 0x200)
DIED. FAILED tests 9, 12
Failed 2/12 tests, 83.33% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/002_config.t 3 768 7 3 42.86% 3 6-7
t/003_config.t 2 512 12 2 16.67% 9 12
Failed 2/3 test scripts, 33.33% okay. 5/20 subtests failed, 75.00% okay.
Micah