summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-18test: refactor test-module-loading assertionsBruno Pinho
2018-07-17test: move inspector test back to parallel, unmark flakyAnna Henningsen
2018-07-15test: fix flaky test-debug-promptRich Trott
2018-07-13test: fix flaky watchFile()Rich Trott
2018-07-07inspector: expose original consoleMatteo Collina
2018-07-03tls: throw error on bad ciphers optionBrian White
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-24test: move net bytes-per-chunk test to sequentialRich Trott
2018-06-20test: move net bytes-per-chunk test to parallelAnna Henningsen
2018-06-19test: move test-benchmark-path to sequentialRich Trott
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-06-14lib,src: make `StatWatcher` a `HandleWrap`Anna Henningsen
2018-06-13crypto: refactor randomBytes()Ben Noordhuis
2018-06-13crypto: refactor pbkdf2() and pbkdf2Sync() methodsBen Noordhuis
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-12src: re-add `Realloc()` shrink after reading stream dataAnna Henningsen
2018-06-11test: mark test-inspector-port-zero-cluster flakyRich Trott
2018-06-10test: move inspector-stress-http to sequentialRich Trott
2018-06-09test: check gc does not resurrect the loopAnatoli Papirovski
2018-06-08test: mark fs-readfile-tostring-fail flaky for allRich Trott
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-05test: move benchmark-dgram to sequentialAnatoli Papirovski
2018-06-01test: avoid empty fixture in module testRich Trott
2018-05-30test: mark test-fs-readfile-tostring-fail as flakyMatheus Marchini
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-19perf_hooks: always set bootstrapCompleteJames M Snell
2018-05-18test: improve assertion in test-performanceAnna Henningsen
2018-05-16test: improve reliability of http2-session-timeoutRich Trott
2018-05-16benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-05-13http2: destroy the socket properly and add testsMathias Buus
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-25src: assign ERR_SCRIPT_EXECUTION_* codes in C++Joyee Cheung
2018-04-22test: fix long-running http benchmarksAnatoli Papirovski
2018-04-22test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-11test: fix test-http-dump-req-when-res-endsLuigi Pinca
2018-04-10src: rename ERR_STRING_TOO_LARGE to ERR_STRING_TOO_LONGJoyee Cheung
2018-04-10test: fix flaky http-client-timeout-agentSantiago Gimeno
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-07src: migrate string_bytes.cc to throw errors with codeJoyee Cheung
2018-04-07test,http: fix http dump testMatteo Collina
2018-04-06test: move test-http-dump-req-when-res-endRich Trott
2018-04-06test: move http-client-timeout-agent to sequentialRich Trott
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-04-02inspector: report client-visible host and portEugene Ostroukhov
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang