Re: Results of nmake test on Windows 2000.

Barrie Slaymaker <[email protected]> 26 Sep 2003 16:33:10 -0400
Newsgroups gmane.comp.version-control.revml
Message-ID <[email protected]>
On Mon, 2003-08-18 at 12:16, Gerry Thompson wrote:
> Warning: the following files are missing in your kit:
>          lib/VCP/Filter/data_dump.pm
> Please inform the author.

Consider him informed and the fix is submitted :).

> Prototype mismatch: sub Socket::IPPROTO_TCP () vs none at 
> D:/Perl/lib/Socket.pm
> 
> line 395.
> Prototype mismatch: sub Socket::TCP_NODELAY () vs none at 
> D:/Perl/lib/Socket.pm

There's a new IPC::Run (v0.78) out that fixes these.

There's also a new IPC::Run3 (v0.009) out that works on all Win32
platforms.

> Failed Test     Stat Wstat Total Fail  Failed  List of Failed
> -------------------------------------------------------------------------------
> t\00utils_p4.t                11    1   9.09%  11
> t\91vss2revml.t    2   512     7    7 100.00%  1-7
> 29 subtests skipped.
> Failed 2/60 test scripts, 96.67% okay. 8/635 subtests failed, 98.74% okay.
> NMAKE: fatal error U1077: 'D:\Perl\bin\perl.exe' : return code '0xff'
> Stop.
> 
> t\00utils_cvs..............ok
> t\00utils_p4...............Prototype mismatch: sub Socket::IPPROTO_TCP 
> () vs none at
> 
> D:/Perl/lib/Socket.pm line 395.
> Prototype mismatch: sub Socket::TCP_NODELAY () vs none at 
> D:/Perl/lib/Socket.pm
> 
> line 395.
> t\00utils_p4...............ok 10/11# Test 11 got: 'gerry_thompson' 
> (t\00utils_p4.t at line 43)
> #    Expected: 'pigdog'

This is also fixed; it seems that the Win32 p4's P4USER registry entry
is overriding the settings in the temporary P4CONFIG file that test is
creating, though it shouldn't be (the gerry_thompson is from the
environment, the pigdog is from the temp file).

I've disabled that test on Win32.

- Barrie