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

Comparing AnyEvent/t/66_ioasync_07_io.t (file contents):
Revision 1.8 by root, Tue Aug 2 20:02:47 2011 UTC vs.
Revision 1.10 by root, Tue Jul 30 23:14:33 2013 UTC

1use AnyEvent; 1use AnyEvent;
2use AnyEvent::Util; 2use AnyEvent::Util;
3
4 BEGIN { $^W = 0 }
5 BEGIN { $ENV{PERL_ANYEVENT_LOOP_TESTS} or ((print qq{1..0 # SKIP PERL_ANYEVENT_LOOP_TESTS not true\n}), exit 0) }
3BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable 6 BEGIN { eval q{use AnyEvent::Impl::IOAsync;1} or ((print qq{1..0 # SKIP AnyEvent::Impl::IOAsync not loadable\n}), exit 0) }
4}), exit 0) } 7
8
5 9
6$| = 1; print "1..18\n"; 10$| = 1; print "1..18\n";
7 11
8print "ok 1\n"; 12print "ok 1\n";
9 13

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines