summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-18src: trace_events: support for metadata eventsAli Ijaz Sheikh
2018-05-18test: improve assertion in test-performanceAnna Henningsen
2018-05-18assert: fix EOL issue in messages on WindowsRuben Bridgewater
2018-05-18test: add eslint rule to verify assertion inputRuben Bridgewater
2018-05-18console: .table fall back to logging for function tooohbarye
2018-05-18src: remove 2nd `undefined` argument in node_file.ccDan Kang
2018-05-18repl: add friendly tips about how to exit replmonkingxue
2018-05-18test: add loaded modules testRuben Bridgewater
2018-05-18tools: stricter eslint rule for globalsRuben Bridgewater
2018-05-18url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-18child_process: fix exec set stdout.setEncodingkillagu
2018-05-17tools, doc: wrap manpage links in code elementsVse Mozhet Byt
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-17tls: move convertNPNProtocols to End-of-LifeJames M Snell
2018-05-17http2: fix end without readAnatoli Papirovski
2018-05-17lib: mask mode_t type of arguments with 0o777Joyee Cheung
2018-05-16test: add promise API test for appendFile()Rich Trott
2018-05-16vm,trace_events: add node.vm.script trace events categoryJames M Snell
2018-05-16test: slightly improve test-util-inspect assertionsAnna Henningsen
2018-05-16src: handle TryCatch with empty messageBen Noordhuis
2018-05-16test: improve reliability of http2-session-timeoutRich Trott
2018-05-16benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-05-14assert: support symbols as assertion messagescjihrig
2018-05-14test: disable colors in test-assert-checktag.jscjihrig
2018-05-14test: disable colors in test-assert-deep.jscjihrig
2018-05-14test: disable colors in test-assert.jscjihrig
2018-05-14http: make client `.aborted` booleanRobert Nagy
2018-05-14test: increase test coverage for fs/promises.jsDavid Humphrey
2018-05-14fs: improve argument handling for ReadStreamUjjwal Sharma
2018-05-14test: display values in AssertionErrorsRakshithNM
2018-05-14test: fix assertion in test-consoleLuigi Pinca
2018-05-14test: apply test-fs-access to promises APIRich Trott
2018-05-14test: modernize and correct test-doctool-html.jsVse Mozhet Byt
2018-05-14src: make `AsyncResource` destructor virtualAnna Henningsen
2018-05-14test: better error message in trace events testAnna Henningsen
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-05-14test: add test for async hooks parity for async/awaitMaya Lekova
2018-05-13http: fix client response close & abortedRobert Nagy
2018-05-13http: always emit close on req and resRobert Nagy
2018-05-13test: remove deepStrictEqual() third argumentFrancesco Falanga
2018-05-13http2: destroy the socket properly and add testsMathias Buus
2018-05-12test: plug AliasedBuffer cctest memory leakAnna Henningsen
2018-05-12crypto: add test case for AES key wrappingYihong Wang
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-11fs: make fs.promises non-enumerablecjihrig
2018-05-11esm: provide named exports for builtin libsGus Caplan
2018-05-11test: make sure linked lists are inspectable with defaultsAnna Henningsen
2018-05-11Revert "util: change util.inspect depth default"Anna Henningsen
2018-05-10timers: make timer.refresh() a public APIJeremiah Senkpiel