summaryrefslogtreecommitdiff
path: root/tests/node_compat/config.jsonc
diff options
context:
space:
mode:
authorhaturau <135221985+haturatu@users.noreply.github.com>2024-11-20 01:20:47 +0900
committerGitHub <noreply@github.com>2024-11-20 01:20:47 +0900
commit85719a67e59c7aa45bead26e4942d7df8b1b42d4 (patch)
treeface0aecaac53e93ce2f23b53c48859bcf1a36ec /tests/node_compat/config.jsonc
parent67697bc2e4a62a9670699fd18ad0dd8efc5bd955 (diff)
parent186b52731c6bb326c4d32905c5e732d082e83465 (diff)
Merge branch 'denoland:main' into main
Diffstat (limited to 'tests/node_compat/config.jsonc')
-rw-r--r--tests/node_compat/config.jsonc28
1 files changed, 15 insertions, 13 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc
index bc9bf476b..31b184505 100644
--- a/tests/node_compat/config.jsonc
+++ b/tests/node_compat/config.jsonc
@@ -13,10 +13,12 @@
"x.txt"
],
"internet": [
- "test-dns-any.js",
- "test-dns-ipv4.js",
- "test-dns-ipv6.js",
- "test-dns.js"
+ // TODO(bartlomieju): temporarily disabled as these tests were hitting nodejs.org
+ // server. We should have a setup that hits a local server instead.
+ // "test-dns-any.js",
+ // "test-dns-ipv4.js",
+ // "test-dns-ipv6.js",
+ // "test-dns.js"
],
"parallel": [
"test-assert.js",
@@ -43,9 +45,6 @@
// TODO(littledivy): windows ipc streams not yet implemented
"test-child-process-fork-ref.js",
"test-child-process-fork-ref2.js",
- // TODO(bartlomieju): this test is very flaky on CI
- // https://github.com/denoland/deno/issues/25855
- // "test-child-process-ipc-next-tick.js",
"test-child-process-ipc.js",
"test-child-process-spawnsync-env.js",
"test-child-process-stdio-inherit.js",
@@ -80,6 +79,7 @@
"test-fs-rmdir-recursive.js",
"test-fs-write-file.js",
"test-http-url.parse-https.request.js",
+ "test-net-autoselectfamily.js",
"test-net-better-error-messages-path.js",
"test-net-connect-buffer.js",
"test-net-connect-buffer2.js",
@@ -90,8 +90,6 @@
"test-net-server-try-ports.js",
"test-net-socket-timeout.js",
"test-net-write-arguments.js",
- // TODO(nathanwhit): Disable os.userInfo is slightly incorrect
- // "test-os.js",
"test-path-resolve.js",
"test-querystring.js",
"test-readline-interface.js",
@@ -153,15 +151,15 @@
],
"fixtures/keys": ["agent1-cert.pem", "agent1-key.pem", "ca1-cert.pem"],
"internet": [
- "test-dns-any.js",
+ // "test-dns-any.js",
"test-dns-idna2008.js",
- "test-dns-ipv4.js",
- "test-dns-ipv6.js",
+ // "test-dns-ipv4.js",
+ // "test-dns-ipv6.js",
"test-dns-lookup.js",
"test-dns-promises-resolve.js",
"test-dns-regress-6244.js",
"test-dns-setserver-in-callback-of-resolve4.js",
- "test-dns.js",
+ // "test-dns.js",
"test-http-https-default-ports.js"
],
"parallel": [
@@ -240,6 +238,7 @@
"test-child-process-execfilesync-maxbuf.js",
"test-child-process-execsync-maxbuf.js",
"test-child-process-flush-stdio.js",
+ "test-child-process-ipc-next-tick.js",
"test-child-process-kill.js",
"test-child-process-set-blocking.js",
"test-child-process-spawn-args.js",
@@ -408,6 +407,7 @@
"test-http-url.parse-only-support-http-https-protocol.js",
"test-icu-transcode.js",
"test-net-access-byteswritten.js",
+ "test-net-autoselectfamily.js",
"test-net-better-error-messages-listen-path.js",
"test-net-better-error-messages-path.js",
"test-net-better-error-messages-port-hostname.js",
@@ -439,6 +439,7 @@
"test-net-server-unref.js",
"test-net-socket-destroy-twice.js",
"test-net-socket-no-halfopen-enforcer.js",
+ "test-net-socket-setnodelay.js",
"test-net-timeout-no-handle.js",
"test-net-write-arguments.js",
"test-next-tick-doesnt-hang.js",
@@ -449,6 +450,7 @@
"test-next-tick-when-exiting.js",
"test-next-tick.js",
"test-nodeeventtarget.js",
+ "test-os.js",
"test-outgoing-message-destroy.js",
"test-outgoing-message-pipe.js",
"test-parse-args.mjs",