mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
parent
6b23a7b61a
commit
7ca9b835a1
@ -796,6 +796,11 @@ test "sigaction" {
|
|||||||
if (native_os == .linux and builtin.target.cpu.arch == .x86)
|
if (native_os == .linux and builtin.target.cpu.arch == .x86)
|
||||||
return error.SkipZigTest;
|
return error.SkipZigTest;
|
||||||
|
|
||||||
|
// https://github.com/ziglang/zig/issues/15381
|
||||||
|
if (native_os == .macos and builtin.target.cpu.arch == .x86_64) {
|
||||||
|
return error.SkipZigTest;
|
||||||
|
}
|
||||||
|
|
||||||
const S = struct {
|
const S = struct {
|
||||||
var handler_called_count: u32 = 0;
|
var handler_called_count: u32 = 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user