node/test/internet
Richard Lau cc949869a3 test: handle relative https redirect
Fix `internet/test-inspector-help-page` to handle the relative
redirect of `https://nodejs.org/en/docs/inspector` to
`/en/docs/guides/debugging-getting-started`. Previously this
URL redirected to an absolute URL.

PR-URL: https://github.com/nodejs/node/pull/51121
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
2023-12-15 15:26:24 -03:00
..
internet.status
test-corepack-yarn-install.js test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
test-dgram-broadcast-multi-process.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dgram-connect.js
test-dgram-membership.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dgram-multicast-multi-process.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dgram-multicast-set-interface-lo.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dgram-multicast-ssm-multi-process.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dgram-multicast-ssmv6-multi-process.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dns-any.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dns-cares-domains.js
test-dns-getDefaultResultOrder.js dns: expose getDefaultResultOrder 2023-04-26 08:56:04 +00:00
test-dns-idna2008.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dns-ipv4.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dns-ipv6.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dns-lookup.js test: ensure never settling promises are detected 2023-11-11 20:37:42 +01:00
test-dns-promises-resolve.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-dns-regress-6244.js
test-dns-setserver-in-callback-of-resolve4.js
test-dns-txt-sigsegv.js
test-dns.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-http-dns-fail.js test: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-http-https-default-ports.js
test-http2-issue-32922.js
test-https-autoselectfamily-slow-timeout.js net: improve network family autoselection handle handling 2023-06-27 09:17:16 +00:00
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: handle relative https redirect 2023-12-15 15:26:24 -03:00
test-net-autoselectfamily-timeout-close.js net: improve network family autoselection handle handling 2023-06-27 09:17:16 +00:00
test-net-connect-timeout.js
test-net-connect-unref.js
test-snapshot-dns-lookup.js test: fix assertions in test-snapshot-dns-lookup* 2023-02-18 01:58:50 +00: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: add trailing commas in test/internet 2023-02-01 10:46:06 +01:00
test-tls-autoselectfamily-backing-socket.js net: improve network family autoselection handle handling 2023-06-27 09:17:16 +00:00
test-tls-autoselectfamily-servername.js net: enable autoSelectFamily by default 2023-04-05 08:31:56 -07:00
test-trace-events-dns.js test: use tmpdir.resolve() 2023-08-21 16:41:53 +00:00
test-uv-threadpool-schedule.js
testcfg.py