mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 21:08:36 +00:00
disable x86_64 behavior test that does not run valgrind clean
This commit is contained in:
parent
1ee7a81627
commit
291f5055f4
@ -58,6 +58,7 @@ fn testReinterpretStructWrappedBytesAsInteger() !void {
|
||||
}
|
||||
|
||||
test "reinterpret bytes of an array into an extern struct" {
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user