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> |
||
|---|---|---|
| .. | ||
| .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-http-parser-consume.js | ||
| test-process-abort-exitcode.js | ||
| test-signal-handler.js | ||
| test-worker-abort-uncaught-exception.js | ||
| test-zlib-invalid-internals-usage.js | ||
| testcfg.py | ||