Skip to content

Instantly share code, notes, and snippets.

@cjfields
Created February 2, 2015 19:54
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 cjfields/f674a33dbde0f62aaafa to your computer and use it in GitHub Desktop.
Save cjfields/f674a33dbde0f62aaafa to your computer and use it in GitHub Desktop.
[cjfields@cjfields-imac panda (master)]$ system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: OS X 10.10.2 (14C109)
Kernel Version: Darwin 14.1.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: Chris’s iMac
User Name: Chris Fields (cjfields)
Secure Virtual Memory: Enabled
Time since boot: 2:49
[cjfields@cjfields-imac panda (master)]$ perl6 -v
This is perl6 version 2015.01-60-g12db81b built on MoarVM version 2015.01-5-ga29eaa9
[cjfields@cjfields-imac panda (master)]$ panda install NativeCall
==> Fetching NativeCall
==> Building NativeCall
Compiling lib/NativeCall.pm6 to mbc
==> Testing NativeCall
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/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-pointers.c:17:13: note: please include the header <string.h> or explicitly provide a declaration for 'strcmp'
1 warning generated.
t/04-pointers.t ........ ok
Unknown type 'vmarray' used for native call
in method postcircumfix:<( )> at lib/NativeCall.pm6:132
in block <unit> at t/05-arrays.t:101
# Looks like you planned 20 tests, but ran 16
t/05-arrays.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/20 subtests
t/06-struct.t .......... ok
t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
t/09-nativecast.t ...... ok
t/10-cglobals.t ........ ok
Test Summary Report
-------------------
t/05-arrays.t (Wstat: 65280 Tests: 16 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 20 tests but ran 16.
Files=10, Tests=94, 5 wallclock secs ( 0.04 usr 0.01 sys + 4.50 cusr 0.56 csys = 5.11 CPU)
Result: FAIL
test stage failed for NativeCall: Tests failed
in method install at lib/Panda.pm:124
in method resolve at lib/Panda.pm:194
in sub MAIN at /Users/cjfields/src/rakudo/install/languages/perl6/site/bin/panda:20
in sub MAIN at /Users/cjfields/src/rakudo/install/languages/perl6/site/bin/panda:18
in block <unit> at /Users/cjfields/src/rakudo/install/languages/perl6/site/bin/panda:77
Failure Summary
----------------
NativeCall
*test stage failed for NativeCall: Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment