ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/t/07_loop_timer.t
(Generate patch)

Comparing EV/t/07_loop_timer.t (file contents):
Revision 1.1 by root, Fri Dec 21 05:30:25 2007 UTC vs.
Revision 1.4 by root, Thu Oct 21 15:13:43 2010 UTC

1BEGIN {
2 # many testers have totally overloaded machines with virtual machines
3 # running backwards in time etc. etc.
4 if (exists $ENV{AUTOMATED_TESTING}) {
5 print "1..0 # Skipped: Too many broken cpan tester setups.\n";
6 exit;
7 }
8}
9
1BEGIN { $| = 1; print "1..752\n"; } 10BEGIN { $| = 1; print "1..752\n"; }
2 11
3no warnings; 12no warnings;
4use strict; 13use strict;
5 14
49 58
50 $prev = $now; 59 $prev = $now;
51 }); 60 });
52} 61}
53 62
54EV::loop; 63EV::run;
55print "ok 1\n"; 64print "ok 1\n";
56$l->loop; 65$l->loop;
57print "ok 6002\n"; 66print "ok 752\n";
58 67

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines