summaryrefslogtreecommitdiff
path: root/test/pseudo-tty
Commit message (Expand)AuthorAgeFilesLines
* test: enable no-empty ESLint ruleRich Trott2022-02-051-1/+1
* test: avoid deep comparisons with literalsTobias Nießen2021-11-021-2/+2
* errors: disp ver on fatal except that causes exitDivlo2021-09-081-0/+2
* stream: error Duplex write/read if not writable/readableRobert Nagy2021-07-022-11/+13
* test: run message and pseudo-tty tests in parallelRichard Lau2021-05-041-0/+1
* test: add extra space in test failure outputQingyu Deng2021-04-031-2/+2
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-013-3/+3
* tty: validate file descriptor to avoid int32 overflowAntoine du Hamel2021-03-231-0/+1
* src: use node:moduleName as builtin module filenameMichaël Zasso2020-10-072-7/+7
* test: make .out checks embedder-friendlyShelley Vohr2020-09-053-3/+3
* process: suggest --trace-warnings when printing warningAnna Henningsen2020-04-153-0/+3
* test: fix flaky test-trace-sigint-on-idleAnna Henningsen2020-02-091-5/+7
* tty: do not end in an infinite warning recursionRuben Bridgewater2020-02-095-7/+21
* test: stricter assert color testRuben Bridgewater2020-02-091-8/+6
* src,lib: make ^C print a JS stack tracelegendecas2020-01-286-0/+109
* repl: implement reverse searchRuben Bridgewater2019-12-252-5/+11
* tty: truecolor check moved before 256 checkDuncan Healy2019-11-281-0/+1
* repl: check for NODE_REPL_EXTERNAL_MODULEGus Caplan2019-10-112-0/+15
* tools: make pty_helper.py python3-compatibleBen Noordhuis2019-08-191-1/+5
* readline: close dumb terminals on Control+Dcjihrig2019-08-171-1/+17
* test: refactor test using assert instead of try/catchJuan Bedoya2019-07-301-13/+13
* test: improve variable names in pty_helper.pyAnna Henningsen2019-07-171-17/+17
* test: fix pty test hangs on aixBen Noordhuis2019-07-155-40/+109
* test: skip pseudo-tty tests on AIXSam Roberts2019-07-041-0/+29
* test: skip tests related to CI failures on AIXSam Roberts2019-07-021-0/+4
* assert: print more lines in the error diffRuben Bridgewater2019-06-121-1/+2
* test: remove test-tty-wrap from status fileRich Trott2019-06-101-2/+0
* process: inspect error in case of a fatal exceptionRuben Bridgewater2019-05-162-0/+24
* assert: refine assertion messageRuben Bridgewater2019-05-051-1/+1
* test: do not strip left whitespace in pseudo-tty testsRuben Bridgewater2019-04-192-7/+7
* util: highlight stack framesRuben Bridgewater2019-04-152-0/+48
* tools: python: ignore instead of select flake8 rulesRefael Ackermann2019-04-131-25/+16
* repl: check colors with .getColorDepth()Vladislav Kaminsky2019-03-212-0/+29
* readline: support TERM=dumbVladislav Kaminsky2019-03-212-0/+24
* console: don't use ANSI escape codes when TERM=dumbVladislav Kaminsky2019-03-212-0/+13
* tty: add NO_COLOR and FORCE_COLOR supportRuben Bridgewater2019-03-192-2/+17
* tty: add hasColors functionRuben Bridgewater2019-03-052-0/+22
* tty: improve color detectionRuben Bridgewater2019-03-031-3/+9
* test: always activate colors if necessaryRuben Bridgewater2019-03-031-0/+4
* test: add assert test for position indicatorRich Trott2019-02-112-0/+18
* test: remove unused uncaughtException handlerAnna Henningsen2019-01-271-7/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-172-2/+2
* test: prepare test/pseudo-tty/testcfg.py Python 3cclauss2018-12-111-1/+7
* test: prepare test/pseudo-tty/testcfg.py for Python 3cclauss2018-12-061-1/+6
* console: lazy load process.stderr and process.stdoutJoyee Cheung2018-11-291-1/+1
* test: use print() function on both Python 2 and 3cclauss2018-11-191-11/+12
* test: assert diff no colorFlorin-Daniel BÎLBÎE2018-11-132-0/+19
* test: fix uses of deprecated assert.fail with multiple argsivan.filenko2018-11-101-1/+0
* test: use assert.strictEqual instead of assert.equalivan.filenko2018-11-101-4/+4
* tools,test: cleanup and dedup codeRefael Ackermann2018-10-161-10/+1