From 8619b19a8099b22cbc985503c7d2082df0009fa0 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Thu, 4 Jul 2019 13:50:33 -0700 Subject: test: skip pseudo-tty tests on AIX See: https://github.com/nodejs/build/issues/1820 PR-URL: https://github.com/nodejs/node/pull/28541 Reviewed-By: Michael Dawson Reviewed-By: Richard Lau --- test/pseudo-tty/pseudo-tty.status | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/test/pseudo-tty/pseudo-tty.status b/test/pseudo-tty/pseudo-tty.status index 9917c08181..9d5a2a0d12 100644 --- a/test/pseudo-tty/pseudo-tty.status +++ b/test/pseudo-tty/pseudo-tty.status @@ -3,8 +3,37 @@ prefix pseudo-tty [$system==aix] # https://github.com/nodejs/build/issues/1820#issuecomment-505998851 # https://github.com/nodejs/node/pull/28469 +# https://github.com/nodejs/node/pull/28541 +console_colors: SKIP console-dumb-tty: SKIP +no_dropped_stdio: SKIP +no_interleaved_stdio: SKIP +readline-dumb-tty: SKIP +ref_keeps_node_running: SKIP +repl-dumb-tty: SKIP +stdin-setrawmode: SKIP +test-assert-colors: SKIP +test-assert-no-color: SKIP +test-assert-position-indicator: SKIP +test-async-wrap-getasyncid-tty: SKIP test-fatal-error: SKIP +test-handle-wrap-isrefed-tty: SKIP +test-readable-tty-keepalive: SKIP +test-set-raw-mode-reset-process-exit: SKIP +test-set-raw-mode-reset-signal: SKIP +test-set-raw-mode-reset: SKIP +test-stderr-stdout-handle-sigwinch: SKIP +test-stdin-write: SKIP +test-stdout-read: SKIP +test-tty-color-support: SKIP +test-tty-isatty: SKIP +test-tty-stdin-call-end: SKIP +test-tty-stdin-end: SKIP +test-tty-stdout-end: SKIP +test-tty-stdout-resize: SKIP +test-tty-stream-constructors: SKIP +test-tty-window-size: SKIP +test-tty-wrap: SKIP [$system==solaris] # https://github.com/nodejs/node/pull/16225 - `ioctl(fd, TIOCGWINSZ)` seems -- cgit v1.2.3