Skip to content

Instantly share code, notes, and snippets.

@Tux
Created February 2, 2015 12:56
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 Tux/9ad62e2c3a75e2a3455d to your computer and use it in GitHub Desktop.
Save Tux/9ad62e2c3a75e2a3455d to your computer and use it in GitHub Desktop.
rakudobrew/Inline-Perl5 595 > make test
prove -e 'perl6 -Ilib' t
t/autoload.t .............. ok
t/call.t .................. ok
t/call_back.t ............. 1/? ===SORRY!===
No such method '' for invocant of type 'Foo'
t/call_back.t ............. Dubious, test returned 1 (wstat 256, 0x100)
All 34 subtests passed
t/callables.t ............. ok
t/can.t ................... ok
t/eval.t .................. ok
t/eval_return_values.t .... ok
t/exceptions.t ............ ok
t/from.t .................. ok
t/inherit.t ............... ok
t/p5_to_p6.t .............. ok
t/p6_object_destructor.t .. ok
t/p6_to_p5.t .............. ok
t/precomp.t ............... ok
t/use.t ................... ok
t/v6.t .................... ok
Test Summary Report
-------------------
t/call_back.t (Wstat: 256 Tests: 34 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=16, Tests=118, 24 wallclock secs ( 0.06 usr 0.01 sys + 23.67 cusr 0.93 csys = 24.67 CPU)
Result: FAIL
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment