summaryrefslogtreecommitdiff
path: root/tests/node_compat/runner
diff options
context:
space:
mode:
authorYoshiya Hinosawa <stibium121@gmail.com>2024-11-12 19:54:47 +0900
committerGitHub <noreply@github.com>2024-11-12 19:54:47 +0900
commitc3c2b379669b17e5fdcbe5e62662404ca22c71c6 (patch)
tree91aae17a3c9dbad8aad35d41d52767b6df4dd24b /tests/node_compat/runner
parent90236d67c591d4344a9ca0e5d23a4906d08308e5 (diff)
fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)
Diffstat (limited to 'tests/node_compat/runner')
-rw-r--r--tests/node_compat/runner/TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/node_compat/runner/TODO.md b/tests/node_compat/runner/TODO.md
index 231a4f62c..27c2ef3e7 100644
--- a/tests/node_compat/runner/TODO.md
+++ b/tests/node_compat/runner/TODO.md
@@ -1767,7 +1767,6 @@ NOTE: This file should not be manually edited. Please edit `tests/node_compat/co
- [parallel/test-net-autoselectfamily-commandline-option.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-autoselectfamily-commandline-option.js)
- [parallel/test-net-autoselectfamily-default.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-autoselectfamily-default.js)
- [parallel/test-net-autoselectfamily-ipv4first.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-autoselectfamily-ipv4first.js)
-- [parallel/test-net-autoselectfamily.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-autoselectfamily.js)
- [parallel/test-net-better-error-messages-listen.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-better-error-messages-listen.js)
- [parallel/test-net-binary.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-binary.js)
- [parallel/test-net-bind-twice.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-net-bind-twice.js)