node/test/internet
cjihrig 45b54eec55
test: update uses of _jabber._tcp.google.com
_jabber._tcp.google.com seems to have stopped working. This
commit changes the host to _caldav._tcp.google.com.

Refs: https://github.com/denoland/deno_std/pull/2881
PR-URL: https://github.com/nodejs/node/pull/45451
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2022-11-21 15:16:24 -05:00
..
internet.status
test-corepack-yarn-install.js test: do not run test-corepack-yarn-install with no internet 2021-09-18 21:59:03 +00:00
test-dgram-broadcast-multi-process.js dns: accept 'IPv4' and 'IPv6' for family 2022-06-15 18:02:01 -04:00
test-dgram-connect.js
test-dgram-membership.js
test-dgram-multicast-multi-process.js test: enable no-empty ESLint rule 2022-02-05 12:58:32 +00:00
test-dgram-multicast-set-interface-lo.js dns: accept 'IPv4' and 'IPv6' for family 2022-06-15 18:02:01 -04:00
test-dgram-multicast-ssm-multi-process.js dns: accept 'IPv4' and 'IPv6' for family 2022-06-15 18:02:01 -04:00
test-dgram-multicast-ssmv6-multi-process.js dns: accept 'IPv4' and 'IPv6' for family 2022-06-15 18:02:01 -04:00
test-dns-any.js test: update uses of _jabber._tcp.google.com 2022-11-21 15:16:24 -05:00
test-dns-cares-domains.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-dns-idna2008.js
test-dns-ipv4.js net: make server.address() return an integer for family 2022-04-12 05:50:09 +02:00
test-dns-ipv6.js test: use assert.match instead of regexp.test 2021-08-31 18:50:16 +02:00
test-dns-lookup.js dns: accept 'IPv4' and 'IPv6' for family 2022-06-15 18:02:01 -04:00
test-dns-promises-resolve.js
test-dns-regress-6244.js
test-dns-setserver-in-callback-of-resolve4.js
test-dns-txt-sigsegv.js
test-dns.js test: fix internet/test-dns 2021-09-11 17:51:24 +00:00
test-http-dns-fail.js
test-http-https-default-ports.js
test-http2-issue-32922.js
test-https-issue-43963.js net,tls: pass a valid socket on tlsClientError 2022-08-01 07:37:45 +01:00
test-inspector-help-page.js test: fix internet/test-inspector-help-page 2022-07-31 12:46:14 +01:00
test-net-connect-timeout.js
test-net-connect-unref.js
test-snapshot-dns-lookup.js dns: support dns module in the snapshot 2022-09-29 01:58:21 +08:00
test-snapshot-dns-resolve.js dns: support dns module in the snapshot 2022-09-29 01:58:21 +08:00
test-tls-add-ca-cert.js
test-trace-events-dns.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-uv-threadpool-schedule.js
testcfg.py