Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-04-24test: fix flaky HTTP server testsTobias Nießen
2022-04-24errors,vm: update error and use causeGus Caplan
2022-04-24build: enable V8's shared read-only heapMichaël Zasso
2022-04-23crypto: validate `this` in all webcrypto methods and gettersFilip Skokan
2022-04-23v8: export more fields in getHeapStatisticstheanarkh
2022-04-23lib,src: implement WebAssembly Web APITobias Nießen
2022-04-22test: use `assert.match()` instead of `assert(regex.test())`Antoine du Hamel
2022-04-21src: define fs.constants.S_IWUSR & S_IRUSR for WinLiviu Ionescu
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-20worker: add hasRef() to the handle objectDarshan Sen
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-19test: fix calculations in test-worker-resource-limitsJoyee Cheung
2022-04-19bootstrap: use the isolate snapshot in workersJoyee Cheung
2022-04-15test_runner: add initial CLI runnerColin Ihrig
2022-04-15test: remove the legacy url parser functionKohei Ueno
2022-04-15test: improve test coverage of internal/blobYoshiki Kurihara
2022-04-14test: delete test/pummel/test-repl-empty-maybelocal-crash.jsDarshan Sen
2022-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-13test: improve `internal/url.js` coverageYoshiki Kurihara
2022-04-12test: adapt message tests for V8 10.2Michaël Zasso
2022-04-12test: adapt test-worker-debug for V8 10.0Michaël Zasso
2022-04-12test: adapt test-v8-serdes for V8 9.9Michaël Zasso
2022-04-12tools,test: fix V8 initialization orderCamillo Bruni
2022-04-12test: only skip slow tests on Raspberry Pi devicesRichard Lau
2022-04-12buffer: fix `atob` input validationAustin Kelleher
2022-04-12test: allow numeric string for lookupService testDaeyeon Jeong
2022-04-12dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-10test: remove an unnecessary `undefined` in wptKhaidi Chu
2022-04-09test: simplify test-http-write-callbacks.jsTobias Nießen
2022-04-09src,inspector: fix empty MaybeLocal crashDarshan Sen
2022-04-08stream: remove thenable supportRobert Nagy
2022-04-08readline: fix question still called after closedXuguang Mei
2022-04-08fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros
2022-04-07node-api,src: fix module registration in MSVC C++Vladimir Morozov
2022-04-05v8: make v8.writeHeapSnapshot() error codes consistentDarshan Sen
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-04-04fs: fix write methods param validation and docsLivia Medeiros
2022-04-04tools: enable no-var ESLint rule for libRich Trott
2022-04-04crypto: cleanup validationMohammed Keyvanzadeh
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-04-04process: disallow some uses of Object.defineProperty() on process.envHimself65
2022-04-03lib: source maps filter null prefixFabian Cook
2022-04-03crypto: do not add undefined hash in webcrypto normalizeAlgorithmFilip Skokan
2022-04-03test: improve lib/internal/readline/promises.js coverageMURAKAMI Masahiko
2022-04-03test: remove hack for `atob` and `btoa` WPT testsAntoine du Hamel
2022-04-03lib: improve the coverage of the validatormawaregetsuka
2022-04-03test: pass data into napi_create_externalJoyee Cheung
2022-04-03test: improve `FileHandle.prototype.write` coverageAntoine du Hamel