summaryrefslogtreecommitdiff
path: root/test/sequential
Commit message (Expand)AuthorAgeFilesLines
* test: increase limit for network space overhead testBen L. Titzer2019-07-201-1/+1
* src: simplify DEP0062 logiccjihrig2019-07-201-1/+1
* test: skip tests related to CI failures on AIXSam Roberts2019-07-021-0/+3
* test: fix NODE_OPTIONS feature checkRichard Lau2019-06-181-1/+1
* test: move --cpu-prof tests to sequentialJoyee Cheung2019-06-1811-0/+509
* test: split test-cpu-prof.jsJoyee Cheung2019-06-171-367/+0
* test: remove test-gc-http-client from status fileRich Trott2019-06-171-2/+0
* test: remove uneeded agent keypair in fixtures/Alex Aubuchon2019-06-172-3/+3
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-172-7/+7
* Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts2019-06-174-10/+10
* test: remove uneeded agent keypair in fixtures/Alex Aubuchon2019-06-172-3/+3
* test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon2019-06-172-7/+7
* test: rename test-performance to test-perf-hooksUjjwal Sharma2019-06-011-0/+0
* test: switch assertEqual argumentsEvgenii Shchepotev2019-05-311-3/+3
* inspector: implement --heap-profJoyee Cheung2019-05-281-0/+375
* child_process: setup stdio on error when possiblecjihrig2019-05-211-0/+6
* inspector: implement --cpu-prof-intervalJoyee Cheung2019-05-061-1/+64
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-042-3/+5
* Revert "test: skip test-cpu-prof in debug builds with code cache"Anna Henningsen2019-05-011-6/+0
* test: refactor net-connect-handle-econnrefusedLuigi Pinca2019-04-271-9/+4
* test: move test-net-connect-handle-econnrefusedLuigi Pinca2019-04-271-0/+36
* lib: throw a special error in internal/assertJoyee Cheung2019-04-271-9/+9
* test: fix ineffective error testsMasashi Hirano2019-04-271-17/+23
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-222-1/+4
* build: improve embedded code-cache detectionRefael Ackermann2019-04-221-2/+1
* inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung2019-04-231-19/+128
* test: skip test-cpu-prof in debug builds with code cacheJoyee Cheung2019-04-191-0/+7
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+195
* lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig2019-04-121-0/+41
* lib: faster FreeListAnatoli Papirovski2019-04-111-2/+2
* errors: add more information in case of invalid callbacksRuben Bridgewater2019-04-041-1/+2
* test: make module test pass with NODE_PENDING_DEPRECATIONAnna Henningsen2019-04-031-1/+2
* test: move test that creates 1Gb file to pummelRich Trott2019-04-021-68/+0
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-276-7/+7
* module: throw an error for invalid package.json main entriesRuben Bridgewater2019-03-271-0/+11
* test: refactor test-https-connect-localportRich Trott2019-03-241-6/+8
* test: replace localhost IP with 'localhost' for TLS conformityRich Trott2019-03-241-2/+2
* test: use common.PORT instead of hardcoded numberRich Trott2019-03-241-2/+2
* test: move test-https-connect-localport to sequentialRich Trott2019-03-241-0/+32
* test: move pummel tls test to sequentialRich Trott2019-03-221-0/+134
* test: optimize test-http2-large-fileRich Trott2019-03-201-4/+5
* v8: integrate node-heapdump into coreJames M Snell2019-03-132-0/+52
* lib,src: remove usage of _externalStreamAnna Henningsen2019-03-112-4/+3
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-106-7/+7
* test: remove usage of `process.binding()`Anna Henningsen2019-03-072-5/+8
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-2810-20/+20
* test: eliminate port collisionGireesh Punathil2019-02-281-0/+61
* inspector: return Error objects on errorcjihrig2019-02-261-6/+11
* http2: shrink memory to match read dataAnna Henningsen2019-02-211-1/+1
* src: remove `process.binding('config').debugOptions`Joyee Cheung2019-02-191-72/+78