Skip Menu |

This queue is for tickets about the WWW-Mechanize-CGI CPAN distribution.

Report information
The Basics
Id: 40328
Status: open
Priority: 0/
Queue: WWW-Mechanize-CGI

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.3
Fixed in: (no value)



Subject: 04application.t fails under Windows
t/04application....Application 'C:\DOCUME~1\Sasha\LOCALS~1\Temp\cpan\build\WWW-Mechanize-CGI-0.3-wNEcom\t\cgi-bin\script.cgi' is not executable. at t/04application.t line 12 Also similar reports on cpantesters. -- Alexandr Ciornii, http://chorny.net
On Thu Oct 23 20:07:22 2008, CHORNY wrote: Show quoted text
> t/04application....Application > 'C:\DOCUME~1\Sasha\LOCALS~1\Temp\cpan\build\WWW-Mechanize-CGI-0.3- > wNEcom\t\cgi-bin\script.cgi' > is not executable. at t/04application.t line 12 > > Also similar reports on cpantesters.
The failures in t/04application.t are not limited to Windows. Here's what I got today attempting to install this module against perl-5.27.11 on FreeBSD-11.1 (build.log excerpt). ##### t/01use.t .......... ok t/02basic.t ........ ok t/03forking.t ...... ok # Failed test 'Response Code' # at t/04application.t line 18. # got: '500' # expected: '200' # Failed test 'Response Message' # at t/04application.t line 19. # got: 'Internal Server Error' # expected: 'OK' # Failed test 'Response Protocol' # at t/04application.t line 20. # got: undef # expected: 'HTTP/1.1' # Failed test 'Response Content' # at t/04application.t line 21. # got: '<html> # <head><title>An Error Occurred</title></head> # </body> # </html> # ' # at t/04application.t line 22. # got: undef # expected: '17' # Failed test 'Response Content-Type' # at t/04application.t line 23. # got: 'text/html' # expected: 'text/plain' # Failed test 'Response Header X-Field' # at t/04application.t line 24. # Structures begin differing at: # $got->[0] = Does not exist # $expected->[0] = '1' # ' # doesn't match '(?^:^Application .+ exited with value: 255)' # Looks like you failed 8 tests of 12. t/04application.t .. Dubious, test returned 8 (wstat 2048, 0x800) Failed 8/12 subtests Test Summary Report ------------------- t/04application.t (Wstat: 2048 Tests: 12 Failed: 8) Failed tests: 2-8, 12 Non-zero exit status: 8 Files=4, Tests=30, 1 wallclock secs ( 0.01 usr 0.02 sys + 0.48 cusr 0.26 csys = 0.77 CPU) Result: FAIL Failed 1/4 test programs. 8/30 subtests failed. *** Error code 8 Stop. make: stopped in /usr/home/jkeenan/var/tad/testing/perl-5.27.11/.cpanm/work/1526781880.94824/WWW-Mechanize-CGI-0.3 -> FAIL Installing WWW::Mechanize::CGI failed. ##### Thank you very much. Jim Keenan
On Sat May 19 22:07:49 2018, JKEENAN wrote: Show quoted text
> On Thu Oct 23 20:07:22 2008, CHORNY wrote:
> > t/04application....Application > > 'C:\DOCUME~1\Sasha\LOCALS~1\Temp\cpan\build\WWW-Mechanize-CGI-0.3- > > wNEcom\t\cgi-bin\script.cgi' > > is not executable. at t/04application.t line 12 > > > > Also similar reports on cpantesters.
> > The failures in t/04application.t are not limited to Windows. > > Here's what I got today attempting to install this module against > perl-5.27.11 on FreeBSD-11.1 (build.log excerpt). > > ##### > t/01use.t .......... ok > t/02basic.t ........ ok > t/03forking.t ...... ok > > # Failed test 'Response Code' > # at t/04application.t line 18. > # got: '500' > # expected: '200' > > # Failed test 'Response Message' > # at t/04application.t line 19. > # got: 'Internal Server Error' > # expected: 'OK' > > # Failed test 'Response Protocol' > # at t/04application.t line 20. > # got: undef > # expected: 'HTTP/1.1' > > # Failed test 'Response Content' > # at t/04application.t line 21. > # got: '<html> > # <head><title>An Error Occurred</title></head> > # </body> > # </html> > # ' > # at t/04application.t line 22. > # got: undef > # expected: '17' > > # Failed test 'Response Content-Type' > # at t/04application.t line 23. > # got: 'text/html' > # expected: 'text/plain' > > # Failed test 'Response Header X-Field' > # at t/04application.t line 24. > # Structures begin differing at: > # $got->[0] = Does not exist > # $expected->[0] = '1' > > # ' > # doesn't match '(?^:^Application .+ exited with value: 255)' > # Looks like you failed 8 tests of 12. > t/04application.t .. > Dubious, test returned 8 (wstat 2048, 0x800) > Failed 8/12 subtests > > Test Summary Report > ------------------- > t/04application.t (Wstat: 2048 Tests: 12 Failed: 8) > Failed tests: 2-8, 12 > Non-zero exit status: 8 > Files=4, Tests=30, 1 wallclock secs ( 0.01 usr 0.02 sys + 0.48 cusr > 0.26 csys = 0.77 CPU) > Result: FAIL > Failed 1/4 test programs. 8/30 subtests failed. > *** Error code 8 > > Stop. > make: stopped in /usr/home/jkeenan/var/tad/testing/perl- > 5.27.11/.cpanm/work/1526781880.94824/WWW-Mechanize-CGI-0.3 > -> FAIL Installing WWW::Mechanize::CGI failed. > ##### > > Thank you very much. > Jim Keenan
Problem persists when attempting to install against perl-5.31.0 on FreeBSD-12. Can you investigate? Thank you very much. Jim Keenan