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-03-02test: remove FLAKY status for test-http2-multistream-destroy-on-read-tlsRich Trott
2021-03-02test: make status file names consistentRich Trott
2021-03-02test: account for pending deprecations in esm testRich Trott
2021-03-02workers: fix spawning from preload scriptsJames M Snell
2021-02-28stream: move duplicated code to an internal moduleRich Trott
2021-02-28worker: fix interaction of terminate() with messaging portAnna Henningsen
2021-02-28child_process: fix spawn and fork abort behaviorNitzan Uziely
2021-02-28stream: add AbortSignal support to finishedNitzan Uziely
2021-02-28crypto: check ed/x webcrypto key import algorithm namesFilip Skokan
2021-02-28crypto: make FIPS related options always awailableVít Ondruch
2021-02-28fs: fixup negative length in fs.truncateJames M Snell
2021-02-28test: fix incorrect timers-promisified casettzztztz
2021-02-28test: fix typo in test_node_crypto.ccIkko Ashimine
2021-02-28test: remove FLAKY for test-http2-compat-client-upload-rejectRich Trott
2021-02-28test: validate no debug info for http2Michael Dawson
2021-02-28test: remove FLAKY designation for test-http2-client-upload-rejectRich Trott
2021-02-28test: clarify usage of tmpdir.refresh()Darshan Sen
2021-02-28test,child_process: add check for `subProcess.pid`dr-js
2021-02-28test: update upload.zip to be uncorruptedGreg Ziskind
2021-02-28test: fix flaky test-worker-profRich Trott
2021-02-28tools: make comma-dangle ESLint rule more stringent …Rich Trott
2021-02-28bootstrap: include v8 module into the builtin snapshotJoyee Cheung
2021-02-28node-api: force env shutdown deferring behaviorGabriel Schulhof
2021-02-28module: improve support of data: URLsAntoine du Hamel
2021-02-28test: fix flaky test-webcrypto-encrypt-decrypt-aesDarshan Sen
2021-02-28stream: add AbortSignal to promisified pipelineNitzan Uziely
2021-02-28buffer: make Blob's constructor more spec-compliantMichaël Zasso
2021-02-28buffer: make Blob's slice method more spec-compliantMichaël Zasso
2021-02-28test: fix flaky test-fs-promises-file-handle-readRich Trott
2021-02-20http2: add unknownProtocol timeoutDaniel Bevenius
2021-02-16test: fix test-doctool-htmlAntoine du Hamel
2021-02-16tools: refactor prefer-primordialsAntoine du Hamel
2021-02-16test: enable no-restricted-syntax rule for test-timers-promisifiedRich Trott
2021-02-16policy: fix cascade getting scopeBradley Farias
2021-02-16fs: add fsPromises.watch()James M Snell
2021-02-16buffer: add @@toStringTag to Blobcjihrig
2021-02-16perf_hooks: introduce createHistogramJames M Snell
2021-02-16url: fix definitions of `URL`/`SearchParams` methods and accessorsExE Boss
2021-02-16async_hooks: set unhandledRejection async contextSajal Khandelwal
2021-02-16test: re-implement promises.setInterval() test robustlyRich Trott
2021-02-16errors: align source-map stacks with specbcoe
2021-02-16node-api: allow retrieval of add-on file nameGabriel Schulhof
2021-02-16crypto: fix subtle.importKey JWK OKP public key importFilip Skokan
2021-02-16lib: fix WebIDL `object` and dictionary type conversionExE Boss
2021-02-16test: only run prime test with supported OpenSSLTobias Nießen
2021-02-16crypto: avoid infinite loops in prime generationTobias Nießen
2021-02-16lib: add weak event handlersBenjamin Gruenbaum
2021-02-16crypto: fix and simplify prime option validationTobias Nießen
2021-02-16repl: add auto‑completion for dynamic import callsExE Boss
2021-02-16fs: allow passing negative zero fdDarshan Sen