| author | |
| committer | |
| log | 9c509f1526b4560b4e97367a18755a9d1ae6fcf7 |
| tree | 49dc9bda5cf37e1cbad8e9ed6d0d71f59d7dd0c7 |
| parent | aaac8eae683172546ce9e018d8c419f62793f8d4 |
Looks like d3f87f8ac01039722197a13a12342fc747a90567 fixed the standard cases of dir renaming, but the edge cases (renaming onto an existing empty/non-empty directory) are still behaving differently than on non-Windows.1 files changed, 0 insertions(+), 3 deletions(-)
lib/std/fs/test.zig-3| ... | ... | @@ -434,9 +434,6 @@ test "Dir.rename files" { |
| 434 | 434 | } |
| 435 | 435 | |
| 436 | 436 | test "Dir.rename directories" { |
| 437 | // TODO: Fix on Windows, see https://github.com/ziglang/zig/issues/6364 | |
| 438 | if (builtin.os.tag == .windows) return error.SkipZigTest; | |
| 439 | ||
| 440 | 437 | var tmp_dir = tmpDir(.{}); |
| 441 | 438 | defer tmp_dir.cleanup(); |
| 442 | 439 |