summaryrefslogtreecommitdiff
path: root/test/parallel
Commit message (Expand)AuthorAgeFilesLines
* test: move `test-cluster-primary-error` flaky testHEADmainYagiz Nizipli2023-05-171-0/+4
* test: fix suite signalBenjamin Gruenbaum2023-05-171-1/+9
* test_runner: use v8.serialize instead of TAPMoshe Atlow2023-05-156-2608/+8
* vm: fix crash when setting __proto__ on context's globalThisFeng Yu2023-05-151-0/+13
* src: add cjs_module_lexer_version base64_versionJithil P Ponnan2023-05-141-0/+6
* http: prevent writing to the body when not allowed by HTTP specGerrard Lindsay2023-05-132-1/+103
* test: add getRandomValues return lengthJithil P Ponnan2023-05-131-0/+5
* worker: support more cases when (de)serializing errorsMoshe Atlow2023-05-121-0/+59
* net: fix family autoselection timeout handlingPaolo Insogna2023-05-111-3/+61
* test_runner: omit inaccessible files from coveragecjihrig2023-05-101-2/+4
* src: support V8 experimental shared values in messagingShu-yu Guo2023-05-091-0/+25
* child_process: use signal.reason in child process abortDebadree Chatterjee2023-05-083-3/+159
* net: only defer _final call when connectingJason Zhang2023-05-081-2/+5
* buffer: combine checking range of sourceStart in `buf.copy`Deokjin Kim2023-05-072-3/+10
* url: improve `isURL` detectionYagiz Nizipli2023-05-071-0/+11
* test: use appropriate usages for a negative import testFilip Skokan2023-05-071-1/+1
* crypto: fix webcrypto private/secret import with empty usagesFilip Skokan2023-05-078-40/+79
* test: fix webcrypto wrap unwrap testsFilip Skokan2023-05-071-3/+3
* test: fix output tests when path includes node versionMoshe Atlow2023-05-054-12/+9
* src: throw DataCloneError on transfering untransferable objectsChengzhong Wu2023-05-054-8/+40
* module: block requiring `test/reporters` without schemeMoshe Atlow2023-05-051-18/+33
* src: fix creating an ArrayBuffer from a Blob created with `openAsBlob`Daeyeon Jeong2023-05-041-0/+17
* sea: add option to disable the experimental SEA warningDarshan Sen2023-05-043-124/+89
* test: migrate a pseudo_tty test to use assertSnapshotMoshe Atlow2023-05-041-4/+9
* doc,test: update the v8.startupSnapshot doc and test the exampleJoyee Cheung2023-05-031-4/+16
* test: refactor to use `getEventListeners` in timersDeokjin Kim2023-05-033-9/+9
* http: remove internal error in assignSocketMatteo Collina2023-05-021-0/+6
* test: add and use tmpdir.hasEnoughSpace()Tobias Nießen2023-05-012-22/+33
* test_runner: fix --require with --experimental-loaderMoshe Atlow2023-04-291-0/+16
* v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructorChengzhong Wu2023-04-291-0/+26
* doc,test: fix concurrency option of test()Tobias Nießen2023-04-281-0/+17
* test_runner: support combining coverage reportscjihrig2023-04-281-30/+50
* test: remove spaces from test runner test namesTobias Nießen2023-04-271-2/+2
* stream: prevent pipeline hang with generator functionsDebadree Chatterjee2023-04-271-0/+18
* test: migrate message tests to use assertSnapshotMoshe Atlow2023-04-274-0/+160
* tls: accept SecureContext object in server.addContext()HinataKah02023-04-261-0/+75
* test_runner: fix test runner concurrencyMoshe Atlow2023-04-242-3/+21
* test_runner: fix test countingMoshe Atlow2023-04-241-4/+5
* http: add highWaterMark opt in http.createServerHinataKah02023-04-241-0/+47
* test_runner: add testNamePatterns to run apiatlowChemi2023-04-231-0/+16
* lib: disallow file-backed blob cloningJames M Snell2023-04-211-0/+12
* src: add v8 fast api for url canParseKhafra2023-04-201-0/+7
* fs: add support for mode flag to specify the copy behaviorTetsuharu Ohzeki2023-04-201-0/+104
* src: fix typo in process.env accessor error messageMoritz Raho2023-04-161-1/+1
* test_runner: fix spec skip detectionMoshe Atlow2023-04-161-8/+5
* url: handle URL.canParse without base parameterYagiz Nizipli2023-04-141-0/+21
* lib: use webidl DOMString converter in EventTargetKhafra2023-04-142-0/+13
* readline: fix issue with newline-less last lineIan Harris2023-04-142-0/+66
* url: validate URL constructor arg lengthKhafra2023-04-132-12/+19
* url: validate argument length in canParseKhafra2023-04-131-0/+12