| author | |
| committer | |
| log | ceaa569bfa089cb5110580047693a43f4512081b |
| tree | eba067223d5c7c720a45016d0d546002dad59092 |
| parent | c923f74fc9daf838ad0c2186e49e6687845d06cd |
See #70101 files changed, 5 insertions(+), 0 deletions(-)
lib/std/fs/test.zig+5| ... | ... | @@ -716,6 +716,11 @@ test "open file with exclusive lock twice, make sure it waits" { |
| 716 | 716 | return error.SkipZigTest; |
| 717 | 717 | } |
| 718 | 718 | |
| 719 | if (std.Target.current.os.tag == .windows) { | |
| 720 | // https://github.com/ziglang/zig/issues/7010 | |
| 721 | return error.SkipZigTest; | |
| 722 | } | |
| 723 | ||
| 719 | 724 | const filename = "file_lock_test.txt"; |
| 720 | 725 | |
| 721 | 726 | var tmp = tmpDir(.{}); |