# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #124351]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124351 >


$ make test
...
t/04-nativecall/02-simple-args.t ..... Dubious, test returned 2 (wstat
512, 0x200)
Failed 2/12 subtests
...

$ ./perl6 t/04-nativecall/02-simple-args.t
1..12
ok 1 - passed int 42
ok 2 - passed two shorts
ok 3 - passed an int32, int16 and int8
ok 4 - passed a double
ok 5 - passed a float
ok 6 - passed a string
ok 7 - checked previously passed string
ok 8 - wrapped sub
ok 9 - passed int64 0xFFFFFFFFFF
not ok 10 - passed uint8 0xFE

# Failed test 'passed uint8 0xFE'
# at t/04-nativecall/02-simple-args.t line 50
# expected: '10'
#      got: '0'
not ok 11 - passed uint8 0xFFFE

# Failed test 'passed uint8 0xFFFE'
# at t/04-nativecall/02-simple-args.t line 51
# expected: '11'
#      got: '0'
ok 12 - passed uint8 0xFFFFFFFE
# Looks like you failed 2 tests of 12

$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.10.3
BuildVersion: 14D136

$ gcc --version
Configured with:
--prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix

-- 
Will "Coke" Coleda

Reply via email to