node/test/pseudo-tty
Ben Schmidt 3c54f8199c
tty: add ref() so process.stdin.ref() etc. work
Also squashed from:
* test: move tty-wrap isrefed test to pseudo-tty/
* test: test tty-wrap handle isrefed properly
* test: improve failure messages in isrefed tests

PR-URL: https://github.com/nodejs/node/pull/7360
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell.gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2017-03-05 23:21:05 +01:00
..
no_dropped_stdio.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
no_dropped_stdio.out
no_interleaved_stdio.js test: use eslint to fix var->const/let 2017-01-30 12:08:39 -05:00
no_interleaved_stdio.out
pseudo-tty.status test: mark test-tty-wrap as flaky for AIX 2017-01-27 08:11:48 -05:00
ref_keeps_node_running.js tty: add ref() so process.stdin.ref() etc. work 2017-03-05 23:21:05 +01:00
ref_keeps_node_running.out tty: add ref() so process.stdin.ref() etc. work 2017-03-05 23:21:05 +01:00
stdin-setrawmode.js
stdin-setrawmode.out
test-handle-wrap-isrefed-tty.js tty: add ref() so process.stdin.ref() etc. work 2017-03-05 23:21:05 +01:00
test-handle-wrap-isrefed-tty.out tty: add ref() so process.stdin.ref() etc. work 2017-03-05 23:21:05 +01:00
test-stderr-stdout-handle-sigwinch.js test: require handler to be run in sigwinch test 2017-01-31 15:05:41 -06:00
test-stderr-stdout-handle-sigwinch.out
test-tty-stdout-end.js
test-tty-stdout-end.out
test-tty-wrap.js
test-tty-wrap.out
testcfg.py