0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/pseudo-tty
Rich Trott d7f60b7e87 test: remove test-tty-wrap from status file
The test is believed to no longer be unreliable on AIX. Remove the flaky
designation from the appropriate status file.

Closes: https://github.com/nodejs/node/issues/9728

PR-URL: https://github.com/nodejs/node/pull/28129
Fixes: https://github.com/nodejs/node/issues/9728
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2019-06-10 10:25:35 -07:00
..
console_colors.js util: highlight stack frames 2019-04-15 17:30:50 +02:00
console_colors.out test: do not strip left whitespace in pseudo-tty tests 2019-04-19 10:44:02 +08:00
console-dumb-tty.js console: don't use ANSI escape codes when TERM=dumb 2019-03-21 23:32:59 +01:00
console-dumb-tty.out console: don't use ANSI escape codes when TERM=dumb 2019-03-21 23:32:59 +01:00
no_dropped_stdio.js
no_dropped_stdio.out
no_interleaved_stdio.js
no_interleaved_stdio.out
pseudo-tty.status test: remove test-tty-wrap from status file 2019-06-10 10:25:35 -07:00
readline-dumb-tty.js readline: support TERM=dumb 2019-03-21 23:33:55 +01:00
readline-dumb-tty.out readline: support TERM=dumb 2019-03-21 23:33:55 +01:00
ref_keeps_node_running.js tty: make process.binding('tty_wrap') internal 2018-08-29 12:28:51 -04:00
ref_keeps_node_running.out
repl-dumb-tty.js repl: check colors with .getColorDepth() 2019-03-21 23:34:14 +01:00
repl-dumb-tty.out repl: check colors with .getColorDepth() 2019-03-21 23:34:14 +01:00
stdin-setrawmode.js
stdin-setrawmode.out
test-assert-colors.js test: always activate colors if necessary 2019-03-03 23:31:43 +01:00
test-assert-colors.out
test-assert-no-color.js test: assert diff no color 2018-11-13 13:32:56 -08:00
test-assert-no-color.out test: assert diff no color 2018-11-13 13:32:56 -08:00
test-assert-position-indicator.js assert: refine assertion message 2019-05-05 14:44:19 -07:00
test-assert-position-indicator.out test: add assert test for position indicator 2019-02-11 22:57:21 -08:00
test-async-wrap-getasyncid-tty.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-async-wrap-getasyncid-tty.out
test-fatal-error.js process: inspect error in case of a fatal exception 2019-05-16 12:50:05 +02:00
test-fatal-error.out process: inspect error in case of a fatal exception 2019-05-16 12:50:05 +02:00
test-handle-wrap-isrefed-tty.js doc,lib,test: capitalize comment sentences 2018-12-17 17:14:35 +01:00
test-handle-wrap-isrefed-tty.out
test-readable-tty-keepalive.js stream: fix readable behavior for highWaterMark === 0 2018-08-10 17:16:59 +02:00
test-readable-tty-keepalive.out stream: fix readable behavior for highWaterMark === 0 2018-08-10 17:16:59 +02:00
test-set-raw-mode-reset-process-exit.js test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset-process-exit.out test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset-signal.js test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset-signal.out test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset.js test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-set-raw-mode-reset.out test: check TTY mode reset on exit 2018-06-01 10:52:06 +02:00
test-stderr-stdout-handle-sigwinch.js
test-stderr-stdout-handle-sigwinch.out console: lazy load process.stderr and process.stdout 2018-11-29 01:52:54 +08:00
test-stdin-write.js test: add stdin writable regression test 2018-10-04 09:20:25 -07:00
test-stdin-write.out test: add stdin writable regression test 2018-10-04 09:20:25 -07:00
test-stdout-read.in process: allow reading from stdout/stderr sockets 2018-10-04 09:20:24 -07:00
test-stdout-read.js process: allow reading from stdout/stderr sockets 2018-10-04 09:20:24 -07:00
test-stdout-read.out process: allow reading from stdout/stderr sockets 2018-10-04 09:20:24 -07:00
test-tty-color-support.js tty: add NO_COLOR and FORCE_COLOR support 2019-03-19 16:41:22 +01:00
test-tty-color-support.out tty: add NO_COLOR and FORCE_COLOR support 2019-03-19 16:41:22 +01:00
test-tty-isatty.js
test-tty-isatty.out
test-tty-stdin-call-end.js test: add process.stdin.end() TTY regression test 2018-10-04 05:31:46 +02:00
test-tty-stdin-call-end.out test: add process.stdin.end() TTY regression test 2018-10-04 05:31:46 +02:00
test-tty-stdin-end.js
test-tty-stdin-end.out
test-tty-stdout-end.js test: remove unused uncaughtException handler 2019-01-27 20:45:42 +01:00
test-tty-stdout-end.out
test-tty-stdout-resize.js
test-tty-stdout-resize.out
test-tty-stream-constructors.js
test-tty-stream-constructors.out
test-tty-window-size.js tty: make process.binding('tty_wrap') internal 2018-08-29 12:28:51 -04:00
test-tty-window-size.out
test-tty-wrap.js tty: make process.binding('tty_wrap') internal 2018-08-29 12:28:51 -04:00
test-tty-wrap.out
testcfg.py test: do not strip left whitespace in pseudo-tty tests 2019-04-19 10:44:02 +08:00