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

Comparing AnyEvent/t/02_signals.t (file contents):
Revision 1.7 by root, Sun Jul 26 12:40:42 2009 UTC vs.
Revision 1.9 by root, Tue Aug 2 20:02:45 2011 UTC

6 exit 0; 6 exit 0;
7 } 7 }
8} 8}
9 9
10use AnyEvent; 10use AnyEvent;
11use AnyEvent::Impl::Perl; 11BEGIN { require AnyEvent::Impl::Perl unless $ENV{PERL_ANYEVENT_MODEL} }
12 12
13$| = 1; print "1..5\n"; 13$| = 1; print "1..5\n";
14 14
15print "ok 1\n"; 15print "ok 1\n";
16 16
28 $cv->broadcast; 28 $cv->broadcast;
29}); 29});
30 30
31print "ok 2\n"; 31print "ok 2\n";
32kill 'INT', $$; 32kill 'INT', $$;
33$cv->wait; 33$cv->recv;
34undef $error; 34undef $error;
35 35
36print "ok 4\n"; 36print "ok 4\n";
37 37
38undef $sw; 38undef $sw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines