summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
AgeCommit message (Expand)Author
2019-01-27test: remove unused uncaughtException handlerAnna Henningsen
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-11test: prepare test/pseudo-tty/testcfg.py Python 3cclauss
2018-12-06test: prepare test/pseudo-tty/testcfg.py for Python 3cclauss
2018-11-29console: lazy load process.stderr and process.stdoutJoyee Cheung
2018-11-19test: use print() function on both Python 2 and 3cclauss
2018-11-13test: assert diff no colorFlorin-Daniel BÎLBÎE
2018-11-10test: fix uses of deprecated assert.fail with multiple argsivan.filenko
2018-11-10test: use assert.strictEqual instead of assert.equalivan.filenko
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