On Mon Mar 24 16:09:44 2014, shay wrote: > Sorry, I had assumed that I couldn't reproduce either this since my > recent perl build/tests have all been happily passing, but on closer > inspection I see that George's smoker only fails without useithreads. > > So I built with USE_MULTI=undef USE_ITHREADS=undef USE_IMP_SYS=undef > and sure enough it fails: Reproduced. ----------------------------------------- C:\perl519\src\t>..\perl -I..\lib op/kill0.t 1..9 ok 1 - kill(0, $pid) returns true if $pid exists ok 2 - kill(0, $pid) returns false if $pid does not exist ok 3 - dies killing undef pid ok 4 - dies killing empty string pid ok 5 - dies killing alphabetic pid ok 6 - can kill a number string in a magic variable not ok 7 - process group kill, named signal # Failed test 7 - process group kill, named signal at op/kill0.t line 82 # got "0" # expected "1" ok 8 - $Config{sig_name} parsed correctly not ok 9 - process group kill, numeric signal # Failed test 9 - process group kill, numeric signal at op/kill0.t line 107 # got "0" # expected "1" C:\perl519\src\t> ----------------------------------------- I will investigate. -- bulk88 ~ bulk88 at hotmail.com --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=121230Thread Previous | Thread Next