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.4 by root, Tue Apr 22 05:12:19 2008 UTC vs.
Revision 1.6 by root, Sat Jul 18 00:05:29 2009 UTC

1$|=1;
2BEGIN {
3 print "1..5\n";
4}
5
6use AnyEvent; 1use AnyEvent;
7use AnyEvent::Impl::Perl; 2use AnyEvent::Impl::Perl;
8 3
9print STDERR <<EOF; 4$| = 1; print "1..5\n";
10
11If the following test hangs for a long time or terminates with a signal
12you either found a bug in AnyEvent or, more likely, you have a defective
13perl (most windows perl distros are broken, cygwin perl works). If you do
14not rely on signal handlers you can force the installation of this module
15and the rest will likely work. Otherwise upgrading to a working perl is
16recommended.
17EOF
18 5
19print "ok 1\n"; 6print "ok 1\n";
20 7
21my $cv = AnyEvent->condvar; 8my $cv = AnyEvent->condvar;
22 9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines