summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-08-29tty: make process.binding('tty_wrap') internalcjihrig
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-28test: properly extend process.env in child_processLucas Woo
2018-08-28test: add test for internalConnect() when address type is IPv6Yaniv Friedensohn
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27child_process: allow typed arrays for inputSarat Addepalli
2018-08-27test: remove string literal from strictEqual()Scott Van Gilder
2018-08-27http2: throw better error when accessing unbound socket proxyJames M Snell
2018-08-27repl: improve error outputRuben Bridgewater
2018-08-27crypto: deprecate _toBufTobias Nießen
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-26src: fix NODE_OPTIONS parsing bugAnna Henningsen
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-25test: move custom WHATWG URL tests into separate filesJoyee Cheung
2018-08-24test: remove third argument from strictEqual()Neeraj Laad
2018-08-24fs: update read to work with any TypedArray/DataViewSarat Addepalli
2018-08-24test: move common.isCPPSymbolsNotMapped to tick-processor testsJames M Snell
2018-08-24test: improve code coverage for string decoderBenjamin Chen
2018-08-24test: add streams benchmark testDenys Otrishko
2018-08-24test: add vm benchmark testDenys Otrishko
2018-08-24test: add v8 benchmark testDenys Otrishko
2018-08-24test: move common.onGC to individual moduleJames M Snell
2018-08-24test: flaky everywhere test-trace-events-fs-syncRefael Ackermann
2018-08-24test: move hijackstdio out of require('common')James M Snell
2018-08-24util: restore all information in inspectRuben Bridgewater
2018-08-24test: add test unknown credential error of process.setgroupsMasashi Hirano
2018-08-24test: add tests for dnsPromises.lookupMasashi Hirano
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24test,stream: fix pipeline test so it runs well on Windows in older nodesMatteo Collina
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-23src: implement query callbacks for vmTimothy Gu
2018-08-23test: move common.ArrayStream to separate moduleJames M Snell
2018-08-23test: remove isGlibc from commonJames M Snell
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-24worker: remove redundant function call to `setupPortReferencing`Ouyang Yadong
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-24test: add comment describing test-fs-mkdirJennifer Bland
2018-08-23async_hooks: adding regression test case for async/awaitAnto Aravinth
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-23test: harden sequential/test-performanceRuben Bridgewater
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-22tty: make _read throw ERR_TTY_WRITABLE_NOT_READABLEMatteo Collina
2018-08-22test: remove redundant cli testsBryan English
2018-08-21stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-08-20test: improve assert message in http timeout testRich Trott
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