Commit 4d173ea
test: uv_tty_init returns EBADF on IBM i
When TTY initialization failed, uv_tty_init returned EBADF on IBM i
PASE, rather than EINVAL
PR-URL: #32338
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent 79fdc6b commit 4d173eaCopy full SHA for 4d173ea
File tree
Expand file treeCollapse file tree
1 file changed
+5
-4
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+5
-4
lines changedOpen diff view settings
Collapse file
test/parallel/test-ttywrap-invalid-fd.js
Copy file name to clipboardExpand all lines: test/parallel/test-ttywrap-invalid-fd.js+5-4Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
24 | | - |
25 | | - |
26 | | - |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
30 | | - |
| 31 | + |
31 | 32 | |
32 | 33 | |
33 | 34 | |
|
0 commit comments