diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2023-05-13 14:49:11 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 14:49:11 +0900 |
commit | 2a0c66484098ba35c1b31d4dc6380887b6eb9da4 (patch) | |
tree | 5c01b215882c3335853a6e1b36089d1bf1695c30 /tools | |
parent | 68c0fcb157bb47bbf58bcdcecf59d237fb84f201 (diff) |
chore: fix & update node compat config (#19106)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/node_compat/TODO.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/node_compat/TODO.md b/tools/node_compat/TODO.md index cca14b499..0aae01edc 100644 --- a/tools/node_compat/TODO.md +++ b/tools/node_compat/TODO.md @@ -3,7 +3,7 @@ NOTE: This file should not be manually edited. Please edit 'cli/tests/node_compat/config.json' and run 'tools/node_compat/setup.ts' instead. -Total: 2923 +Total: 2924 - [abort/test-abort-backtrace.js](https://github.com/nodejs/node/tree/v18.12.1/test/abort/test-abort-backtrace.js) - [abort/test-abort-fatal-error.js](https://github.com/nodejs/node/tree/v18.12.1/test/abort/test-abort-fatal-error.js) @@ -281,6 +281,7 @@ Total: 2923 - [parallel/test-child-process-exec-encoding.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-exec-encoding.js) - [parallel/test-child-process-exec-std-encoding.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-exec-std-encoding.js) - [parallel/test-child-process-exec-timeout-expire.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-exec-timeout-expire.js) +- [parallel/test-child-process-exec-timeout-kill.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-exec-timeout-kill.js) - [parallel/test-child-process-exec-timeout-not-expired.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-exec-timeout-not-expired.js) - [parallel/test-child-process-execFile-promisified-abortController.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-execFile-promisified-abortController.js) - [parallel/test-child-process-execfile.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-child-process-execfile.js) |