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-05-11module: add support for `URL` to `import.meta.resolve`Antoine du Hamel
2021-05-11fs: fix error when writing buffers > INT32_MAXZach Bjornson
2021-05-09test,repl: fix tests when inspector is disabledAntoine du Hamel
2021-05-09test: increase coverage for replZiJian Liu
2021-05-08test: call functions internallyVoltrex
2021-05-07test: increase coverage for HistogramZiJian Liu
2021-05-06test: improve fs coverageRongjian Zhang
2021-05-06fs: use `assert` in `fsCall` argument checkingRongjian Zhang
2021-05-06src: make workers messaging more resilientJuan José Arboleda
2021-05-06debugger: rename inspector-cli test module to debuggerRich Trott
2021-05-06lib: make `IterableWeakMap` safe to iterateAntoine du Hamel
2021-05-06test: skip tests for openssl-3.0.0-alpha15Daniel Bevenius
2021-05-06test: update OpenSSL 3.0.0-alpha15 error messagesDaniel Bevenius
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-05-05test: complete coverage of querystringRongjian Zhang
2021-05-05test: increase coverage for AbortControllerZiJian Liu
2021-05-05test: increase coverage for BlobZiJian Liu
2021-05-05node-api: faster threadsafe_functionFedor Indutny
2021-05-04test: run message and pseudo-tty tests in parallelRichard Lau
2021-05-04test: move test-net-connect-econnrefused from pummel to sequentialRich Trott
2021-05-03test: fix flaky inspector-cli tests when breakpionts are restoredRich Trott
2021-05-03stream: the position of _read() is wronghelloyou2012
2021-05-02test,readline: improve tab completion coverageAntoine du Hamel
2021-05-02test: fix `common.mustCall` `length` and `name` propertiesAntoine du Hamel
2021-05-02zlib: fix brotli flush rangeXadillaX
2021-04-30test: address deprecation warningRich Trott
2021-04-30perf_hooks: add toJSON to performance classYash Ladha
2021-04-30util: fix infinite recursion during inspectionRuben Bridgewater
2021-04-30test: crypto KeyObject.from() ERR_INVALID_ARG_TYPEpezhmanparsaee
2021-04-30test: fix flaky test-crypto-timing-safe-dqual-benchmarksRich Trott
2021-04-30punycode: add pending deprecationAntoine du Hamel
2021-04-30deps: update to cjs-module-lexer@1.2.1Guy Bedford
2021-04-29test: update url Web Platform TestsLeko
2021-04-28doc: indicate that abort tests do not generate core filesRich Trott
2021-04-28src: fix validation of negative offset to avoid abortJames M Snell
2021-04-28tools: remove fixer for non-ascii-character ESLint custom ruleRich Trott
2021-04-28crypto: don't crash with some selfsigned certsNils Dralle
2021-04-27debugger: align message with Node.js standardRich Trott
2021-04-27perf_hooks: fix PerformanceObserver 'gc' crashJames M Snell
2021-04-27test: move abort test from pummel to abort directoryRich Trott
2021-04-27test: move slower tests into pummel and skip on slow devicesRich Trott
2021-04-27test: skip some pummel tests on slower machinesRich Trott
2021-04-26crypto: fix generateKeyPair type checksNitzan Uziely
2021-04-26fs: aggregate errors in fsPromises to avoid error swallowingNitzan Uziely
2021-04-26crypto: fix scrypt keylen validationAntoine du Hamel
2021-04-26tools: update ESLint to 7.25.0cjihrig
2021-04-26lib: add support for JSTransferable as a mixinJames M Snell
2021-04-26test: fix test to allow quictls fork of OpenSSL 3Richard Lau
2021-04-26src: print arbitrary javascript exception value in node reportlegendecas
2021-04-26deps: update llhttp to 6.0.1Fedor Indutny