Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zavolaj fails modules-test under Windows. #20

Closed
pmichaud opened this issue Mar 17, 2013 · 1 comment
Closed

Zavolaj fails modules-test under Windows. #20

pmichaud opened this issue Mar 17, 2013 · 1 comment

Comments

@pmichaud
Copy link
Contributor

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
@FROGGS
Copy link
Member

FROGGS commented Feb 4, 2016

This bug is no longer valid since we moved NativeCall to the rakudo repository.

@FROGGS FROGGS closed this as completed Feb 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants