Created
November 7, 2010 09:28
-
-
Save wchristian/666034 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\Ubic>prove | |
t\00_compile.t ........... ok | |
t\cmd.t .................. Failed 8/8 subtests | |
t\daemon.t ............... Failed 23/23 subtests | |
t\lock.t ................. ok | |
t\memory-leak.t .......... Can't open /proc/4812/statm: No such file or directory at t/Utils.pm line 58. | |
# Looks like your test exited with 2 before it could output anything. | |
t\memory-leak.t .......... Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 2/2 subtests | |
t\multiservice-names.t ... ok | |
t\multiservice-simple.t .. ok | |
t\ping.t ................. Can't open log: No such file or directory at t\ping.t line 39. | |
Failed to eval 't/service/ubic-ping': syntax error at t/service/ubic-ping line 1, near "; | |
# line 1 t/service/ubic-ping | |
# line 1 t/service/ubic-ping | |
.." | |
END failed--call queue aborted at t\ping.t line 39. | |
# Looks like your test exited with 2 before it could output anything. | |
t\ping.t ................. Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 24/24 subtests | |
t\pod.t .................. ok | |
t\pod_coverage.t ......... ok | |
t\result.t ............... ok | |
t\run.t .................. | |
# Failed test at t\run.t line 28. | |
# 'Starting sleeping-daemon... ' | |
# doesn't match '(?-xism:^Starting\ sleeping\-daemon\.\.\.\ started\ \(pid\ \d+\)$)' | |
t\run.t .................. 1/18 | |
# Failed test 'Ubic::Run works, sleeping-daemon is running' | |
# at t\run.t line 31. | |
# 'sleeping-daemon not running | |
# ' | |
# doesn't match '(?x-ism:sleeping-daemon \s+ running)' | |
t\run.t .................. 5/18 | |
# Failed test at t\run.t line 28. | |
# 'Starting sleeping-daemon... ' | |
# doesn't match '(?-xism:^Starting\ sleeping\-daemon\.\.\.\ started\ \(pid\ \d+\)$)' | |
t\run.t .................. 7/18 # Failed test 'Ubic::Run works, sleeping-daemon is running' | |
# at t\run.t line 31. | |
# 'sleeping-daemon not running | |
# ' | |
# doesn't match '(?x-ism:sleeping-daemon \s+ running)' | |
t\run.t .................. 10/18 | |
t\run.t .................. 11/18 # Failed test at t\run.t line 28. | |
# 'Starting sleeping-daemon... ' | |
# doesn't match '(?-xism:^Starting\ sleeping\-daemon\.\.\.\ started\ \(pid\ \d+\)$)' | |
# Failed test 'Ubic::Run works, sleeping-daemon is running' | |
# at t\run.t line 31. | |
# 'sleeping-daemon not running | |
# ' | |
# doesn't match '(?x-ism:sleeping-daemon \s+ running)' | |
t\run.t .................. 15/18 Das System kann den angegebenen Pfad nicht finden. | |
# Failed test 'Ubic::Run throws exception when script name is unknown' | |
# at t\run.t line 48. | |
# '' | |
# doesn't match '(?-xism:^Strange \$0: /usr/bin/sleeping-daemon)' | |
t\run.t .................. 18/18 # Failed test 'status works for multiservice' | |
# at t\run.t line 56. | |
# 'Starting multi.sleep1... ' | |
# doesn't match '(?msx-i: | |
# Starting \s+ multi\.sleep1\.\.\. \s+ started \s+ \(pid \s+ \d+\)\s+ | |
# Starting \s+ multi\.sleep2\.\.\. \s+ started \s+ \(pid \s+ \d+\) | |
# )' | |
# Looks like you failed 8 tests of 18. | |
t\run.t .................. Dubious, test returned 8 (wstat 2048, 0x800) | |
Failed 11/18 subtests | |
t\service.t .............. ok | |
t\simple-daemon.t ........ Failed 4/5 subtests | |
t\ubic.t ................. Failed 9/18 subtests | |
t\watchdog.t ............. Das System kann den angegebenen Pfad nicht finden. | |
t\watchdog.t ............. skipped: fakeroot is not installed | |
Test Summary Report | |
------------------- | |
t\cmd.t (Wstat: 0 Tests: 0 Failed: 0) | |
Parse errors: Bad plan. You planned 8 tests but ran 0. | |
t\daemon.t (Wstat: 0 Tests: 0 Failed: 0) | |
Parse errors: Bad plan. You planned 23 tests but ran 0. | |
t\memory-leak.t (Wstat: 512 Tests: 0 Failed: 0) | |
Non-zero exit status: 2 | |
Parse errors: Bad plan. You planned 2 tests but ran 0. | |
t\ping.t (Wstat: 512 Tests: 0 Failed: 0) | |
Non-zero exit status: 2 | |
Parse errors: Bad plan. You planned 24 tests but ran 0. | |
t\run.t (Wstat: 2048 Tests: 15 Failed: 8) | |
Failed tests: 1-2, 6-7, 11-12, 16, 18 | |
Non-zero exit status: 8 | |
Parse errors: Tests out of sequence. Found (5) but expected (4) | |
Tests out of sequence. Found (6) but expected (5) | |
Tests out of sequence. Found (7) but expected (6) | |
Tests out of sequence. Found (8) but expected (7) | |
Tests out of sequence. Found (10) but expected (8) | |
Displayed the first 5 of 13 TAP syntax errors. | |
Re-run prove with the -p option to see them all. | |
t\simple-daemon.t (Wstat: 0 Tests: 1 Failed: 0) | |
Parse errors: Bad plan. You planned 5 tests but ran 1. | |
t\ubic.t (Wstat: 0 Tests: 9 Failed: 0) | |
Parse errors: Bad plan. You planned 18 tests but ran 9. | |
Files=16, Tests=160, 16 wallclock secs ( 0.06 usr + 0.05 sys = 0.11 CPU) | |
Result: FAIL | |
D:\Ubic> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment