Skip to content

Instantly share code, notes, and snippets.

@sugar84
Created October 4, 2011 20:22
Show Gist options
  • Save sugar84/1262683 to your computer and use it in GitHub Desktop.
Save sugar84/1262683 to your computer and use it in GitHub Desktop.
[sugar@comp mojoxrun]$ PERL5LIB="lib" prove
t/00-load.t ................. 1/1 # Testing MojoX::Run 0.15, Perl 5.012004, /usr/bin/perl5.12.4
t/00-load.t ................. ok
t/boilerplate.t ............. ok
t/manifest.t ................ skipped: Author tests not required for installation
t/mojox-run-complexsub.t .... [Wed Oct 5 00:17:45 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
t/mojox-run-complexsub.t .... 1/5 Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
t/mojox-run-complexsub.t .... 2/5 Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
t/mojox-run-complexsub.t .... ok
t/mojox-run-long-running.t .. [Wed Oct 5 00:17:46 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
t/mojox-run-long-running.t .. ok
t/mojox-run-max-limit.t ..... [Wed Oct 5 00:17:51 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
t/mojox-run-max-limit.t ..... 1/3 Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
t/mojox-run-max-limit.t ..... ok
t/mojox-run-perlsub.t ....... [Wed Oct 5 00:17:56 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
t/mojox-run-perlsub.t ....... 1/6 Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
t/mojox-run-perlsub.t ....... ok
t/mojox-run-singleton.t ..... [Wed Oct 5 00:17:57 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
t/mojox-run-singleton.t ..... ok
t/mojox-run-sleep.t ......... [Wed Oct 5 00:17:57 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
t/mojox-run-sleep.t ......... ok
t/mojox-run-stdin-close.t ... [Wed Oct 5 00:17:58 2011] [debug] Not installig any signal handler, because IOWatcher implementation Mojo::IOWatcher::EV implements better CHLD signal handling.
t/mojox-run-stdin-close.t ... 1/2 Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
Write failed: Can't call method "_connecting" on an undefined value at /usr/local/share/perl/5.12/Mojo/IOLoop/Client.pm line 129.
# Failed test 'Sent data equals received data.'
# at t/mojox-run-stdin-close.t line 53.
# Looks like you failed 1 test of 2.
t/mojox-run-stdin-close.t ... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
t/pod.t ..................... skipped: Test::Pod 1.22 required for testing POD
Test Summary Report
-------------------
t/boilerplate.t (Wstat: 0 Tests: 3 Failed: 0)
TODO passed: 1-3
t/mojox-run-stdin-close.t (Wstat: 256 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=11, Tests=28, 14 wallclock secs ( 0.04 usr 0.01 sys + 0.96 cusr 0.07 csys = 1.08 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment