| ... | @@ -374,6 +374,11 @@ test "comptime @bitCast packed struct to int and back" { | ... | @@ -374,6 +374,11 @@ test "comptime @bitCast packed struct to int and back" { |
| 374 | } | 374 | } |
| 375 | | 375 | |
| 376 | test "comptime bitcast with fields following f80" { | 376 | test "comptime bitcast with fields following f80" { |
| | 377 | if (true) { |
| | 378 | // https://github.com/ziglang/zig/issues/19387 |
| | 379 | return error.SkipZigTest; |
| | 380 | } |
| | 381 | |
| 377 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; | 382 | if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; |
| 378 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; | 383 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; |
| 379 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; | 384 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; |