| author | |
| committer | |
| log | 34d7cf075e831c2f2a078f85513401c8559748cf |
| tree | 4e947f042f132bf76f7fecec45a92e9a3da85144 |
| parent | 3473e6dc261d1b03fc13c9e0cff2c2f8e14b5371 |
tracked by #243801 files changed, 5 insertions(+), 0 deletions(-)
lib/std/posix/test.zig+5| ... | ... | @@ -1001,6 +1001,11 @@ test "sigset_t bits" { |
| 1001 | 1001 | if (native_os == .wasi or native_os == .windows) |
| 1002 | 1002 | return error.SkipZigTest; |
| 1003 | 1003 | |
| 1004 | if (true) { | |
| 1005 | // https://github.com/ziglang/zig/issues/24380 | |
| 1006 | return error.SkipZigTest; | |
| 1007 | } | |
| 1008 | ||
| 1004 | 1009 | const S = struct { |
| 1005 | 1010 | var expected_sig: i32 = undefined; |
| 1006 | 1011 | var handler_called_count: u32 = 0; |