0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-10 06:07:03 -04:00
deno/tests
Divy Srivastava 925be251d8
fix(ext/node): homedir() getpwuid/SHGetKnownFolderPath fallback (#23841)
**Unix**: Returns the value of the HOME environment variable if it is
set even if it is an empty string. Otherwise, it tries to determine the
home directory by invoking the
[getpwuid_r](https://linux.die.net/man/3/getpwuid_r) function with the
UID of the current user.

**Windows**: Returns the value of the USERPROFILE environment variable
if it is set and it is not an empty string. Otherwise, it tries to
determine the home directory by invoking the
[SHGetKnownFolderPath](https://learn.microsoft.com/en-us/windows/win32/api/shlobj_core/nf-shlobj_core-shgetknownfolderpath)
function with
[FOLDERID_Profile](https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid).

Fixes https://github.com/denoland/deno/issues/23824
2024-05-17 00:41:23 +02:00
..
config chore: move test_util/std to tests/util/std (#22402) 2024-02-13 09:22:49 -07:00
ffi chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-10 15:00:08 -04:00
integration chore: Fix flaky semantic tokens caching test (#23831) 2024-05-17 00:41:22 +02:00
napi chore: enable clippy::print_stdout and clippy::print_stderr (#23732) 2024-05-10 15:00:08 -04:00
node_compat test: fix node_compat_test (#23446) 2024-04-19 01:42:18 +02:00
registry fix(node): better cjs re-export handling (#23760) 2024-05-10 15:00:09 -04:00
specs perf(jsr): download metadata files as soon as possible and in parallel (#23836) 2024-05-17 00:41:22 +02:00
testdata chore: fix flaky rejection_handled_web_process (#23817) 2024-05-17 00:41:21 +02:00
unit fix: Add missing "junction" type for SymlinkOptions.types (#23756) 2024-05-17 00:41:20 +02:00
unit_node fix(ext/node): homedir() getpwuid/SHGetKnownFolderPath fallback (#23841) 2024-05-17 00:41:23 +02:00
util chore: Fix flaky semantic tokens caching test (#23831) 2024-05-17 00:41:22 +02:00
wpt fix(ext/web): update ongoing promise in async iterator return() method (#23642) 2024-05-17 00:41:19 +02:00
Cargo.toml chore(task): various small refactorings (#23793) 2024-05-17 00:41:19 +02:00
lib.rs chore: move cli/tests/ -> tests/ (#22369) 2024-02-10 20:22:13 +00:00
README.md chore: continue tests/ re-org (#22396) 2024-02-12 17:13:14 -07:00

Deno Integration Tests