node/test/abort
Richard Lau 035e06317a test: disambiguate AIX and IBM i
When built with Python 3.9 on IBM i, `process.platform` will return
`os400` instead of `aix`. In preparation for this, make `common.isAIX`
only return true for AIX and update the tests to add checks for
`common.isIBMi` where they were missing.

PR-URL: https://github.com/nodejs/node/pull/48056
Refs: https://github.com/nodejs/node/pull/46739
Refs: https://github.com/nodejs/build/pull/3358
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2023-09-29 18:26:27 +00:00
..
.gitignore
abort.status
test-abort-backtrace.js
test-abort-fatal-error.js
test-abort-uncaught-exception.js
test-addon-register-signal-handler.js
test-addon-uv-handle-leak.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-http-parser-consume.js
test-process-abort-exitcode.js
test-signal-handler.js test: allow SIGBUS in signal-handler abort test 2023-05-05 11:03:38 +00:00
test-worker-abort-uncaught-exception.js
test-zlib-invalid-internals-usage.js
testcfg.py