Skip to content

Instantly share code, notes, and snippets.

@lizmat
Created February 16, 2015 13:20
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 lizmat/a4f4646711a72d4c4211 to your computer and use it in GitHub Desktop.
Save lizmat/a4f4646711a72d4c4211 to your computer and use it in GitHub Desktop.
make test failures on jvm
LizyPro-2:rakudo.jvm liz$ make test
/usr/local/bin/perl t/harness --jvm t/01-sanity
t/01-sanity/01-literals.t ............ ok
t/01-sanity/02-op-math.t ............. ok
t/01-sanity/03-op-logic.t ............ ok
t/01-sanity/04-op-cmp.t .............. ok
t/01-sanity/05-var.t ................. ok
t/01-sanity/06-op-inplace.t .......... ok
t/01-sanity/07-op-string.t ........... ok
t/01-sanity/08-var-array.t ........... ok
t/01-sanity/09-end-blocks.t .......... ok
t/01-sanity/10-regex.t ............... ok
t/01-sanity/11-tap.t ................. ok
t/01-sanity/12-counter.t ............. ok
t/01-sanity/13-equal.t ............... ok
t/01-sanity/14-if.t .................. ok
t/01-sanity/15-sub.t ................. ok
t/01-sanity/16-eqv.t ................. ok
t/01-sanity/17-isa.t ................. ok
t/01-sanity/18-simple-multisubs.t .... ok
t/01-sanity/19-say.t ................. ok
t/01-sanity/20-defined.t ............. ok
t/01-sanity/21-try.t ................. ok
t/01-sanity/52-parse-include-spec.t .. ok
t/01-sanity/99-test-basic.t .......... ok
All tests successful.
Files=23, Tests=285, 22 wallclock secs ( 0.09 usr 0.04 sys + 0.55 cusr 0.10 csys = 0.78 CPU)
Result: PASS
/usr/local/bin/perl t/harness --jvm t/03-jvm
t/03-jvm/01-interop.t .. ok
All tests successful.
Files=1, Tests=24, 7 wallclock secs ( 0.02 usr 0.01 sys + 0.02 cusr 0.00 csys = 0.05 CPU)
Result: PASS
/usr/local/bin/perl t/harness --jvm t/04-nativecall
t/04-nativecall/01-argless.t ......... Failed 3/3 subtests
t/04-nativecall/02-simple-args.t ..... Failed 11/11 subtests
t/04-nativecall/03-simple-returns.t .. Failed 7/7 subtests
t/04-nativecall/04-pointers.t ........ t/04-nativecall/04-pointers.c:17:13: warning: implicitly declaring library
function 'strcmp' with type 'int (const char *, const char *)'
int x = strcmp("Got passed back the pointer I returned", ptr) == 0;
^
t/04-nativecall/04-pointers.c:17:13: note: please include the header <string.h>
or explicitly provide a declaration for 'strcmp'
1 warning generated.
t/04-nativecall/04-pointers.t ........ Failed 10/10 subtests
t/04-nativecall/05-arrays.t .......... Failed 20/20 subtests
t/04-nativecall/06-struct.t .......... Failed 14/19 subtests
t/04-nativecall/07-writebarrier.t .... Failed 7/7 subtests
t/04-nativecall/08-callbacks.t ....... Failed 5/5 subtests
t/04-nativecall/09-nativecast.t ...... Failed 9/9 subtests
t/04-nativecall/10-cglobals.t ........ Failed 7/7 subtests
Test Summary Report
-------------------
t/04-nativecall/01-argless.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 3 tests but ran 0.
t/04-nativecall/02-simple-args.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 11 tests but ran 0.
t/04-nativecall/03-simple-returns.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/04-nativecall/04-pointers.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 10 tests but ran 0.
t/04-nativecall/05-arrays.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 20 tests but ran 0.
t/04-nativecall/06-struct.t (Wstat: 0 Tests: 5 Failed: 0)
Parse errors: Bad plan. You planned 19 tests but ran 5.
t/04-nativecall/07-writebarrier.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 7 tests but ran 0.
t/04-nativecall/08-callbacks.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 5 tests but ran 0.
t/04-nativecall/09-nativecast.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 9 tests but ran 0.
t/04-nativecall/10-cglobals.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: Bad plan. You planned 7 tests but ran 0.
Files=10, Tests=5, 21 wallclock secs ( 0.03 usr 0.02 sys + 0.24 cusr 0.04 csys = 0.33 CPU)
Result: FAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment