1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-11 00:21:05 -05:00
denoland-deno/cli/tests
Florian Schwalm 20bf697ba6
chore(cli): Fix rename test for XFS (#21215)
Renaming a directory to a path where a non-empty directory already
exists was asserted to always fail with `ENOTEMPTY`
According to glibc manual the function may also fail with `EEXIST` on
"some other systems". One such case is using XFS [^1].

This commit handles the EEXIST case.

[^1]:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/xfs/xfs_inode.c?h=v4.18&id=94710cac0ef4ee177a63b5227664b38c95bbf703#n3082
2023-11-17 15:24:10 -07:00
..
integration ci: fix flaky stdio_streams_are_locked_in_permission_prompt (#21238) 2023-11-17 16:57:11 +00:00
node_compat fix(ext/node): Re-enable alloc max size test (#21059) 2023-11-11 08:23:01 +00:00
testdata feat(unstable): Workspaces support (#20410) 2023-11-17 01:28:38 +00:00
unit chore(cli): Fix rename test for XFS (#21215) 2023-11-17 15:24:10 -07:00
unit_node fix(ext/node): add APIs perf_hook.performance (#21192) 2023-11-14 16:33:09 +05:30
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00