summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: migrate message tests to use assertSnapshotMoshe Atlow2023-04-2770-84/+274
* quic: add additional QUIC implementationJames M Snell2023-04-261-0/+2
* dns: expose getDefaultResultOrderbtea2023-04-261-0/+24
* tls: accept SecureContext object in server.addContext()HinataKah02023-04-261-0/+75
* node-api: test passing NULL to napi_define_classGabriel Schulhof2023-04-265-1/+142
* test: refactor WPTRunner and enable parallel WPT executionFilip Skokan2023-04-253-166/+193
* test_runner: fix test runner concurrencyMoshe Atlow2023-04-244-3/+47
* test_runner: fix test countingMoshe Atlow2023-04-244-8/+18
* http: add highWaterMark opt in http.createServerHinataKah02023-04-241-0/+47
* test_runner: fix nested hooksMoshe Atlow2023-04-232-10/+8