Description
Version
14.18.3
Platform
arm
Subsystem
thread
What steps will reproduce the bug?
run test node-api/test_fatal/test_threads along with the test suite on the 14.x stream
How often does it reproduce? Is there a required condition?
100%
What is the expected behavior?
test to pass
What do you see instead?
16:09:19 not ok 3098 node-api/test_fatal/test_threads
16:09:19 ---
16:09:19 duration_ms: 0.715
16:09:19 severity: fail
16:09:19 exitcode: 1
16:09:19 stack: |-
16:09:19 assert.js:394
16:09:19 throw err;
16:09:19 ^
16:09:19
16:09:19 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
16:09:19
16:09:19 assert.ok(p.status === 134 || p.signal === 'SIGABRT')
16:09:19
16:09:19 at Object. (/home/iojs/build/workspace/node-test-commit-arm-debug-mdawson/test/node-api/test_fatal/test_threads.js:20:8)
16:09:19 at Module._compile (internal/modules/cjs/loader.js:1085:14)
16:09:19 at Object.Module._extensions..js (internal/modules/cjs/loader.js:1114:10)
16:09:19 at Module.load (internal/modules/cjs/loader.js:950:32)
16:09:19 at Function.Module._load (internal/modules/cjs/loader.js:790:12)
16:09:19 at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
16:09:19 at internal/main/run_main_module.js:17:47 {
16:09:19 generatedMessage: true,
16:09:19 code: 'ERR_ASSERTION',
16:09:19 actual: false,
16:09:19 expected: true,
16:09:19 operator: '=='
16:09:19 }
16:09:19 ...
Additional information
No response