Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-13test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis
2019-12-13test: disable colorMode in test-console-groupRich Trott
2019-12-13http2: forward debug message in debugStreamObjDenys Otrishko
2019-12-13src: accept single argument in getProxyDetailsRuben Bridgewater
2019-12-13test: assert: fix deepStrictEqual comparing a real array and fake arrayJordan Harband
2019-12-11test: wait for stream close before writing to fileAnna Henningsen
2019-12-11benchmark: improve `--filter` pattern matchingMatheus Marchini
2019-12-11test: use fs rimraf to refresh tmpdircjihrig
2019-12-10module: fix require in node replZYSzys
2019-12-10test: refactor test-accessor-propertieshimself65
2019-12-10repl: support previews by eager evaluating inputRuben Bridgewater
2019-12-09test: scale keepalive timeouts for slow machinesBen Noordhuis
2019-12-09src: improve checked uv loop close outputAnna Henningsen
2019-12-09test: mark tests as flakyJoão Reis
2019-12-09http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-12-09test: mark addons/openssl-bindings/test flaky on armRichard Lau
2019-12-09test: improve WASI options validationRich Trott
2019-12-09lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-09lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-09test: remove common.busyLoop()cjihrig
2019-12-09util: add internal sleep() functioncjihrig
2019-12-09module: fix dynamic import from evalCorey Farrell
2019-12-09test: run more assert testsRuben Bridgewater
2019-12-09assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-09util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-09util: improve performance inspecting proxiesRuben Bridgewater
2019-12-09benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-09util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-09util: improve inspect's customInspect performanceRuben Bridgewater
2019-12-09repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-12-09test: use callback arguments in getconnections testRich Trott
2019-12-09module: fixup lint and test regressionsGuy Bedford
2019-12-09module: ignore resolution failures for inspect-brkMaël Nison
2019-12-09lib,test: improves ERR_REQUIRE_ESM messageJuan José Arboleda
2019-12-09test: improve wasi test coverageRich Trott
2019-12-09test: simplify tmpdir import in wasi testsRich Trott
2019-12-09module: add warnings for experimental flagsRongjian Zhang
2019-12-09test: remove duplicate entries from root.statusRichard Lau
2019-12-09esm: make specifier flag clearly experimentalMyles Borins
2019-12-09test: increase debugging information in subprocess testRich Trott
2019-12-09fs: fix existsSync for invalid symlink at win32Rongjian Zhang
2019-12-09worker: add argv constructor optionlegendecas
2019-12-09tls: expose IETF name for current cipher suiteSam Roberts
2019-12-09test: use block-scoping in test-net-server-addressRich Trott
2019-12-09test: move test-child-process-fork-getconnections to parallelRich Trott
2019-12-09test: change common.PORT to arbitrary portRich Trott
2019-12-09http2: implement capture rection for 'request' and 'stream' eventsMatteo Collina
2019-12-09tls: implement capture rejections for 'secureConnection' eventMatteo Collina
2019-12-09net: implement capture rejections for 'connection' eventMatteo Collina