Skip Menu |

This queue is for tickets about the App-Options CPAN distribution.

Report information
The Basics
Id: 5160
Status: resolved
Priority: 0/
Queue: App-Options

People
Owner: spadkins [...] gmail.com
Requestors: muenalan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.63
Fixed in: (no value)



Subject: [win32/activestate5.8.2] tests fail
This module seem *nix-centric ? Murat cp lib/App/Options.pm blib\lib\App\Options.pm Z:\www\perl\bin\perl.exe -MExtUtils::Command -e cp bin/prefix blib\script\prefix pl2bat.bat blib\script\prefix "C:\Programme\Microsoft Visual Studio .NET\Vc7\bin\nmake.EXE" -- OK Running make test Microsoft (R) Program Maintenance Utility Version 7.00.9466 Copyright (C) Microsoft Corporation. All rights reserved. Z:\www\perl\bin\perl.exe -MExtUtils::Command -e cp bin/prefix blib\script\prefix pl2bat.bat blib\script\prefix Z:\www\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\ma t\main....ok 1/0# Failed test (t\main.t at line 31) t\main....NOK 4# got: 't\main' # expected: 'main' # Failed test (t\main.t at line 32) t\main....NOK 5# got: undef # expected: 'value' # Failed test (t\main.t at line 33) t\main....NOK 6# got: undef # expected: 'pattern match' # Failed test (t\main.t at line 34) t\main....NOK 7# got: undef # expected: 'old pattern match' # Failed test (t\main.t at line 35) t\main....NOK 8# got: undef # expected: '/usr/local/htdocs' # Failed test (t\main.t at line 36) t\main....NOK 9# got: undef # expected: '/usr/local/cgi-bin' # Failed test (t\main.t at line 37) t\main....NOK 10# got: undef # expected: '/usr/local/template' # Failed test (t\main.t at line 38) t\main....NOK 11# got: undef # expected: 'Hello' # Failed test (t\main.t at line 39) t\main....NOK 12# got: undef # expected: 'value3' # Failed test (t\main.t at line 41) t\main....NOK 14# got: undef # expected: 'value5' # Failed test (t\main.t at line 43) t\main....NOK 16# got: undef # expected: 'value9' # Failed test (t\main.t at line 44) t\main....NOK 17# got: undef # expected: 'value7' # Failed test (t\main.t at line 45) t\main....NOK 18# got: undef # expected: 'value8' t\main....ok 21/0# Failed test (t\main.t at line 60) t\main....NOK 24# got: 't\main' # expected: 'main' # Failed test (t\main.t at line 61) t\main....NOK 25# got: undef # expected: 'value' # Failed test (t\main.t at line 62) t\main....NOK 26# got: undef # expected: 'pattern match' # Failed test (t\main.t at line 63) t\main....NOK 27# got: undef # expected: 'old pattern match' t\main....ok 28/0# Failed test (t\main.t at line 70) t\main....NOK 31# got: 't\main' # expected: 'main' # Failed test (t\main.t at line 71) t\main....NOK 32# got: undef # expected: 'value' # Failed test (t\main.t at line 72) t\main....NOK 33# got: undef # expected: 'pattern match' # Failed test (t\main.t at line 73) t\main....NOK 34# got: undef # expected: 'old pattern match' # Failed test (t\main.t at line 79) t\main....NOK 37# got: 't\main' # expected: 'main' # Failed test (t\main.t at line 80) t\main....NOK 38# got: undef # expected: 'value' # Failed test (t\main.t at line 81) t\main....NOK 39# got: undef # expected: 'pattern match' # Failed test (t\main.t at line 82) t\main....NOK 40# got: undef # expected: 'old pattern match' # Looks like you failed 25 tests of 40. t\main....dubious Test returned status 25 (wstat 6400, 0x1900) DIED. FAILED tests 4-12, 14, 16-18, 24-27, 31-34, 37-40 Failed 25/40 tests, 37.50% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\main.t 25 6400 40 25 62.50% 4-12 14 16-18 24-27 31-34 37-40 Failed 1/1 test scripts, 0.00% okay. 25/40 subtests failed, 37.50% okay. NMAKE : fatal error U1077: 'Z:\www\perl\bin\perl.exe' : return code '0x2' Stop. "C:\Programme\Microsoft Visual Studio .NET\Vc7\bin\nmake.EXE" test -- NOT OK Running make install make test had returned bad status, won't install without force Show quoted text
cpan>
Subject: Re: [cpan #5160] [win32/activestate5.8.2] tests fail
From: Stephen Adkins <sadkins [...] therubicongroup.com>
To: bug-App-Options [...] rt.cpan.org
Date: 02 Feb 2004 08:51:47 -0500
RT-Send-Cc:
Hi, Yes. I only work on Linux/Unix and only tested it on those platforms. However, there is nothing about the concept which is *nix-specific. Would you be willing to help me with the modifications and testing to make it work on Win32? Stephen P.S. The "prefix" script will always be *nix-specific, but it is not critical to the App::Options module. On Sun, 2004-02-01 at 17:43, Guest via RT wrote: Show quoted text
> > This message about App-Options was sent to you by guest <> via rt.cpan.org > > Full context and any attached attachments can be found at: > <URL: https://rt.cpan.org/Ticket/Display.html?id=5160 > > > This module seem *nix-centric ? > > Murat > > cp lib/App/Options.pm blib\lib\App\Options.pm > Z:\www\perl\bin\perl.exe -MExtUtils::Command -e cp bin/prefix blib\script\prefix > pl2bat.bat blib\script\prefix > "C:\Programme\Microsoft Visual Studio .NET\Vc7\bin\nmake.EXE" -- OK > Running make test > > Microsoft (R) Program Maintenance Utility Version 7.00.9466 > Copyright (C) Microsoft Corporation. All rights reserved. > > Z:\www\perl\bin\perl.exe -MExtUtils::Command -e cp bin/prefix blib\script\prefix > pl2bat.bat blib\script\prefix > Z:\www\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib\lib', 'blib\arch')" t\ma > t\main....ok 1/0# Failed test (t\main.t at line 31) > t\main....NOK 4# got: 't\main' > # expected: 'main' > # Failed test (t\main.t at line 32) > t\main....NOK 5# got: undef > # expected: 'value' > # Failed test (t\main.t at line 33) > t\main....NOK 6# got: undef > # expected: 'pattern match' > # Failed test (t\main.t at line 34) > t\main....NOK 7# got: undef > # expected: 'old pattern match' > # Failed test (t\main.t at line 35) > t\main....NOK 8# got: undef > # expected: '/usr/local/htdocs' > # Failed test (t\main.t at line 36) > t\main....NOK 9# got: undef > # expected: '/usr/local/cgi-bin' > # Failed test (t\main.t at line 37) > t\main....NOK 10# got: undef > # expected: '/usr/local/template' > # Failed test (t\main.t at line 38) > t\main....NOK 11# got: undef > # expected: 'Hello' > # Failed test (t\main.t at line 39) > t\main....NOK 12# got: undef > # expected: 'value3' > # Failed test (t\main.t at line 41) > t\main....NOK 14# got: undef > # expected: 'value5' > # Failed test (t\main.t at line 43) > t\main....NOK 16# got: undef > # expected: 'value9' > # Failed test (t\main.t at line 44) > t\main....NOK 17# got: undef > # expected: 'value7' > # Failed test (t\main.t at line 45) > t\main....NOK 18# got: undef > # expected: 'value8' > t\main....ok 21/0# Failed test (t\main.t at line 60) > t\main....NOK 24# got: 't\main' > # expected: 'main' > # Failed test (t\main.t at line 61) > t\main....NOK 25# got: undef > # expected: 'value' > # Failed test (t\main.t at line 62) > t\main....NOK 26# got: undef > # expected: 'pattern match' > # Failed test (t\main.t at line 63) > t\main....NOK 27# got: undef > # expected: 'old pattern match' > t\main....ok 28/0# Failed test (t\main.t at line 70) > t\main....NOK 31# got: 't\main' > # expected: 'main' > # Failed test (t\main.t at line 71) > t\main....NOK 32# got: undef > # expected: 'value' > # Failed test (t\main.t at line 72) > t\main....NOK 33# got: undef > # expected: 'pattern match' > # Failed test (t\main.t at line 73) > t\main....NOK 34# got: undef > # expected: 'old pattern match' > # Failed test (t\main.t at line 79) > t\main....NOK 37# got: 't\main' > # expected: 'main' > # Failed test (t\main.t at line 80) > t\main....NOK 38# got: undef > # expected: 'value' > # Failed test (t\main.t at line 81) > t\main....NOK 39# got: undef > # expected: 'pattern match' > # Failed test (t\main.t at line 82) > t\main....NOK 40# got: undef > # expected: 'old pattern match' > # Looks like you failed 25 tests of 40. > t\main....dubious > Test returned status 25 (wstat 6400, 0x1900) > DIED. FAILED tests 4-12, 14, 16-18, 24-27, 31-34, 37-40 > Failed 25/40 tests, 37.50% okay > Failed Test Stat Wstat Total Fail Failed List of Failed > ------------------------------------------------------------------------------- > t\main.t 25 6400 40 25 62.50% 4-12 14 16-18 24-27 31-34 37-40 > Failed 1/1 test scripts, 0.00% okay. 25/40 subtests failed, 37.50% okay. > NMAKE : fatal error U1077: 'Z:\www\perl\bin\perl.exe' : return code '0x2' > Stop. > "C:\Programme\Microsoft Visual Studio .NET\Vc7\bin\nmake.EXE" test -- NOT OK > Running make install > make test had returned bad status, won't install without force >
> cpan>
Module and tests now work with Win32.