mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
disable failing behavior test: "comptime bitcast with fields following f80"
see tracking issue #19387
This commit is contained in:
parent
af09d93925
commit
3eb260f042
@ -374,6 +374,11 @@ test "comptime @bitCast packed struct to int and back" {
|
||||
}
|
||||
|
||||
test "comptime bitcast with fields following f80" {
|
||||
if (true) {
|
||||
// https://github.com/ziglang/zig/issues/19387
|
||||
return error.SkipZigTest;
|
||||
}
|
||||
|
||||
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
|
||||
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user