On Thursday 14 October 2004 10:20 pm, Michael G Schwern wrote:
> Its about freakin' time.  Has it really been two years since the last
> stable release?  Yes it has.

t\fail-more.t fails on Win32 with an error on test 12.  The problem is related 
to an unescaped "\" path separator in the test script.  An example of the 
failure and a patch are included below.

C:\.cpan\build\Test-Simple-0.49>prove -b -v t\fail-more.t
t\fail-more....1..12
ok 1
ok 2
ok 3
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
ok 10
ok 11 - failing output
not ok 12 - failing errors
#     Failed test (t\fail-more.t at line 84)
#     Tried to use 'Hooble::mooble::yooble'.
#     Error:  Can't locate Hooble/mooble/yooble.pm in @INC (@INC
contains: t/lib
 blib\arch blib\lib c:/Perl/lib c:/Perl/site/lib . c:/Perl/lib
c:/Perl/site/lib
.) at (eval 14) line 2.
# BEGIN failed--compilation aborted at t\fail-more.t line 84.
#     Failed test (t\fail-more.t at line 85)
#     Tried to require 'ALL::YOUR::BASE::ARE::BELONG::TO::US::wibble'.
#     Error:  Can't locate ALL/YOUR/BASE/ARE/BELONG/TO/US/wibble.pm in
@INC (@INC contains: t/lib blib\arch blib\lib c:/Perl/lib c:/Perl/site/lib .
c:/Perl/lib
c:/Perl/site/lib .) at (eval 15) line 2.
# Looks like you failed 29 tests of 29.
FAILED test 12
        Failed 1/12 tests, 91.67% okay
Failed Test   Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
t\fail-more.t               12    1   8.33%  12
Failed 1/1 test scripts, 0.00% okay. 1/12 subtests failed, 91.67% okay.

--- ../Test-Simple-0.49/t/fail-more.t   2004-10-14 22:07:33.000
+++ t/fail-more.t       2004-10-18 20:23:44.000000000 -0500
@@ -254,7 +254,7 @@
 #     Failed test \\($filename at line 84\\)
 #     Tried to use 'Hooble::mooble::yooble'.
 #     Error:  Can't locate Hooble.* in [EMAIL PROTECTED] .*
-# BEGIN failed--compilation aborted at $0 line 84.
+# BEGIN failed--compilation aborted at $filename line 84.
 #     Failed test \\($filename at line 85\\)
 #     Tried to require 'ALL::YOUR::BASE::ARE::BELONG::TO::US::
 #     Error:  Can't locate ALL.* in [EMAIL PROTECTED] .*

This bug has been reported in RT at http://rt.cpan.org/NoAuth/Bug.html?id=8022

Thanks,

Steve Peters

Reply via email to