Skip to content

Commit 8619b19

Browse files
committed
test: skip pseudo-tty tests on AIX
See: nodejs/build#1820 PR-URL: #28541 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent 1245aca commit 8619b19

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

test/pseudo-tty/pseudo-tty.status

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,37 @@ prefix pseudo-tty
33
[$system==aix]
44
# https://github.com/nodejs/build/issues/1820#issuecomment-505998851
55
# https://github.com/nodejs/node/pull/28469
6+
# https://github.com/nodejs/node/pull/28541
7+
console_colors: SKIP
68
console-dumb-tty: SKIP
9+
no_dropped_stdio: SKIP
10+
no_interleaved_stdio: SKIP
11+
readline-dumb-tty: SKIP
12+
ref_keeps_node_running: SKIP
13+
repl-dumb-tty: SKIP
14+
stdin-setrawmode: SKIP
15+
test-assert-colors: SKIP
16+
test-assert-no-color: SKIP
17+
test-assert-position-indicator: SKIP
18+
test-async-wrap-getasyncid-tty: SKIP
719
test-fatal-error: SKIP
20+
test-handle-wrap-isrefed-tty: SKIP
21+
test-readable-tty-keepalive: SKIP
22+
test-set-raw-mode-reset-process-exit: SKIP
23+
test-set-raw-mode-reset-signal: SKIP
24+
test-set-raw-mode-reset: SKIP
25+
test-stderr-stdout-handle-sigwinch: SKIP
26+
test-stdin-write: SKIP
27+
test-stdout-read: SKIP
28+
test-tty-color-support: SKIP
29+
test-tty-isatty: SKIP
30+
test-tty-stdin-call-end: SKIP
31+
test-tty-stdin-end: SKIP
32+
test-tty-stdout-end: SKIP
33+
test-tty-stdout-resize: SKIP
34+
test-tty-stream-constructors: SKIP
35+
test-tty-window-size: SKIP
36+
test-tty-wrap: SKIP
837

938
[$system==solaris]
1039
# https://github.com/nodejs/node/pull/16225 - `ioctl(fd, TIOCGWINSZ)` seems

0 commit comments

Comments
 (0)