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

Comparing AnyEvent/t/64_glib_09_multi.t (file contents):
Revision 1.8 by root, Sat Oct 1 22:39:29 2011 UTC vs.
Revision 1.9 by root, Fri Mar 30 04:22:22 2012 UTC

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";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines