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
2021-11-13async_hooks: expose async_wrap providersRafael Gonzaga
2021-11-12fs: nullish coalescing to respect zero positional readsOmar El-Mihilmy
2021-11-11test: fix flaky test-policy-integrityRich Trott
2021-11-10src: add x509.fingerprint512 to crypto module3nprob
2021-11-10http: change totalSocketCount only on socket creation/closeSubhi Al Hasan
2021-11-09test: add semicolons for linter updateRich Trott
2021-11-08test: disable warnings to fix flaky testAntoine du Hamel
2021-11-08test: skip macos sandbox test with builtin modules pathMichaël Zasso
2021-11-06test: add semicolon after chunk sizeLuigi Pinca
2021-11-04test: deflake http2-cancel-while-client-readingLuigi Pinca
2021-11-04tools: fix bug in `prefer-primordials` ESLint ruleAntoine du Hamel
2021-11-04esm: add support for JSON import assertionAntoine du Hamel
2021-11-02test: avoid deep comparisons with literalsTobias Nießen
2021-11-02test,doc: correct documentation for runBenchmark()Rich Trott
2021-11-01v8: multi-tenant promise hook apiStephen Belanger
2021-11-01test: mark test-policy-integrity flaky on WindowsRich Trott
2021-11-01test: fix test-datetime-change-notify after daylight changePiotr Rybak
2021-10-31tools: avoid unnecessary escaping in markdown formatterRich Trott
2021-10-30test: test `crypto.setEngine()` using an actual engineDarshan Sen
2021-10-28test: use conventional argument order in assertionTobias Nießen
2021-10-262021-10-26, Version 16.13.0 'Gallium' (LTS)Richard Lau
2021-10-25dgram: fix send with out of bounds offset + lengthNitzan Uziely
2021-10-25http: response should always emit 'close'Robert Nagy
2021-10-25policy: fix message for invalid manifest specifierRich Trott
2021-10-25module: resolver & spec hardening /w refactoringGuy Bedford
2021-10-21lib: fix regular expression to detect `/` and `\`Francesco Trotta
2021-10-20stream: support array of streams in promises pipelineMestery
2021-10-20test: adjust CLI flags test to ignore blank lines in docRich Trott
2021-10-19test: fix test descriptionLuigi Pinca
2021-10-19lib: add return value for DC channel.unsubscribesimon-id
2021-10-19stream: fix fromAsyncGenRobert Nagy
2021-10-19test: split test-crypto-dh.jsJoyee Cheung
2021-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-17tools: add support for import assertions in linterAntoine du Hamel
2021-10-13test: replace common port with specific numberDaijiro Wachi
2021-10-13net: throw error to object mode in SocketDaijiro Wachi
2021-10-12http: add regression test for smuggling content lengthMatteo Collina
2021-10-12http: add regression test for chunked smugglingMatteo Collina
2021-10-12test: adapt test-repl to V8 9.5Michaël Zasso
2021-10-12test: remove test-v8-untrusted-code-mitigationsRoss McIlroy
2021-10-11deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius
2021-10-10test: fix typos in whatwg-webstreams explanationsTobias Nießen
2021-10-09test: add test for readStream.path when fd is specifiedQingyu Deng
2021-10-09test: replace .then chains with awaitgdccwxx
2021-10-09test: fix "test/common/debugger" identify async functiongdccwxx
2021-10-09test: improve test coverage of `fs.ReadStream` with `FileHandle`Antoine du Hamel
2021-10-09vm: add support for import assertions in dynamic importsAntoine du Hamel
2021-10-05crypto: remove incorrect constructor invocationgc
2021-10-05doc: format markdown files in test directoryRich Trott
2021-10-03test: fix typo in test/common/index.jsTobias Nießen