node/test/abort
Richard Lau e3ea906988
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-10-27 16:45:27 +02:00
..
.gitignore
abort.status test: mark flaky tests on smartos 2022-07-12 07:41:42 +02:00
test-abort-backtrace.js
test-abort-fatal-error.js test: remove unreachable return 2023-04-05 12:52:28 -04:00
test-abort-uncaught-exception.js test: adapt abort tests for new Windows code 2021-06-10 11:11:54 +02:00
test-addon-register-signal-handler.js
test-addon-uv-handle-leak.js test: disambiguate AIX and IBM i 2023-10-27 16:45:27 +02:00
test-http-parser-consume.js
test-process-abort-exitcode.js
test-signal-handler.js test: allow SIGBUS in signal-handler abort test 2023-06-19 15:54:44 -03:00
test-worker-abort-uncaught-exception.js test: adapt abort tests for new Windows code 2021-06-10 11:11:54 +02:00
test-zlib-invalid-internals-usage.js
testcfg.py