summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
Commit message (Expand)AuthorAgeFilesLines
* tty: make process.binding('tty_wrap') internalcjihrig2018-08-295-5/+11
* src: move process.binding('async_wrap') internalDaniel Bevenius2018-08-271-1/+3
* tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina2018-08-222-0/+17
* stream: move process.binding('stream_wrap') to internalBindingJames M Snell2018-08-191-2/+4
* stream: fix readable behavior for highWaterMark === 0Denys Otrishko2018-08-102-0/+29
* assert: multiple improvementsRuben Bridgewater2018-08-041-4/+4
* tools,test: remove unused config hooksJon Moss2018-07-311-1/+0
* test: check TTY mode reset on exitAnna Henningsen2018-06-016-0/+61
* src: remove `kFlagNoShutdown` flagAnna Henningsen2018-05-042-0/+7
* assert: make skipping indicator blueRuben Bridgewater2018-04-291-2/+5
* assert: improve default error messagesRuben Bridgewater2018-04-141-1/+1
* console: auto-detect color support by defaultAnna Henningsen2018-04-122-0/+12
* test: improve tty.getColorDepth coverageRuben Bridgewater2018-03-271-17/+45
* assert: fix diff color outputRuben Bridgewater2018-03-272-0/+18
* test: really test the ttywrap bits of getasyncidJeremiah Senkpiel2018-02-222-0/+43
* test: actually test tty `getColorDepth()`Jeremiah Senkpiel2018-02-202-0/+36
* tty: fix 'resize' event regressionBen Noordhuis2017-11-153-0/+16
* test: add coverage to tty modulecjihrig2017-11-144-0/+106
* tty,doc: add type-check to isattyBryan English2017-10-222-0/+17
* test: adjust indentation for stricter lintingRich Trott2017-07-271-2/+2
* test: change isAix to isAIX章礼平2017-07-163-3/+3
* test: remove common.noopRich Trott2017-07-031-2/+2
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-7/+7
* test: reduce string concatenationsVse Mozhet Byt2017-05-052-4/+4
* errors: port internal/process errors to internal/errorsJames M Snell2017-04-201-11/+7
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-2/+3
* test: delay child exit in AIX for pseudo-tty testsGireesh Punathil2017-03-174-10/+19
* tty: add ref() so process.stdin.ref() etc. workBen Schmidt2017-02-284-0/+50
* test: require handler to be run in sigwinch testRich Trott2017-01-311-2/+3
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-112-2/+2
* test: mark test-tty-wrap as flaky for AIXMichael Dawson2017-01-051-0/+2
* test: add test for SIGWINCH handling by stdio.jsSarah Meyer2016-12-272-0/+31
* test: fail for missing output filesAnna Henningsen2016-12-121-2/+1
* test: add stdin-setrawmode.out fileJonathan Darling2016-12-091-0/+0
* test: add test for process.stdin.setRawMode()Jonathan Darling2016-12-051-0/+9
* test: exclude no_interleaved_stdio test for AIXMichael Dawson2016-11-251-0/+1
* test: skip pseudo-tty/no_dropped_stdio testMichael Dawson2016-09-122-2/+4
* test: mark pseudo-tty/no_dropped_stdio as flakyMichael Dawson2016-09-061-0/+3
* test: fix old tty testsJeremiah Senkpiel2016-07-114-25/+10
* test: move parallel/test-tty-* to pseudo-tty/Jeremiah Senkpiel2016-07-112-0/+43
* test: test TTY problems by fakeing a TTY using openptyJeremiah Senkpiel2016-06-015-0/+235