summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test: move `test-cluster-primary-error` flaky testHEADmainYagiz Nizipli2023-05-172-4/+4
* test: fix suite signalBenjamin Gruenbaum2023-05-172-10/+54
* test: fix parsing test flagsDaeyeon Jeong2023-05-171-3/+1
* test_runner: use v8.serialize instead of TAPMoshe Atlow2023-05-1510-2674/+100
* test: mark test-esm-loader-http-imports as flakyTobias Nießen2023-05-151-0/+4
* vm: fix crash when setting __proto__ on context's globalThisFeng Yu2023-05-151-0/+13
* test_runner: add shorthands to `test`Chemi Atlow2023-05-152-4/+52
* url: add value argument to has and delete methodsSankalp Shubham2023-05-1412-592/+646
* src: add cjs_module_lexer_version base64_versionJithil P Ponnan2023-05-141-0/+6
* esm: do not use `'beforeExit'` on the main threadAntoine du Hamel2023-05-141-0/+16
* http: prevent writing to the body when not allowed by HTTP specGerrard Lindsay2023-05-132-1/+103
* doc: fix broken link to TC39 import attributes proposalRich Trott2023-05-131-1/+1
* test: add getRandomValues return lengthJithil P Ponnan2023-05-131-0/+5
* worker: support more cases when (de)serializing errorsMoshe Atlow2023-05-121-0/+59
* test: unskip negative-settimeout.any.js WPTFilip Skokan2023-05-121-5/+1
* net: fix family autoselection timeout handlingPaolo Insogna2023-05-111-3/+61
* test_runner: fix ordering of test hooksPhil Nash2023-05-111-1/+6
* test,crypto: update WebCryptoAPI WPTFilip Skokan2023-05-107-22/+79
* test_runner: omit inaccessible files from coveragecjihrig2023-05-102-2/+21
* 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
* node-api: get Node API version used by addonVladimir Morozov2023-05-056-6/+423
* src: throw DataCloneError on transfering untransferable objectsChengzhong Wu2023-05-056-10/+48
* test: allow SIGBUS in signal-handler abort testMichaël Zasso2023-05-051-3/+6
* test: reduce WPT concurrencyFilip Skokan2023-05-053-4/+5
* 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-048-129/+325
* sea: allow requiring core modules with the "node:" prefixDarshan Sen2023-05-041-1/+16
* test: migrate a pseudo_tty test to use assertSnapshotMoshe Atlow2023-05-047-170/+81
* src: prefer data accessor of string and vectorMohammed Keyvanzadeh2023-05-031-4/+4
* doc,test: update the v8.startupSnapshot doc and test the exampleJoyee Cheung2023-05-032-35/+71
* test: fix WPT state when process exits but workers are still runningFilip Skokan2023-05-031-5/+2
* test: refactor to use `getEventListeners` in timersDeokjin Kim2023-05-033-9/+9
* http: remove internal error in assignSocketMatteo Collina2023-05-021-0/+6
* tools: fix jsdoc lintMoshe Atlow2023-05-023-4/+0
* test: add and use tmpdir.hasEnoughSpace()Tobias Nießen2023-05-015-22/+52
* test_runner: fix --require with --experimental-loaderMoshe Atlow2023-04-291-0/+16
* v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructorChengzhong Wu2023-04-292-0/+31
* doc,test: fix concurrency option of test()Tobias Nießen2023-04-281-0/+17
* test_runner: support combining coverage reportscjihrig2023-04-285-30/+147
* 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