On Wed Sep 16 10:47:50 2015, coke wrote: > Current failure modes: > > $ prove -v -e ./perl6 t/04-nativecall/16-rt125408.t t/04- > nativecall/11-cpp.t t/04-nativecall/13-cpp-mangling.t > t/04-nativecall/16-rt125408.t ...... > 1..1 > not ok 1 - RT#125408 stayed fixed > > # Failed test 'RT#125408 stayed fixed' > # at t/04-nativecall/16-rt125408.t line 15 > # Wrong kind of access to numeric CArray > # Looks like you failed 1 test of 1 > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/1 subtests > t/04-nativecall/11-cpp.t ........... > 1..21 > Don't know how to mangle symbol 'SizeofDerived1' for library './11- > cpp.dylib' > in sub guess-name-mangler at lib/NativeCall.pm:207 > in method CALL-ME at lib/NativeCall.pm:222 > in block <unit> at t/04-nativecall/11-cpp.t:50 > > # Looks like you planned 21 tests, but ran 0 > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 21/21 subtests > t/04-nativecall/13-cpp-mangling.t .. > 1..20 > Don't know how to mangle symbol 'Foo::new' for library './13-cpp- > mangling.dylib' > in sub guess-name-mangler at lib/NativeCall.pm:200 > in method CALL-ME at lib/NativeCall.pm:222 > in block <unit> at t/04-nativecall/13-cpp-mangling.t:49 > > # Looks like you planned 20 tests, but ran 0 > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 20/20 subtests > > Test Summary Report > ------------------- > t/04-nativecall/16-rt125408.t (Wstat: 256 Tests: 1 Failed: 1) > Failed test: 1 > Non-zero exit status: 1 > t/04-nativecall/11-cpp.t (Wstat: 65280 Tests: 0 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 21 tests but ran 0. > t/04-nativecall/13-cpp-mangling.t (Wstat: 65280 Tests: 0 Failed: 0) > Non-zero exit status: 255 > Parse errors: Bad plan. You planned 20 tests but ran 0. > Files=3, Tests=1, 4 wallclock secs ( 0.02 usr 0.01 sys + 4.27 cusr > 0.33 csys = 4.63 CPU) > Result: FAIL
Double checked after a chat with FROGGS++ The only test still failing now is 16-rt125408.t, which has its own ticket. Resolving. -- Will "Coke" Coleda