summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-01lib: no need to strip BOM or shebang for scriptsRefael Ackermann
2019-06-01test: rename test-performance to test-perf-hooksUjjwal Sharma
2019-05-30test: switch assertEqual argumentsEvgenii Shchepotev
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-26lib: rework logic of stripping BOM+Shebang from commonjsGus Caplan
2019-05-20child_process: setup stdio on error when possiblecjihrig
2019-05-05inspector: implement --cpu-prof-intervalJoyee Cheung
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-30Revert "test: skip test-cpu-prof in debug builds with code cache"Anna Henningsen
2019-04-27test: refactor net-connect-handle-econnrefusedLuigi Pinca
2019-04-27test: move test-net-connect-handle-econnrefusedLuigi Pinca
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-24test: fix ineffective error testsMasashi Hirano
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-19test: skip test-cpu-prof in debug builds with code cacheJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-11lib: faster FreeListAnatoli Papirovski
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
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