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

Comparing AnyEvent/t/64_glib_02_signals.t (file contents):
Revision 1.4 by root, Sun Jul 26 12:41:04 2009 UTC vs.
Revision 1.6 by root, Tue Aug 2 20:02:46 2011 UTC

6 exit 0; 6 exit 0;
7 } 7 }
8} 8}
9 9
10use AnyEvent; 10use AnyEvent;
11BEGIN { eval q{use AnyEvent::Impl::Glib;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Glib not loadable}), exit 0) } 11BEGIN { eval q{use AnyEvent::Impl::Glib;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::Glib not loadable
12}), exit 0) }
12 13
13$| = 1; print "1..5\n"; 14$| = 1; print "1..5\n";
14 15
15print "ok 1\n"; 16print "ok 1\n";
16 17
28 $cv->broadcast; 29 $cv->broadcast;
29}); 30});
30 31
31print "ok 2\n"; 32print "ok 2\n";
32kill 'INT', $$; 33kill 'INT', $$;
33$cv->wait; 34$cv->recv;
34undef $error; 35undef $error;
35 36
36print "ok 4\n"; 37print "ok 4\n";
37 38
38undef $sw; 39undef $sw;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines