Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-05-24test: test about:blank against invalid WHATWG URLJoyee Cheung
2018-05-24lib,src,test: fix commentsTobias Nießen
2018-05-24test: add promise API test for appendFile()Rich Trott
2018-05-24doc: add note about autocrlf required for testsBartosz Sosnowski
2018-05-24test: improve coverage for internal/readlineMasashi Hirano
2018-05-24test: rename and document tls testAnna Henningsen
2018-05-24http: do not rely on the 'agentRemove' eventLuigi Pinca
2018-05-24test: fix flaky http2-session-unrefAnatoli Papirovski
2018-05-24http2: fix several serious bugsAnatoli Papirovski
2018-05-24test: use error code rather than message in testRich Trott
2018-05-24test: define SharedArrayBuffer as a known globalcjihrig
2018-05-24src: trace_events: background thread eventsAli Ijaz Sheikh
2018-05-24assert: fix wrong message indentationRuben Bridgewater
2018-05-22util: improve error inspectionRuben Bridgewater
2018-05-22util: fix inspected stack indentationRuben Bridgewater
2018-05-22util: remove erroneous whitespaceRuben Bridgewater
2018-05-22util: wrap error in brackets without stackRuben Bridgewater
2018-05-22perf_hooks: always set bootstrapCompleteJames M Snell
2018-05-22test: remove common.globalCheckRuben Bridgewater
2018-05-22repl: make console, module and require non-enumerableRuben Bridgewater
2018-05-22test: remove untested knownGlobalsRuben Bridgewater
2018-05-22test: mark tests as flaky as intermediate stepRuben Bridgewater
2018-05-22util: support inspecting namespaces of unevaluated modulesGus Caplan
2018-05-22lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-22src: trace_events: support for metadata eventsAli Ijaz Sheikh
2018-05-22test: improve assertion in test-performanceAnna Henningsen
2018-05-22assert: fix EOL issue in messages on WindowsRuben Bridgewater
2018-05-22test: add eslint rule to verify assertion inputRuben Bridgewater
2018-05-22console: .table fall back to logging for function tooohbarye
2018-05-22src: remove 2nd `undefined` argument in node_file.ccDan Kang
2018-05-22repl: add friendly tips about how to exit replmonkingxue
2018-05-22test: add loaded modules testRuben Bridgewater
2018-05-22tools: stricter eslint rule for globalsRuben Bridgewater
2018-05-22url: introduce `URL_FLAGS_IS_DEFAULT_SCHEME_PORT` flagAyush Gupta
2018-05-22child_process: fix exec set stdout.setEncodingkillagu
2018-05-22tools, doc: wrap manpage links in code elementsVse Mozhet Byt
2018-05-22inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-22http2: fix end without readAnatoli Papirovski
2018-05-22test: add promise API test for appendFile()Rich Trott
2018-05-22vm,trace_events: add node.vm.script trace events categoryJames M Snell
2018-05-22test: slightly improve test-util-inspect assertionsAnna Henningsen
2018-05-22src: handle TryCatch with empty messageBen Noordhuis
2018-05-22test: improve reliability of http2-session-timeoutRich Trott
2018-05-22benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-05-22assert: support symbols as assertion messagescjihrig
2018-05-22test: disable colors in test-assert-checktag.jscjihrig
2018-05-22test: disable colors in test-assert-deep.jscjihrig
2018-05-22test: disable colors in test-assert.jscjihrig
2018-05-14test: increase test coverage for fs/promises.jsDavid Humphrey
2018-05-14test: display values in AssertionErrorsRakshithNM