summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2019-04-03test: make module test pass with NODE_PENDING_DEPRECATIONAnna Henningsen
2019-04-02test: move test that creates 1Gb file to pummelRich Trott
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-27module: throw an error for invalid package.json main entriesRuben Bridgewater
2019-03-24test: refactor test-https-connect-localportRich Trott
2019-03-24test: replace localhost IP with 'localhost' for TLS conformityRich Trott
2019-03-24test: use common.PORT instead of hardcoded numberRich Trott
2019-03-24test: move test-https-connect-localport to sequentialRich Trott
2019-03-22test: move pummel tls test to sequentialRich Trott
2019-03-20test: optimize test-http2-large-fileRich Trott
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-11lib,src: remove usage of _externalStreamAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-07test: remove usage of `process.binding()`Anna Henningsen
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28test: eliminate port collisionGireesh Punathil
2019-02-26inspector: return Error objects on errorcjihrig
2019-02-21http2: shrink memory to match read dataAnna Henningsen
2019-02-19src: remove `process.binding('config').debugOptions`Joyee Cheung
2019-02-15lib: improve error message for MODULE_NOT_FOUNDAli Ijaz Sheikh
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-25test: fix sequential/test-performance delayAnatoli Papirovski
2019-01-23test: revoke flaky designation for testsGireesh Punathil
2019-01-11test: remove unnecessary skipIfWorker()Rich Trott
2019-01-10lib: move DEP0028 to end of lifecjihrig
2019-01-07test: move test-tls-securepair-client out of pummelRich Trott
2019-01-03test: replace internals with public APIRich Trott
2018-12-31test: slightly refactor test-child-process-execsyncDenys Otrishko
2018-12-28test: mark two tests as flaky in AIXGireesh Punathil
2018-12-20cli: add --max-http-header-size flagcjihrig
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-14test: mark test-child-process-execsync flaky on AIXRich Trott
2018-12-14test: increase error information in test-cli-syntax-*Rich Trott
2018-12-12test: split test-cli-syntax into multiple testsRich Trott
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-11test: mark test-cli-syntax as flaky/unreliableRich Trott
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-08test: move test-cli-syntax to sequentialRich Trott
2018-12-08test: move http2 test to parallelRich Trott
2018-12-08test: make http2 timeout test robustRich Trott
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-04test: fix `common.mustNotCall()` usage in HTTP testAnna Henningsen
2018-11-28http: fix header limit errors and test for llhttpFedor Indutny
2018-11-28deps,http: http_parser set max header size to 8KBMatteo Collina
2018-11-16fs: make process.binding('fs') internalMasashi Hirano
2018-11-10test: move benchmark tests out of main test suiteRich Trott
2018-11-10deps: introduce `llhttp`Fedor Indutny