| author | |
| committer | |
| log | 77c583b4c99c3e5019180030a81015912231f7de |
| tree | 669462c039b3ede1ba2d53fc685fe371d83a4323 |
| parent | fb7ca1ad48c58ebc40493cc085663956010ec58b |
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,6 +1054,11 @@ test "access smoke test" { |
| 1054 | } | 1054 | } |
| 1055 | 1055 | ||
| 1056 | test "timerfd" { | 1056 | test "timerfd" { |
| 1057 | if (true) { | ||
| 1058 | // https://github.com/ziglang/zig/issues/13721 | ||
| 1059 | return error.SkipZigTest; | ||
| 1060 | } | ||
| 1061 | |||
| 1057 | if (native_os != .linux) | 1062 | if (native_os != .linux) |
| 1058 | return error.SkipZigTest; | 1063 | return error.SkipZigTest; |
| 1059 | 1064 |