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
2020-04-06test: remove unused variables on async hook testJulian Duque
2020-04-06test: check that --expose-internals is disallowed in NODE_OPTIONSJuan José Arboleda
2020-04-06test: refactor test-workerhimself65
2020-04-06test: add Worker initialization failure test caseHarshitha KP
2020-04-05test: fix tool path in test-doctool-versions.jsRichard Lau
2020-04-05test: copy addons .gitignore to test/abort/Anna Henningsen
2020-04-05test: refactor test-http2-buffersizeRich Trott
2020-04-04test: skip crypto test on arm buildbotsBen Noordhuis
2020-04-03stream: use callback to properly propagate errorRobert Nagy
2020-04-03test: replace console.error() with debuglog callsRich Trott
2020-04-03src,test: add regression test for nested Worker terminationAnna Henningsen
2020-04-03module: expose exports conditions to loadersJan Krems
2020-04-03test: add a missing common.mustCallHarshitha KP
2020-04-03test: remove unnecessary console.log() callsJuan José Arboleda
2020-04-03worker: support MessagePort to workers dataJuan José Arboleda
2020-04-03test: replace console.log() with debuglog()Juan José Arboleda
2020-04-03test: validate util.format when the value is 'Infinity'Andrés M. Gómez
2020-04-03net: autoDestroy SocketRobert Nagy
2020-04-02util: only inspect error properties that are not visible otherwiseRuben Bridgewater
2020-04-02test: fix fs test-fs-utimes strictEqual arg orderBen Noordhuis
2020-04-02fs: make parameters optional for readSyncLucas Holmquist
2020-04-02test: replace flag expose_internals to expose-internalsJuan José Arboleda
2020-04-02test: use common.mustCall in test-worker-esm-exithimself65
2020-04-02test: use template strings in parallel testsDaniel Estiven Rico Posada
2020-04-02test: add known issues test for #31733Ben Noordhuis
2020-04-02test: wait for message from parent in embedding cctestAnna Henningsen
2020-04-02src: move JSONWriter into its own fileAnna Henningsen
2020-04-02embedding: provide hook for custom process.exit() behaviourAnna Henningsen
2020-04-02http: fix incorrect headersTimeout measurementAlex R
2020-04-02worker: do not emit 'exit' events during process.exit()Anna Henningsen
2020-04-01test: mark test-http2-reset-flood flaky on bsdMyles Borins
2020-04-01test: add test-worker-prof to the SLOW list for debugMyles Borins
2020-04-01net: wait for shutdown to complete before closingRobert Nagy
2020-04-01module: path-only CJS exports extension searchingGuy Bedford
2020-04-01src: runtime deprecate process.umask()cjihrig
2020-04-01tools: only fetch previous versions when necessaryRichard Lau
2020-03-31test: refactor test-http-information-processingRich Trott
2020-03-31src: handle report options on fatalerrorSam Roberts
2020-03-30dns: add dns.ALL hints flag constantmurgatroid99
2020-03-30crypto: clear openssl error stack after en/decryptBen Noordhuis
2020-03-30fs: fix fs.read when passing null valuehimself65
2020-03-30test: fix a typo on test-fs-read-optional-paramshimself65
2020-03-30test: skip a wasi test on IBMi PASEXu Meng
2020-03-30test: harden the tick sampling logicHarshitha KP
2020-03-30http: don't emit 'readable' after 'close'Robert Nagy
2020-03-30test: als variant of test-timers-clearImmediateHarshitha KP
2020-03-30test: skip some binding tests on IBMi PASEXu Meng
2020-03-30fs: add fs.readv()Sk Sajidul Kadir
2020-03-30util: fix inspecting document.allGus Caplan
2020-03-30src: add aliased-buffer-overflow abort testChristian Niederer