summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
AgeCommit message (Expand)Author
2019-11-28tty: truecolor check moved before 256 checkDuncan Healy
2019-10-11repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan
2019-08-19tools: make pty_helper.py python3-compatibleBen Noordhuis
2019-08-17readline: close dumb terminals on Control+Dcjihrig
2019-07-30test: refactor test using assert instead of try/catchJuan Bedoya
2019-07-17test: improve variable names in pty_helper.pyAnna Henningsen
2019-07-15test: fix pty test hangs on aixBen Noordhuis
2019-07-04test: skip pseudo-tty tests on AIXSam Roberts
2019-07-02test: skip tests related to CI failures on AIXSam Roberts
2019-06-12assert: print more lines in the error diffRuben Bridgewater
2019-06-10test: remove test-tty-wrap from status fileRich Trott
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-05assert: refine assertion messageRuben Bridgewater
2019-04-19test: do not strip left whitespace in pseudo-tty testsRuben Bridgewater
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-13tools: python: ignore instead of select flake8 rulesRefael Ackermann
2019-03-21repl: check colors with .getColorDepth()Vladislav Kaminsky
2019-03-21readline: support TERM=dumbVladislav Kaminsky
2019-03-21console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky
2019-03-19tty: add NO_COLOR and FORCE_COLOR supportRuben Bridgewater
2019-03-05tty: add hasColors functionRuben Bridgewater
2019-03-03tty: improve color detectionRuben Bridgewater
2019-03-03test: always activate colors if necessaryRuben Bridgewater
2019-02-11test: add assert test for position indicatorRich Trott
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