Skip to content

Instantly share code, notes, and snippets.

@jnthn
Created December 11, 2011 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnthn/1461161 to your computer and use it in GitHub Desktop.
Save jnthn/1461161 to your computer and use it in GitHub Desktop.
t/panda/builder.t ....
1..3
ok 1 -
not ok 2 - module compiled
not ok 3 - module copied to blib
'rm' is not recognized as an internal or external command,
operable program or batch file.
# Looks like you failed 2 tests of 3
Failed 2/3 subtests
t/panda/ecosystem.t ..
1..10
ok 1 - get-project 1
ok 2 - get-project 2
ok 3 - get-project 3
ok 4 - get-state 1
ok 5 - get-state 2
ok 6 - get-state 3
ok 7 - metainfo ok
ok 8 - dependencies 1
ok 9 - dependencies 2
ok 10 - dependencies 3
ok
t/panda/fetcher.t ....
1..4
fatal: failed to open 'C:/consulting/perl6/panda/t//objects': No such file or di
rectory
ok 1 - attempts to clone
ok 2 - checks source-type
ok 3 - can fetch a local project
not ok 4 - fetch ok
'rm' is not recognized as an internal or external command,
operable program or batch file.
# Looks like you failed 1 tests of 4
Failed 1/4 subtests
t/panda/installer.t ..
1..6
ok 1 -
not ok 2 - module installed
not ok 3 - pir installed
not ok 4 - bin installed
not ok 5 - docs installed 1
not ok 6 - docs installed 2
'r' is not recognized as an internal or external command,
operable program or batch file.
# Looks like you failed 5 tests of 6
Failed 5/6 subtests
t/panda/tester.t .....
1..2
ok 1 - what should pass, passes
not ok 2 - what should fail, fails
# Looks like you failed 1 tests of 2
Failed 1/2 subtests
t/stubs.t ............
1..18
ok 1 - state before resolving ok 1
ok 2 - state before resolving ok 2
ok 3 - state before resolving ok 3
ok 4 - state after resolving ok 1
ok 5 - state after resolving ok 2
ok 6 - state after resolving ok 3
ok 7 - state after nodeps ok 1
ok 8 - state after nodeps ok 2
ok 9 - state after nodeps ok 3
ok 10 - same state in our object
ok 11 - called fetch 4 times
ok 12 - called build 4 times
ok 13 - called test 4 times
ok 14 - called install 4 times
ok 15 - called fetch 7 times
ok 16 - called build 7 times
ok 17 - called test 4 times
ok 18 - called install 7 times
ok
Test Summary Report
-------------------
t/panda/builder.t (Wstat: 0 Tests: 3 Failed: 2)
Failed tests: 2-3
t/panda/fetcher.t (Wstat: 0 Tests: 4 Failed: 1)
Failed test: 4
t/panda/installer.t (Wstat: 0 Tests: 6 Failed: 5)
Failed tests: 2-6
t/panda/tester.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=6, Tests=43, 34 wallclock secs ( 0.01 usr + 0.03 sys = 0.05 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment