Subject: | Failed test 'Didn't decode already' at t/04cgi.t line 63 |
It fails the same way in 0.27 and 0.28_01
The cpan testers are running into the same thing.
C:\Catalyst\HTTP-Server-Simple-0.27>perl -MConfig_m Makefile.PL
Set up gcc environment - 3.4.2 (mingw-special)
Checking if your kit is complete...
Looks good
Writing Makefile for HTTP::Server::Simple
C:\Catalyst\HTTP-Server-Simple-0.27>nmake
PKSFX (R) FAST! Self Extract Utility Version 2.04g 02-01-93
Copr. 1989-1993 PKWARE Inc. All Rights Reserved. Shareware version
PKSFX Reg. U.S. Pat. and Tm. Off.
Searching EXE: C:/PERL/BIN/NMAKE.EXE
Inflating: NMAKE.ERR
Inflating: NMAKE.EXE
Inflating: README.TXT
C:\Catalyst\HTTP-S~1.27>nmake
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
cp lib/HTTP/Server/Simple/CGI/Environment.pm
blib\lib\HTTP\Server\Simple\CGI\Environment.pm
cp lib/HTTP/Server/Simple.pm blib\lib\HTTP\Server\Simple.pm
cp lib/HTTP/Server/Simple/CGI.pm blib\lib\HTTP\Server\Simple\CGI.pm
C:\Catalyst\HTTP-S~1.27>nmake test
Microsoft (R) Program Maintenance Utility Version 1.50
Copyright (c) Microsoft Corp 1988-94. All rights reserved.
C:\Perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t
t/00smoke..........ok
t/01live...........ok 1/10# started server on -4024
t/01live...........ok
t/02pod............ok
t/03podcoverage....skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/04cgi............ok 16/21
# Failed test 'Didn't decode already'
# at t/04cgi.t line 63.
# ''
# doesn't match '/foo%3Fbar/'
t/04cgi............NOK 20/21# Looks like you failed 1 test of 21.
t/04cgi............dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 20
Failed 1/21 tests, 95.24% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/04cgi.t 1 256 21 1 20
1 test skipped.
Failed 1/5 test scripts. 1/42 subtests failed.
Files=5, Tests=42, 5 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
Failed 1/5 test programs. 1/42 subtests failed.
NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0x1'
Stop.