ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/t/09_multi.t
(Generate patch)

Comparing AnyEvent/t/09_multi.t (file contents):
Revision 1.8 by root, Sat Aug 27 16:01:49 2011 UTC vs.
Revision 1.9 by root, Sat Oct 1 22:48:36 2011 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines