ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/t/19_handle.t
(Generate patch)

Comparing Coro/t/19_handle.t (file contents):
Revision 1.1 by root, Mon Jul 20 23:46:28 2009 UTC vs.
Revision 1.2 by root, Tue Jul 28 02:04:21 2009 UTC

1BEGIN {
2 unless (exists $SIG{USR1}) {
3 print <<EOF;
41..0 # SKIP Broken perl detected, skipping tests.
5EOF
6 exit 0;
7 }
8}
9
1$|=1; 10$|=1;
2print "1..4\n"; 11print "1..4\n";
3 12
4# note: the fourth test falls into an infinite loop in older versions of Coro 13# note: the fourth test falls into an infinite loop in older versions of Coro
5 14

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines