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 GreerThread Previous