develooper Front page | perl.perl5.porters | Postings from November 2014

Re: Smoke [blead] v5.21.6-104-g7ff69a2 FAIL(F) MSWin32 Win2000 SP4(x86/1 cpu) {blead}

Thread Previous
From:
George Greer
Date:
November 27, 2014 01:04
Subject:
Re: Smoke [blead] v5.21.6-104-g7ff69a2 FAIL(F) MSWin32 Win2000 SP4(x86/1 cpu) {blead}
Message ID:
alpine.LFD.2.11.1411261957420.28056@drei.m-l.org
On Thu, 27 Nov 2014, Tony Cook wrote:

> On Wed, Nov 26, 2014 at 06:07:00PM -0500, George Greer wrote:
>> Smoke logs available at http://m-l.org/~perl/smoke/perl/win32/blead/log7ff69a2dfa48adbf53463c1e2d00ff80e4fd34f5.log.gz
>>
>> Known failures on Win32:
>>
>> ../t/win32/popen.t..........................................FAILED
>>     Non-zero exit status: 9
>>     No plan found in TAP output
>>
>> ../cpan/Time-HiRes/t/usleep.t...............................FAILED
>>     3
>>     Non-zero exit status: 1
>>
>> ../t/op/threads.t...........................................FAILED
>>     Non-zero exit status: 9
>>     Bad plan.  You planned 27 tests but ran 9.
>>
>> ../cpan/IPC-Cmd/t/01_IPC-Cmd.t..............................FAILED
>>     27-28
>>     42
>>     115-116
>>     Non-zero exit status: 2
>
> These aren't failing for me.
>
> I tried both 32-bit and 64-bit builds.

Those are intermittant failures that I collected from historical smoke 
runs on Win32.  I'm not sure it is an exhaustive list.  They might only 
show up every few days or once a week in the automatic runs.  If you're 
trying to reproduce them I tend to do something like:

 	@echo ff
 	:repeat
 	.\perl.exe -I lib cpan\IPC-Cmd\t\01_IPC-Cmd.t > output.txt
 	if errorlevel 1 goto end
 	goto repeat
 	:end

and let it run until it quits.

-- 
George Greer

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About