summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
AgeCommit message (Expand)Author
2018-10-16tools,test: cleanup and dedup codeRefael Ackermann
2018-10-04test: add stdin writable regression testAnna Henningsen
2018-10-04process: allow reading from stdout/stderr socketsAnna Henningsen
2018-10-04tools: allow input for TTY testsAnna Henningsen
2018-10-04Revert "tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLE"Anna Henningsen
2018-10-04test: add process.stdin.end() TTY regression testMatteo Collina
2018-09-27assert: switch `inputs` to `values`Ruben Bridgewater
2018-09-26test: remove unnecessary assertionsAnna Henningsen
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-10stream: fix readable behavior for highWaterMark === 0Denys Otrishko
2018-08-04assert: multiple improvementsRuben Bridgewater
2018-07-31tools,test: remove unused config hooksJon Moss
2018-06-01test: check TTY mode reset on exitAnna Henningsen
2018-05-04src: remove `kFlagNoShutdown` flagAnna Henningsen
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-14assert: improve default error messagesRuben Bridgewater
2018-04-12console: auto-detect color support by defaultAnna Henningsen
2018-03-27test: improve tty.getColorDepth coverageRuben Bridgewater
2018-03-27assert: fix diff color outputRuben Bridgewater
2018-02-22test: really test the ttywrap bits of getasyncidJeremiah Senkpiel
2018-02-20test: actually test tty `getColorDepth()`Jeremiah Senkpiel
2017-11-15tty: fix 'resize' event regressionBen Noordhuis
2017-11-14test: add coverage to tty modulecjihrig
2017-10-22tty,doc: add type-check to isattyBryan English
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-16test: change isAix to isAIX章礼平
2017-07-03test: remove common.noopRich Trott
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-04-20errors: port internal/process errors to internal/errorsJames M Snell
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-03-17test: delay child exit in AIX for pseudo-tty testsGireesh Punathil
2017-02-28tty: add ref() so process.stdin.ref() etc. workBen Schmidt
2017-01-31test: require handler to be run in sigwinch testRich Trott
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-05test: mark test-tty-wrap as flaky for AIXMichael Dawson
2016-12-27test: add test for SIGWINCH handling by stdio.jsSarah Meyer
2016-12-12test: fail for missing output filesAnna Henningsen
2016-12-09test: add stdin-setrawmode.out fileJonathan Darling
2016-12-05test: add test for process.stdin.setRawMode()Jonathan Darling
2016-11-25test: exclude no_interleaved_stdio test for AIXMichael Dawson
2016-09-12test: skip pseudo-tty/no_dropped_stdio testMichael Dawson
2016-09-06test: mark pseudo-tty/no_dropped_stdio as flakyMichael Dawson
2016-07-11test: fix old tty testsJeremiah Senkpiel
2016-07-11test: move parallel/test-tty-* to pseudo-tty/Jeremiah Senkpiel
2016-06-01test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel