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
2018-12-06http: destroy the socket on parse errorLuigi Pinca
2018-12-03test: remove unused catch bindingscjihrig
2018-12-03test: disable color formating for test-internal-errors.jsRefael Ackermann
2018-12-03test: add crypto check to test-benchmark-http2Daniel Bevenius
2018-12-03net: `net.Server.listen()` avoid operations on `null` when failOuyang Yadong
2018-12-03test: increase --stack_size test-async-wrap-popDaniel Bevenius
2018-12-03test: assert that invalidcmd throws error codeJerome Covington
2018-12-03test: fix strictEqual arguments orderEsteban Sotillo
2018-12-03test: add property for RangeError in test-buffer-copymritunjaygoutam12
2018-12-03child_process: handle undefined/null for fork() argsShobhit Chittora
2018-12-03test: fix test-fs-watch-system-limitAli Ijaz Sheikh
2018-11-29test: run code cache test by default and test generatorJoyee Cheung
2018-11-29test: fix regression when compiled with FIPSAdam Majer
2018-11-29test: fix strictEqual() argument orderLoic
2018-11-29test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen
2018-11-29test: add test-benchmark-napiEmily Marigold Klassen
2018-11-29stream: do not error async iterators on destroy(null)Matteo Collina
2018-11-29stream: ended streams should resolve the async iterationMatteo Collina
2018-11-29stream: async iteration should work with destroyed streamMatteo Collina
2018-11-29test: increase coverage of internal/stream/end-of-streamTyler Vann-Campbell
2018-11-29test: fix strictEqual() arguments orderNolan Rigo
2018-11-29test: fix invalid modulesLength for DSA keygenAdam Majer
2018-11-29deps: icu: apply workaround patchSteven R. Loomis
2018-11-29test: fix test-require-symlink on WindowsBartosz Sosnowski
2018-11-29test: fix strictEqual() argument orderRomain Lanz
2018-11-29test: fix strictEqual() arguments orderThomas GENTILHOMME
2018-11-29crypto: strip unwanted space from openssl versionSam Roberts
2018-11-29test: fix assertion arguments orderElian Gutierrez
2018-11-29test: add blocks and comments to fs-promises testsIan Sutherland
2018-11-29test: add a test for `tls.Socket` with `allowHalfOpen`Ouyang Yadong
2018-11-29tls: close StreamWrap and its stream correctlyOuyang Yadong
2018-11-29test: increase coverage for readfile with withFileTypeschristian-bromann
2018-11-29test: skip failing tests for osx mojavejn99
2018-11-29dns: fix inconsistent (hostname vs host)Ulises Gascón
2018-11-29src: trace_event: secondary storage for metadataAli Ijaz Sheikh
2018-11-29util: handle null prototype on inspectAnto Aravinth
2018-11-29test: enable trace-events tests for workersRichard Lau
2018-11-29async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-11-29test: improve test coverage for fs modulegarrik.leonardo@gmail.com
2018-11-29test: fix argument order in assertionIllescas, Ricardo
2018-11-29test: reversed params in assert.strictEqual()Dusan Radovanovic
2018-11-29test: correct order of args in buffer compareJames Irwin
2018-11-29test: check codes of thrown errorsNancy Truong
2018-11-29tools,test: add list of slow testsRefael Ackermann
2018-11-29tools,test: cleanup and dedup codeRefael Ackermann
2018-11-29test: fix strictEqual arguments orderJonathan Samines
2018-11-29zlib: refactor zlib internalsAnna Henningsen
2018-11-29test: add test coverage for fs.truncatechristian-bromann
2018-11-29test: use smaller keys for a faster keygen testSam Roberts
2018-11-29test: increased code coverage for slowCasesJared Haines