summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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-1512-592/+646
* src: add cjs_module_lexer_version base64_versionJithil P Ponnan2023-05-151-0/+6
* esm: do not use `'beforeExit'` on the main threadAntoine du Hamel2023-05-151-0/+16
* http: prevent writing to the body when not allowed by HTTP specGerrard Lindsay2023-05-152-1/+103
* doc: fix broken link to TC39 import attributes proposalRich Trott2023-05-151-1/+1
* test: add getRandomValues return lengthJithil P Ponnan2023-05-151-0/+5
* worker: support more cases when (de)serializing errorsMoshe Atlow2023-05-151-0/+59
* test: unskip negative-settimeout.any.js WPTFilip Skokan2023-05-151-5/+1
* test_runner: fix ordering of test hooksPhil Nash2023-05-121-1/+6
* test,crypto: update WebCryptoAPI WPTFilip Skokan2023-05-127-22/+79
* test_runner: omit inaccessible files from coveragecjihrig2023-05-122-2/+21
* src: support V8 experimental shared values in messagingShu-yu Guo2023-05-121-0/+25
* child_process: use signal.reason in child process abortDebadree Chatterjee2023-05-123-3/+159
* buffer: combine checking range of sourceStart in `buf.copy`Deokjin Kim2023-05-122-3/+10
* url: improve `isURL` detectionYagiz Nizipli2023-05-121-0/+11
* test: use appropriate usages for a negative import testFilip Skokan2023-05-121-1/+1
* crypto: fix webcrypto private/secret import with empty usagesFilip Skokan2023-05-128-40/+79
* test: fix webcrypto wrap unwrap testsFilip Skokan2023-05-121-3/+3
* test: fix output tests when path includes node versionMoshe Atlow2023-05-124-12/+9
* node-api: get Node API version used by addonVladimir Morozov2023-05-126-6/+423
* test: reduce WPT concurrencyFilip Skokan2023-05-123-4/+5
* module: block requiring `test/reporters` without schemeMoshe Atlow2023-05-121-18/+33
* src: fix creating an ArrayBuffer from a Blob created with `openAsBlob`Daeyeon Jeong2023-05-121-0/+17
* sea: add option to disable the experimental SEA warningDarshan Sen2023-05-128-129/+325
* sea: allow requiring core modules with the "node:" prefixDarshan Sen2023-05-121-1/+16
* test: migrate a pseudo_tty test to use assertSnapshotMoshe Atlow2023-05-127-170/+81
* src: prefer data accessor of string and vectorMohammed Keyvanzadeh2023-05-121-4/+4
* doc,test: update the v8.startupSnapshot doc and test the exampleJoyee Cheung2023-05-122-35/+71
* test: fix WPT state when process exits but workers are still runningFilip Skokan2023-05-121-5/+2
* tools: fix jsdoc lintMoshe Atlow2023-05-123-4/+0
* test: migrate message tests to use assertSnapshotMoshe Atlow2023-05-1270-84/+274
* test: allow SIGBUS in signal-handler abort testMichaël Zasso2023-05-051-3/+6
* test: refactor to use `getEventListeners` in timersDeokjin Kim2023-05-033-9/+9
* http: remove internal error in assignSocketMatteo Collina2023-05-031-0/+6
* test: add and use tmpdir.hasEnoughSpace()Tobias Nießen2023-05-035-22/+52
* test_runner: fix --require with --experimental-loaderMoshe Atlow2023-05-031-0/+16
* v8: fix ERR_NOT_BUILDING_SNAPSHOT is not a constructorChengzhong Wu2023-05-032-0/+31
* doc,test: fix concurrency option of test()Tobias Nießen2023-05-031-0/+17
* test_runner: support combining coverage reportscjihrig2023-05-035-30/+147
* test: remove spaces from test runner test namesTobias Nießen2023-05-031-2/+2
* stream: prevent pipeline hang with generator functionsDebadree Chatterjee2023-05-031-0/+18
* dns: expose getDefaultResultOrderbtea2023-05-021-0/+24
* tls: accept SecureContext object in server.addContext()HinataKah02023-05-021-0/+75
* node-api: test passing NULL to napi_define_classGabriel Schulhof2023-05-025-1/+142
* test: refactor WPTRunner and enable parallel WPT executionFilip Skokan2023-05-023-166/+193
* test_runner: fix test runner concurrencyMoshe Atlow2023-05-024-3/+47