Commit 035e063
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: #48056
Refs: #46739
Refs: nodejs/build#3358
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 53b5545 commit 035e063Copy full SHA for 035e063
File tree
Expand file treeCollapse file tree
13 files changed
+25
-18
lines changedOpen diff view settings
Filter options
- test
- abort
- common
- known_issues
- parallel
Expand file treeCollapse file tree
13 files changed
+25
-18
lines changedOpen diff view settings
Collapse file
test/abort/test-addon-uv-handle-leak.js
Copy file name to clipboardExpand all lines: test/abort/test-addon-uv-handle-leak.js+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
78 | 78 | |
79 | 79 | |
80 | 80 | |
| 81 | + |
81 | 82 | |
82 | 83 | |
83 | 84 | |
|
Collapse file
+6-3Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
123 | 123 | |
124 | 124 | |
125 | 125 | |
126 | | - |
127 | 126 | |
128 | 127 | |
129 | 128 | |
| ||
274 | 273 | |
275 | 274 | |
276 | 275 | |
277 | | - |
| 276 | + |
278 | 277 | |
279 | 278 | |
280 | 279 | |
| ||
928 | 927 | |
929 | 928 | |
930 | 929 | |
931 | | - |
932 | 930 | |
933 | 931 | |
934 | 932 | |
| ||
999 | 997 | |
1000 | 998 | |
1001 | 999 | |
| 1000 | + |
1002 | 1001 | |
| 1002 | + |
| 1003 | + |
| 1004 | + |
| 1005 | + |
1003 | 1006 | |
1004 | 1007 | |
1005 | 1008 | |
|
Collapse file
test/known_issues/test-cwd-enoent-file.js
Copy file name to clipboardExpand all lines: test/known_issues/test-cwd-enoent-file.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
| 8 | + |
9 | 9 | |
10 | 10 | |
11 | 11 | |
|
Collapse file
test/parallel/test-cwd-enoent-preload.js
Copy file name to clipboardExpand all lines: test/parallel/test-cwd-enoent-preload.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
test/parallel/test-cwd-enoent-repl.js
Copy file name to clipboardExpand all lines: test/parallel/test-cwd-enoent-repl.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
test/parallel/test-cwd-enoent.js
Copy file name to clipboardExpand all lines: test/parallel/test-cwd-enoent.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | 1 | |
2 | 2 | |
3 | 3 | |
4 | | - |
| 4 | + |
5 | 5 | |
6 | 6 | |
7 | 7 | |
|
Collapse file
test/parallel/test-fs-readfile-pipe-large.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-readfile-pipe-large.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
|
Collapse file
test/parallel/test-fs-readfile-pipe.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-readfile-pipe.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
27 | | - |
| 27 | + |
28 | 28 | |
29 | 29 | |
30 | 30 | |
|
Collapse file
test/parallel/test-fs-readfilesync-pipe-large.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-readfilesync-pipe-large.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
6 | | - |
| 6 | + |
7 | 7 | |
8 | 8 | |
9 | 9 | |
|
Collapse file
test/parallel/test-fs-realpath-pipe.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-realpath-pipe.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2 | 2 | |
3 | 3 | |
4 | 4 | |
5 | | - |
| 5 | + |
6 | 6 | |
7 | 7 | |
8 | 8 | |
|
0 commit comments