deno/tests
Nathan Whitaker d4d3a3c54f
fix(node): Implement fs.lchown (and process.getegid) (#24418)
Closes https://github.com/denoland/deno/issues/21260.
Part of https://github.com/denoland/deno/issues/18218.

Implements `node:fs.lchown`, and enables the node_compat test for it.
The test uses `process.getegid`, which we didn't have implemented, so I
went ahead and implemented that as well to get the test working.
2024-07-05 18:32:51 +00:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi BREAKING(unstable/ffi): remove callback reentrant flag (#24367) 2024-07-01 09:36:33 +05:30
integration fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
napi fix(napi): Read reference ownership before calling finalizer to avoid crash (#24203) 2024-06-13 22:31:42 +00:00
node_compat fix(node): Implement fs.lchown (and process.getegid) (#24418) 2024-07-05 18:32:51 +00:00
registry feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
specs fix(publish): unfurling should always be done with the package json (#24435) 2024-07-05 00:41:01 +00:00
testdata feat: Deprecate --lock-write flag (#24436) 2024-07-05 04:38:12 +02:00
unit feat: Upgrade to TypeScript 5.5.2 (#24326) 2024-07-03 16:09:54 +02:00
unit_node fix(ext/node): rewrite digest handling (#24392) 2024-07-05 10:10:22 +02:00
util feat: npm workspace and better Deno workspace support (#24334) 2024-07-04 00:54:33 +00:00
wpt feat(ext/crypto): make deriveBits length parameter optional and nullable (#24426) 2024-07-04 21:10:51 +05:30
Cargo.toml chore: upgrade trust-dns-resolver and friends (#24108) 2024-06-05 23:39:39 +02:00
lib.rs
README.md

Deno Integration Tests