summaryrefslogtreecommitdiff
path: root/test/parallel/test-dns-lookup.js
AgeCommit message (Expand)Author
2019-01-10test: refactor `common.expectWarning()`Ruben Bridgewater
2018-12-21lib: make internal API warning more directRich Trott
2018-10-04dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong
2018-09-16test: remove string literal from assertionRich Trott
2018-08-31test: move test that depends on dns query to internetJoyee Cheung
2018-08-30dns: make process.binding('cares_wrap') internalcjihrig
2018-08-24test: add tests for dnsPromises.lookupMasashi Hirano
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-07-19test: make crashOnUnhandleRejection opt-outMichaƫl Zasso
2018-06-20dns: add promisified dns modulecjihrig
2018-04-05errors: make message non-enumerableRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-07-24errors: migrate dns to use internal/errorsWeijia Wang
2017-06-07test: check callback not invoked on lookup errorRich Trott
2017-03-26test: add common.noop, default for common.mustCall()James M Snell
2017-01-18test: improving coverage of dns-lookupabouthiroppy