| author | |
| committer | |
| log | c84bc3a06b9a529d063518e6a4a331ba09227c8a |
| tree | 2367264a4068385505c1592619dd137a7506b436 |
| parent | 34f96c5fd068aeadfdbd1630fdea44fda2af1fdf |
See tracking issue #137211 files changed, 5 insertions(+), 0 deletions(-)
lib/std/os/test.zig+5| ... | ... | @@ -1054,6 +1054,11 @@ test "access smoke test" { |
| 1054 | 1054 | } |
| 1055 | 1055 | |
| 1056 | 1056 | test "timerfd" { |
| 1057 | if (true) { | |
| 1058 | // https://github.com/ziglang/zig/issues/13721 | |
| 1059 | return error.SkipZigTest; | |
| 1060 | } | |
| 1061 | ||
| 1057 | 1062 | if (native_os != .linux) |
| 1058 | 1063 | return error.SkipZigTest; |
| 1059 | 1064 |