ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/t/04_fork.t
(Generate patch)

Comparing IO-AIO/t/04_fork.t (file contents):
Revision 1.3 by root, Tue Oct 24 14:25:53 2006 UTC vs.
Revision 1.4 by root, Tue Oct 24 16:35:04 2006 UTC

19 print while <FH>; 19 print while <FH>;
20 aio_stat "/", sub { 20 aio_stat "/", sub {
21 print "ok 7\n"; 21 print "ok 7\n";
22 }; 22 };
23 print "ok 5\n"; 23 print "ok 5\n";
24 IO::AIO::poll; 24 IO::AIO::poll while IO::AIO::nreqs;
25 print "ok 8\n"; 25 print "ok 8\n";
26} else { 26} else {
27 print "ok 2\n"; 27 print "ok 2\n";
28 aio_stat "/", sub { 28 aio_stat "/", sub {
29 print "ok 3\n"; 29 print "ok 3\n";
30 }; 30 };
31 IO::AIO::poll; 31 IO::AIO::poll while IO::AIO::nreqs;
32 print "ok 4\n"; 32 print "ok 4\n";
33 exit; 33 exit;
34} 34}
35 35
36print "ok 9\n"; 36print "ok 9\n";

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines