Subject: | SEGV & ABRT with 0.0309 |
Many of the jit tests (on some systems all) fail on most my linux smokers (debian/jessie, debian/stretch, Ubuntu 16.04) with segmentation faults or aborts:
...
t/jit/array.t .................
All 15 subtests passed
# Failed test at t/jit/call-sub.t line 34.
# got: 'TestCase::call_sub_byte_array'
# expected: '6'
# Looks like you failed 1 test of 32.
t/jit/call-sub.t ..............
Failed 1/32 subtests
# Failed test at t/jit/constant.t line 16.
# got: 'TestCase::load_constant_int_min'
# expected: '-2147483647'
# Looks like you failed 1 test of 49.
t/jit/constant.t ..............
Failed 1/49 subtests
... (etc) ...
Test Summary Report
-------------------
t/jit/array.t (Wstat: 11 Tests: 15 Failed: 0)
Non-zero wait status: 11
t/jit/call-sub.t (Wstat: 11 Tests: 32 Failed: 1)
Failed test: 1
Non-zero wait status: 11
t/jit/constant.t (Wstat: 11 Tests: 49 Failed: 1)
Failed test: 1
Non-zero wait status: 11
...
t/jit/lib-Arrays.t (Wstat: 6 Tests: 1 Failed: 0)
Non-zero wait status: 6
Parse errors: No plan found in TAP output
... (etc) ...