Skip to content

Instantly share code, notes, and snippets.

Created October 20, 2017 15:07
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 anonymous/42a73d311c589991c588618d151b1e29 to your computer and use it in GitHub Desktop.
Save anonymous/42a73d311c589991c588618d151b1e29 to your computer and use it in GitHub Desktop.
Test Summary Report
-------------------
t/04-nativecall/02-simple-args.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 0.
Files=67, Tests=824, 87 wallclock secs ( 0.32 usr 0.15 sys + 153.97 cusr 7.80 csys = 162.24 CPU)
Result: FAIL
make: *** [Makefile:568: m-coretest5] Error 1
..
bash-4.3# /opt/rakudo/bin/perl6 t/04-nativecall/02-simple-args.t
1..14
t/04-nativecall/02-simple-args.c:108:26: error: unknown type name 'ssize_t'
DLLEXPORT int TakeSSizeT(ssize_t x)
^
The spawned command 'gcc -c -fPIC -o 02-simple-args.o -Werror=declaration-after-statement -Werror=pointer-arith -g3 -D_XOPEN_SOURCE=500 -D_XOPEN_SOURCE_EXTENDED=1 -D__EXTENSIONS__=1 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -DDEBUG_HELPERS t/04-nativecall/02-simple-args.c' exited unsuccessfully (exit code: 1)
in sub compile_test_lib at /build/rakudo/t/04-nativecall/CompileTestLib.pm (CompileTestLib) line 28
in block <unit> at t/04-nativecall/02-simple-args.t line 10
# Looks like you planned 14 tests, but ran 0
bash-4.3#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment