node/test/known_issues
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
..
known_issues.status src: make realm binding data store weak 2023-06-14 02:05:00 +00:00
test-cli-print-var-crypto.js
test-cwd-enoent-file.js test: disambiguate AIX and IBM i 2023-09-29 18:26:27 +00:00
test-dgram-bind-shared-ports-after-port-0.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-fs-writeFileSync-invalid-windows.js
test-http-path-contains-unicode.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-http2-trailers-after-session-close.js Revert "src: let http2 streams end after session close" 2023-02-21 12:46:21 +00:00
test-inspector-cluster-port-clash.js
test-permission-model-path-resolution.js doc,test: add known path resolution issue in permission model 2023-08-31 06:58:59 +00:00
test-repl-require-context.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-stdin-is-always-net.socket.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-stream-writable-sync-error.js
test-url-parse-conformance.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-vm-function-declaration-uses-define.js
test-vm-ownkeys.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-vm-ownpropertynames.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-vm-ownpropertysymbols.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
test-vm-timeout-escape-nexttick.js test: unflake test-vm-timeout-escape-nexttick 2023-05-24 11:07:06 +00:00
test-vm-timeout-escape-queuemicrotask.js test: add trailing commas in test/known_issues 2023-02-01 10:46:55 +01:00
testcfg.py