summaryrefslogtreecommitdiff
path: root/test/parallel/test-dns-lookup.js
Commit message (Expand)AuthorAgeFilesLines
* dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel2022-04-121-2/+49
* lib: replace validator and errorMohammed Keyvanzadeh2022-02-051-2/+2
* test: avoid deep comparisons with literalsTobias Nießen2021-11-021-1/+1
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-1/+1
* test: add common.mustSucceedTobias Nießen2020-10-171-6/+3
* lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko2020-09-111-5/+4
* lib: allow to validate enums with validateOneOfDenys Otrishko2020-08-171-1/+2
* test: use `.then(common.mustCall())` for all async IIFEsAnna Henningsen2020-07-201-1/+1
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-13/+13
* test: increase coverage for dns.promises.lookup()Rich Trott2019-04-201-6/+12
* dns: remove dns.promises experimental warningcjihrig2019-03-291-2/+0
* test: refactor `common.expectWarning()`Ruben Bridgewater2019-01-101-8/+6
* lib: make internal API warning more directRich Trott2018-12-211-2/+1
* dns: deprecate passing falsy hostname to dns.lookupOuyang Yadong2018-10-041-1/+19
* test: remove string literal from assertionRich Trott2018-09-161-2/+2
* test: move test that depends on dns query to internetJoyee Cheung2018-08-311-25/+0
* dns: make process.binding('cares_wrap') internalcjihrig2018-08-301-3/+2
* test: add tests for dnsPromises.lookupMasashi Hirano2018-08-241-0/+25
* src: move process.binding('uv') to internalBindingJames M Snell2018-08-091-1/+4
* test: make crashOnUnhandleRejection opt-outMichaël Zasso2018-07-191-2/+0
* dns: add promisified dns modulecjihrig2018-06-201-23/+66
* errors: make message non-enumerableRuben Bridgewater2018-04-051-0/+3
* test: remove assert.doesNotThrow()Ruben Bridgewater2018-02-161-47/+39
* test: replace assert.throws w/ common.expectsErrorMithun Sasidharan2017-12-081-15/+15
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-1/+1
* errors: migrate dns to use internal/errorsWeijia Wang2017-07-241-5/+23
* test: check callback not invoked on lookup errorRich Trott2017-06-071-2/+2
* test: add common.noop, default for common.mustCall()James M Snell2017-03-261-2/+2
* test: improving coverage of dns-lookupabouthiroppy2017-01-181-0/+89