… | |
… | |
96 | print $s == 0 ? "" : "not ", "ok 6 # $s\n"; |
96 | print $s == 0 ? "" : "not ", "ok 6 # $s\n"; |
97 | |
97 | |
98 | kill INT => $$; |
98 | kill INT => $$; |
99 | |
99 | |
100 | $cv = AE::cv; |
100 | $cv = AE::cv; |
101 | $wt = AE::timer 0.2, 0, $cv; # maybe OS X needs more time here? |
101 | $wt = AE::timer 0.2, 0, $cv; # maybe OS X needs more time here? or maybe some buggy arm kernel? |
102 | |
102 | |
103 | $s = 0; |
103 | $s = 0; |
104 | $cv->recv; |
104 | $cv->recv; |
105 | |
105 | |
106 | print $s == 3 ? "" : "not ", "ok 7 # $s\n"; |
106 | print $s == 3 ? "" : "not ", "ok 7 # $s\n"; |