You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running modules-test in star 2013.02 (Win XP 32-bit) produces test fails in zavolaj:
Testing modules/zavolaj...
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/04-pointers.t ........ ok
t/05-arrays.t .......... t/05-arrays.c:64:1: error: unknown type name 'int8_t'
t/05-arrays.c: In function 'ReturnsAByteArray':
t/05-arrays.c:65:5: error: unknown type name 'int8_t'
t/05-arrays.c:65:35: error: 'int8_t' undeclared (first use in this function)
t/05-arrays.c:65:35: note: each undeclared identifier is reported only once for
each function it appears in
t/05-arrays.c: At top level:
t/05-arrays.c:72:31: error: unknown type name 'int8_t'
g++: error: 05-arrays.o: No such file or directory
Cannot locate native library './05-arrays.dll'
in method postcircumfix:<( )> at c:/rakudo/lib/parrot/4.10.0/languages/perl6/l
ib/NativeCall.pm6:122
in at src\gen\BOOTSTRAP.pm:883
in any at src\gen\BOOTSTRAP.pm:867
in block at t/05-arrays.t:12
t/05-arrays.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 26/26 subtests
t/06-struct.t .......... t/06-struct.c:14:5: error: unknown type name 'int8_t'
g++: error: 06-struct.o: No such file or directory
t/06-struct.t .......... 1/30 Cannot locate native library './06-struct.dll'
in method postcircumfix:<( )> at c:/rakudo/lib/parrot/4.10.0/languages/perl6/l
ib/NativeCall.pm6:122
in at src\gen\BOOTSTRAP.pm:883
in any at src\gen\BOOTSTRAP.pm:867
in block at t/06-struct.t:115
t/06-struct.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 25/30 subtests
t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
Test Summary Report
-------------------
t/05-arrays.t (Wstat: 256 Tests: 0 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 26 tests but ran 0.
t/06-struct.t (Wstat: 256 Tests: 5 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 30 tests but ran 5.
Files=8, Tests=43, 13 wallclock secs ( 0.03 usr + 0.06 sys = 0.09 CPU)
Result: FAIL
The text was updated successfully, but these errors were encountered:
Running modules-test in star 2013.02 (Win XP 32-bit) produces test fails in zavolaj:
The text was updated successfully, but these errors were encountered: