We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af09d93 commit 3eb260fCopy full SHA for 3eb260f
test/behavior/bitcast.zig
@@ -374,6 +374,11 @@ test "comptime @bitCast packed struct to int and back" {
374
}
375
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
+
382
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
383
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
384
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
0 commit comments