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-15test: improve dns lookup coverageKirill Ponomarev
2019-12-15util: add Set and map size to inspect outputRuben Bridgewater
2019-12-15util: refactor inspect code for constistencyRuben Bridgewater
2019-12-15test: avoid leftover report fileGerhard Stoebich
2019-12-15test: add missing test flagscjihrig
2019-12-15stream: do not throw multiple callback errors in writableRobert Nagy
2019-12-15test: add test for validation for wasi.start() argumentRich Trott
2019-12-15src: unregister Isolate with platform before disposingAnna Henningsen
2019-12-15stream: do not chunk strings and Buffer in Readable.fromMatteo Collina
2019-12-15stream: ensure finish is emitted in next tickRobert Nagy
2019-12-14test: improve assertion error message in test-debug-usageRich Trott
2019-12-14test: make test-os-checked-function work without test harnessRich Trott
2019-12-14test: delay loading 'os' in test/common moduleRich Trott
2019-12-14stream: make all streams error in a pipelineMatteo Collina
2019-12-14http,https: increase server headers timeoutTim Costa
2019-12-13util: inspect (user defined) prototype propertiesRuben Bridgewater
2019-12-13module: conditional exports import conditionGuy Bedford
2019-12-12test: work around ENOTEMPTY when cleaning tmp dirBen Noordhuis
2019-12-12test: disable colorMode in test-console-groupRich Trott
2019-12-12src: migrate to new V8 ArrayBuffer APIThang Tran
2019-12-12http2: forward debug message in debugStreamObjDenys Otrishko
2019-12-12src: accept single argument in getProxyDetailsRuben Bridgewater
2019-12-12test: assert: fix deepStrictEqual comparing a real array and fake arrayJordan Harband
2019-12-10test: wait for stream close before writing to fileAnna Henningsen
2019-12-10benchmark: improve `--filter` pattern matchingMatheus Marchini
2019-12-10test: 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-08src: improve checked uv loop close outputAnna Henningsen
2019-12-08test: mark tests as flakyJoão Reis
2019-12-08http2: track nghttp2-allocated memory in heap snapshotAnna Henningsen
2019-12-08test: mark addons/openssl-bindings/test flaky on armRichard Lau
2019-12-07test: improve WASI options validationRich Trott
2019-12-07lib: add parent to ERR_UNKNOWN_FILE_EXTENSIONqualitymanifest
2019-12-07lib: add warning on dynamic import es modulesJuan José Arboleda
2019-12-07test: remove common.busyLoop()cjihrig
2019-12-07util: add internal sleep() functioncjihrig
2019-12-07module: fix dynamic import from evalCorey Farrell
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07test: run more assert testsRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-12-07util: never trigger any proxy traps using `format()`Ruben Bridgewater
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-12-06repl: use better uncaught exceptions indicatorRuben Bridgewater
2019-12-05test: use callback arguments in getconnections testRich Trott