summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
AgeCommit message (Expand)Author
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