Created
September 28, 2011 19:05
-
-
Save ingydotnet/1248896 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
ingy@thinkingy:~/src/mo-pm$ git clone [email protected]:ingydotnet/mo-pm.git | |
Cloning into mo-pm... | |
remote: Counting objects: 1071, done. | |
remote: Compressing objects: 100% (494/494), done. | |
remote: Total 1071 (delta 557), reused 1059 (delta 549) | |
Receiving objects: 100% (1071/1071), 127.41 KiB, done. | |
Resolving deltas: 100% (557/557), done. | |
ingy@thinkingy:~/src/mo-pm$ cd mo-pm/ | |
ingy@thinkingy:~/src/mo-pm/mo-pm$ prove -l | |
t/build.t ............. Can't locate object method "foo" via package "Gorch" at t/build.t line 12. | |
# Looks like your test exited with 2 before it could output anything. | |
t/build.t ............. Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 2/2 subtests | |
t/class_xsaccessor.t .. ok | |
t/extends.t ........... 1/4 | |
# Failed test 'Bar is a subclass of Foo' | |
# at t/extends.t line 8. | |
# Looks like you failed 1 test of 4. | |
t/extends.t ........... Dubious, test returned 1 (wstat 256, 0x100) | |
Failed 1/4 subtests | |
t/has.t ............... ok | |
t/object.t ............ ok | |
t/strict.t ............ ok | |
t/test.t .............. 1/39 | |
# Failed test 'Bar isa Foo' | |
# at t/test.t line 65. | |
# Failed test 'Bar can this' | |
# at t/test.t line 68. | |
# Failed test 'Inheritance works' | |
# at t/test.t line 78. | |
Can't locate object method "this" via package "Bar" at t/test.t line 80. | |
# Looks like you planned 39 tests but ran 25. | |
# Looks like you failed 3 tests of 25 run. | |
# Looks like your test exited with 2 just after 25. | |
t/test.t .............. Dubious, test returned 2 (wstat 512, 0x200) | |
Failed 17/39 subtests | |
Test Summary Report | |
------------------- | |
t/build.t (Wstat: 512 Tests: 0 Failed: 0) | |
Non-zero exit status: 2 | |
Parse errors: Bad plan. You planned 2 tests but ran 0. | |
t/extends.t (Wstat: 256 Tests: 4 Failed: 1) | |
Failed test: 1 | |
Non-zero exit status: 1 | |
t/test.t (Wstat: 512 Tests: 25 Failed: 3) | |
Failed tests: 17, 20, 24 | |
Non-zero exit status: 2 | |
Parse errors: Bad plan. You planned 39 tests but ran 25. | |
Files=7, Tests=39, 0 wallclock secs ( 0.05 usr 0.01 sys + 0.17 cusr 0.01 csys = 0.24 CPU) | |
Result: FAIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment