Subject: | Quux directory listed as a module during tests. |
During testing of 3.01, any tests that include a Quux directory are
failing due to Quux being listed as a module. I tested 3.0 and it passed
all tests.
Here is some sample output, there are a number of failures all the same
type so I didn't feel they all needed to be included. If you require
more details I can provide them.
prove -lv t/13exceptregex.t
t/13exceptregex....1..10
ok 1
ok 2
ok 3
ok 4
not ok 5
# Failed test (t/13exceptregex.t at line 20)
# Structures begin differing at:
# $got->[1] = 'MyTest::Plugin::Quux'
# $expected->[1] = 'MyTest::Plugin::Quux::Foo'
ok 6
ok 7
not ok 8
# Failed test (t/13exceptregex.t at line 31)
# Structures begin differing at:
# $got->[1] = 'MyTest::Plugin::Quux'
# $expected->[1] = 'MyTest::Plugin::Quux::Foo'
ok 9
not ok 10
# Failed test (t/13exceptregex.t at line 36)
# Structures begin differing at:
# $got->[1] = 'MyTest::Plugin::Quux'
# $expected->[1] = 'MyTest::Plugin::Quux::Foo'
# Looks like you failed 3 tests of 10.
dubious
Test returned status 3 (wstat 768, 0x300)
DIED. FAILED tests 5, 8, 10
Failed 3/10 tests, 70.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/13exceptregex.t 3 768 10 3 30.00% 5 8 10
Failed 1/1 test scripts, 0.00% okay. 3/10 subtests failed, 70.00% okay.
My OS is Mac OS X 10.4.7, using Perl 5.8.6. I believe there's been a
similar but not identical bug reported already.
If there's any more information you require, or tests you'd like me to
run, please let me know. Thanks
~Shawn Sorichetti