summaryrefslogtreecommitdiff
path: root/test/parallel
Commit message (Expand)AuthorAgeFilesLines
* stream: avoid drain for sync streamsRobert Nagy2020-04-286-9/+15
* vm: add importModuleDynamically option to compileFunctionGus Caplan2020-04-281-1/+18
* test: better error validations for event-captureAdrian Estrada2020-04-281-2/+10
* test: refactor events tests for invalid listenersAdrian Estrada2020-04-285-44/+20
* test: test-async-wrap-constructor prefer forEachDaniel Estiven Rico Posada2020-04-281-4/+5
* stream: fix broken pipeline testRobert Nagy2020-04-281-1/+1
* stream: pipeline should only destroy un-finished streamsRobert Nagy2020-04-281-1/+94
* stream: finished should complete with read-only DuplexRobert Nagy2020-04-281-1/+33
* fs: update validateOffsetLengthRead in utils.jsdaemon10242020-04-271-4/+17
* http2: refactor and cleanup http2James M Snell2020-04-271-5/+6
* test: mark test-child-process-fork-args as flaky on WindowsAndrey Pechkurov2020-04-271-0/+2
* stream: close iterator in Readable.fromVadzim Zieńka2020-04-271-0/+198
* test: changed function to arrow functionNimit2020-04-271-4/+4
* test: replace console.log/error() with debuglogdaemon10242020-04-171-8/+9
* worker: mention argument name in type check messageAnna Henningsen2020-04-171-1/+1
* process: suggest --trace-warnings when printing warningAnna Henningsen2020-04-172-3/+6
* test: replace equal with strictEqualJesus Hernandez2020-04-171-8/+8
* test: mark test-http2-reset-flood flaky on allSam Roberts2020-04-171-2/+2
* test: cover node entry type in perf_hooksJulian Duque2020-04-171-1/+3
* buffer: add type check in bidirectionalIndexOfGerhard Stoebich2020-04-141-0/+15
* tls: provide default cipher list from command lineAnna Henningsen2020-04-141-4/+6
* buffer: mark pool ArrayBuffer as untransferableAnna Henningsen2020-04-141-0/+20
* test: use symlinks to copy shellsJohn Kleinschmidt2020-04-141-2/+2
* worker: fix type check in receiveMessageOnPortAnna Henningsen2020-04-141-0/+8
* lib: fix return type of setTimeout in net.Socket龙腾道2020-04-141-4/+8
* src: use env->RequestInterrupt() for inspector MainThreadInterfaceAnna Henningsen2020-04-141-0/+6
* perf_hooks: allow omitted parameters in 'performance.measure'himself652020-04-141-0/+25
* test: replace console.log/error with debuglogAgustin Daguerre2020-04-141-2/+3
* util: add `maxStrLength` option to `inspect` functionunknown2020-04-141-0/+8
* test: make sure that inspector tests finishAnna Henningsen2020-04-148-9/+9
* src: initialize inspector before RunBootstrapping()Anna Henningsen2020-04-141-0/+28
* test: save test file in temporary directoryLuigi Pinca2020-04-141-1/+2
* test: fix check error name on error instancehimself652020-04-072-2/+2
* stream: complete pipeline with stdioRobert Nagy2020-04-071-0/+29
* Revert "test: mark empty udp tests flaky on OS X"Luigi Pinca2020-04-071-7/+0
* test: remove unused variables on async hook testJulian Duque2020-04-071-1/+1
* test: check that --expose-internals is disallowed in NODE_OPTIONSJuan José Arboleda2020-04-071-0/+2
* test: refactor test-workerhimself652020-04-072-5/+7
* test: add Worker initialization failure test caseHarshitha KP2020-04-071-0/+67
* test: refactor test-http2-buffersizeRich Trott2020-04-071-19/+18
* test: replace console.error() with debuglog callsRich Trott2020-04-071-4/+5
* src,test: add regression test for nested Worker terminationAnna Henningsen2020-04-071-0/+15
* test: add a missing common.mustCallHarshitha KP2020-04-071-2/+2
* test: remove unnecessary console.log() callsJuan José Arboleda2020-04-071-5/+1
* worker: support MessagePort to workers dataJuan José Arboleda2020-04-071-0/+60
* test: replace console.log() with debuglog()Juan José Arboleda2020-04-071-2/+3
* test: validate util.format when the value is 'Infinity'Andrés M. Gómez2020-04-071-0/+8
* util: only inspect error properties that are not visible otherwiseRuben Bridgewater2020-04-071-0/+22
* test: fix fs test-fs-utimes strictEqual arg orderBen Noordhuis2020-04-071-3/+3
* fs: make parameters optional for readSyncLucas Holmquist2020-04-071-0/+27