summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis2020-02-065-46/+7
* test: wait for stream close before writing to fileAnna Henningsen2020-02-061-0/+11
* test: use fs rimraf to refresh tmpdircjihrig2020-02-061-47/+1
* module: fix require in node replZYSzys2020-02-062-24/+84
* test: improve WASI options validationRich Trott2020-02-061-3/+3
* test: run more assert testsRuben Bridgewater2020-02-061-16/+9
* assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater2020-02-061-0/+66
* util: add more predefined color codes to inspect.colorsRuben Bridgewater2020-02-061-0/+28
* util: improve inspect's customInspect performanceRuben Bridgewater2020-02-061-2/+7
* repl: use better uncaught exceptions indicatorRuben Bridgewater2020-02-069-83/+69
* test: improve wasi test coverageRich Trott2020-02-061-0/+22
* test: simplify tmpdir import in wasi testsRich Trott2020-02-062-2/+2
* worker: add argv constructor optionlegendecas2020-02-061-0/+49
* http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina2020-02-061-0/+152
* tls: implement capture rejections for 'secureConnection' eventMatteo Collina2020-02-061-0/+34
* net: implement capture rejections for 'connection' eventMatteo Collina2020-02-061-0/+27
* http: add captureRejection support to OutgoingMessageMatteo Collina2020-02-061-0/+89
* http: implement capture rejections for 'request' eventMatteo Collina2020-02-061-0/+108
* stream: add support for captureRejection optionMatteo Collina2020-02-061-0/+52
* events: add captureRejection optionMatteo Collina2020-02-061-0/+297
* build: add --without-node-code-cache configure optionJoyee Cheung2020-02-061-4/+3
* wasi: introduce initial WASI supportcjihrig2020-02-0652-0/+7065
* module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung2020-02-0619-20/+47
* test: use arrow functions in addons testsgarygsc2020-02-0613-23/+23
* stream: use more accurate end-of-stream writable and readable detectionStewart Addison2020-02-061-0/+49
* Revert "test: update postmortem metadata test for V8 7.7"Matheus Marchini2020-02-061-4/+4
* n-api: keep napi_env alive while it has finalizersAnna Henningsen2020-02-061-0/+14
* https: prevent options object from being mutatedVighnesh Raut2020-02-061-0/+24
* test: use spread objectFran Herrero2020-02-0623-31/+31
* errors: support prepareSourceMap with source-mapsbcoe2020-02-061-0/+19
* benchmark: add benchmark on async_hooks enabled http serverlegendecas2020-02-061-0/+2
* test: log errors in test-http2-propagate-session-destroy-codeDenys Otrishko2020-02-061-4/+4
* zlib: allow writes after readable 'end' to finishAnna Henningsen2020-02-061-0/+16
* benchmark: include writev in benchmarkRobert Nagy2020-02-061-0/+2
* test: skip the unsupported test cases for IBM iXu Meng2020-02-0628-21/+106
* src: port --bash-completion to C++Joyee Cheung2020-02-061-6/+16
* tls: add PSK supportDenys Otrishko2020-02-064-0/+277
* src,test: use v8::Global instead of v8::PersistentAnna Henningsen2020-02-062-18/+17
* test: unflake async hooks statwatcher testDenys Otrishko2020-02-062-42/+53
* test: fix common.enoughTestMemRich Trott2020-02-061-1/+1
* test: fix long linescjihrig2020-02-062-2/+4
* test: fix flaky test-http2-client-uploadGerhard Stoebich2020-02-061-6/+11
* test: improve test coverage in child_processJuan José Arboleda2020-02-061-4/+16
* cli: add --trace-exit cli optionlegendecas2020-02-061-0/+59
* process: refs --unhandled-rejections documentation in warning messageAntoine du HAMEL2020-02-062-2/+8
* process: fix promise catchingRongjian Zhang2020-02-061-0/+12
* test: improve dns lookup coverageKirill Ponomarev2020-02-061-0/+139
* test: avoid leftover report fileGerhard Stoebich2020-02-061-1/+5
* test: improve assertion error message in test-debug-usageRich Trott2020-02-061-1/+4
* test: disable colorMode in test-console-groupRich Trott2020-02-061-1/+3