summaryrefslogtreecommitdiff
path: root/test/sequential
AgeCommit message (Expand)Author
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-29lib: make pipe_wrap binding internalcjihrig
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-28test: add test for internalConnect() when address type is IPv6Yaniv Friedensohn
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-23test: harden sequential/test-performanceRuben Bridgewater
2018-08-20test: move http timeout test to parallelRich Trott
2018-08-20test: fix flaky http timeout testRich Trott
2018-08-20src: implement v8::Platform::CallDelayedOnWorkerThreadAlexey Kozyatinskiy
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-14test: rename some allegoriesVse Mozhet Byt
2018-08-13inspector: unmark tests as flakyEugene Ostroukhov
2018-08-13test: move test-http-client-timeout-option-with-agent to sequentialOuyang Yadong
2018-08-13test: add test-http2-large-file sequential testJames M Snell
2018-08-02test: remove unused configBenjamin Gruenbaum
2018-08-01test: improve reliability in http2-session-timeoutRich Trott
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-07-31test: improve assertions in child-process-execsyncbhavayAnand9
2018-07-28dgram: hide underscored Socket propertiescjihrig
2018-07-26test: fix scriptParsed event expectationsIngvar Stepanyan
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