This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
more reliably kill a runaway test process on cygwin
authorTony Cook <tony@develop-help.com>
Fri, 2 Dec 2011 12:23:00 +0000 (23:23 +1100)
committerTony Cook <tony@develop-help.com>
Sat, 3 Dec 2011 02:04:28 +0000 (13:04 +1100)
commit1a34b28b1ed3a7c3a6b92fad22f321ae7c49f0e7
treed0e8c5eb6469acfefa1a320221584c8fda7a5182
parent78325d7a7e6183fba46cbfb1dbd40def2996b940
more reliably kill a runaway test process on cygwin

Sometimes a plain kill isn't enough.

Along with the previous change this reliably kills a blocked
t/op/threads.t on cygwin as needed.

This doesn't attempt to fix the underlying bug (which may be in
Win32, cygwin or perl itself)
t/test.pl