| author | |
| committer | |
| log | 9d6cc75ce3be9ab291614fc0d4361877e9200126 |
| tree | 967fafec321ccb4f1d6a460cb0c67c54d2203b3a |
| parent | a66c72749a113cc6b2423d96d1f1f7c692d48ff5 |
| signature |
1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/os/test.zig+4| ... | ... | @@ -45,6 +45,10 @@ fn testThreadIdFn(thread_id: *Thread.Id) void { |
| 45 | 45 | } |
| 46 | 46 | |
| 47 | 47 | test "sendfile" { |
| 48 | if (std.Target.current.cpu.arch == .mipsel) { | |
| 49 | // https://github.com/ziglang/zig/issues/4615 | |
| 50 | return error.SkipZigTest; | |
| 51 | } | |
| 48 | 52 | try fs.makePath(a, "os_test_tmp"); |
| 49 | 53 | defer fs.deleteTree("os_test_tmp") catch {}; |
| 50 | 54 |