diff options
author | Sam Roberts <vieuxtech@gmail.com> | 2019-07-04 13:50:33 -0700 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2019-07-04 14:48:28 -0700 |
commit | 8619b19a8099b22cbc985503c7d2082df0009fa0 (patch) | |
tree | 3696104a03acb0635e7674a43b4dbaa890292af2 /test/pseudo-tty/pseudo-tty.status | |
parent | 1245aca41ca91e60cc4cee2cd724d28b73534ace (diff) | |
download | node-new-8619b19a8099b22cbc985503c7d2082df0009fa0.tar.gz |
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 <michael_dawson@ca.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Diffstat (limited to 'test/pseudo-tty/pseudo-tty.status')
-rw-r--r-- | test/pseudo-tty/pseudo-tty.status | 29 |
1 files changed, 29 insertions, 0 deletions
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 |