summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2018-01-03test: update references to archived repositoryTobias Nießen
2017-12-26test: remove undefined functionRich Trott
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-12-21test: fix buggy getTTYfd() implementationRich Trott
2017-12-21test: remove getTTYfd() from common moduleRich Trott
2017-12-18http2: cleanup Http2Stream/Http2Session destroyJames M Snell
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-12-15util: allow wildcards in NODE_DEBUG variableTyler
2017-12-13test: expand test-https-keep-alive-large-writeAnna Henningsen
2017-12-12test: fix flaky test-child-process-pass-fdRich Trott
2017-12-12src: fix inspector nullptr deref on abrupt exitBen Noordhuis
2017-12-11test: refactor test-child-process-pass-fdRich Trott
2017-12-11test: replace assert.throws w/ common.expectsErrorAnatoli Papirovski
2017-12-05test: remove common.PORT from parallel testsRich Trott
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-26test: use common.crashOnUnhandledRejectionyozian
2017-11-22test: add crashonUnhandledRejectiondanielLin
2017-11-22test: clean up inappropriate languageGus Caplan
2017-11-21test: remove unused parameter in test-next-tick-error-spin.jsFrancois KY
2017-11-21test: remove unused parameterFran Herrero
2017-11-21test: remove unused variablePierre-Loic Doulcet
2017-11-21test: remove unused variableGuillaume Flandre
2017-11-21test: remove unused parameterFrançois Descamps
2017-11-21test: remove unused parameterXavier Balloy
2017-11-21inspector: no async tracking for promisesAnna Henningsen
2017-11-21http2: major update to internalsJames M Snell
2017-11-20src: inspector context name = program title + pidBen Noordhuis
2017-11-20test: make debugging of inspector-port-zero easierGibson Fahnestock
2017-11-19test: reduce benchmark cases in test-benchmark-bufferRich Trott
2017-11-17test: move timing-sensitive test to sequentialRich Trott
2017-11-15module: speed up package.json parsingBen Noordhuis
2017-11-13lib: guard inspector console using process varDaniel Bevenius
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-12test: use ES6 classes instead of util.inheritsTobias Nießen
2017-11-11test: flag known flakeRefael Ackermann
2017-11-10test: pass process.env to child processesRod Vagg
2017-11-07test: check session timeout in http2Anatoli Papirovski
2017-11-07test: move test-http-keepalive-maxsockets to sequentialRich Trott
2017-11-02test: pause child until parent is readyjBarz
2017-10-29http2: fix several timeout related issuesAnatoli Papirovski
2017-10-29test: update test-timers-block-eventloop.jszhangzifa
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-26crypto: migrate timingSafeEqual to internal/errorsJames M Snell
2017-10-23child_process: restore exec{File}Sync error propsMichaël Zasso
2017-10-21net: fix timeouts during long writesAnatoli Papirovski
2017-10-19test: fix flaky test-make-docRich Trott
2017-10-19test: skip test due to file size limitjBarz
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-19fs: account for buffer alloc failure in readFileAnna Henningsen