On 17 August 2013 15:13, James Keenan <jkeen@verizon.net> wrote: > In perl.git, the branch blead has been updated > > <http://perl5.git.perl.org/perl.git/commitdiff/21ae0dea1efe484f558dae7c3e9b0afb133318a3?hp=c7996136baeaaa191957ae813685ec6a2b133bf9> > > - Log ----------------------------------------------------------------- > commit 21ae0dea1efe484f558dae7c3e9b0afb133318a3 > Author: James E Keenan <jkeenan@cpan.org> > Date: Sat Aug 17 01:59:23 2013 +0200 > > Avert crashes when testing in parallel. > > Both t/001-basic.t and what was t/004-nolinenumbers.t were trying to write to > a 't/XSTest.c' file. When run in parallel, this was causing problems when > TEST_JOBS >= 1 (2 on some boxes, 4 on dromedary). > > Since all that t/004-nolinenumbers.t was ever trying to do was to run > process_file() without line numbers -- a case not exercised prior to my > 2009-11 refactoring/test additions -- the simplest way to avoid these > problems is to stuff the tests from t/004 into t/001 and delete t/001. > > For: RT #119231 > ----------------------------------------------------------------------- > dist/ExtUtils-ParseXS/t/001-basic.t is now crashing for me (Windows 7, MSVC++, threaded build) after completing test 21.Thread Next