summaryrefslogtreecommitdiff
path: root/tests/node_compat/runner/TODO.md
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-10-31 22:18:33 -0700
committerGitHub <noreply@github.com>2024-10-31 22:18:33 -0700
commit6c6bbeb97495e8c3e8eac7bea27bf836f02b575f (patch)
treec64933f984e01d3aacae6ee03a13a1a78db45392 /tests/node_compat/runner/TODO.md
parent6d44952d4daaaab8ed9ec82212d2256c058eb05d (diff)
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Fixes the implementation of `os.userInfo`, and adds a missing `toPrimitive` for `tmpdir`. This allows us to enable the corresponding node_compat test.
Diffstat (limited to 'tests/node_compat/runner/TODO.md')
-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 35a67e72d..231a4f62c 100644
--- a/tests/node_compat/runner/TODO.md
+++ b/tests/node_compat/runner/TODO.md
@@ -1878,7 +1878,6 @@ NOTE: This file should not be manually edited. Please edit `tests/node_compat/co
- [parallel/test-os-homedir-no-envvar.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-os-homedir-no-envvar.js)
- [parallel/test-os-process-priority.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-os-process-priority.js)
- [parallel/test-os-userinfo-handles-getter-errors.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-os-userinfo-handles-getter-errors.js)
-- [parallel/test-os.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-os.js)
- [parallel/test-path-posix-relative-on-windows.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-path-posix-relative-on-windows.js)
- [parallel/test-pending-deprecation.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-pending-deprecation.js)
- [parallel/test-perf-gc-crash.js](https://github.com/nodejs/node/tree/v18.12.1/test/parallel/test-perf-gc-crash.js)