File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -218,10 +218,13 @@ test "union with specified enum tag" {
218218}
219219
220220test "packed union generates correctly aligned type" {
221+ // This test will be removed after the following accepted proposal is implemented:
222+ // https://github.com/ziglang/zig/issues/24657
221223 if (builtin .zig_backend == .stage2_arm ) return error .SkipZigTest ;
222224 if (builtin .zig_backend == .stage2_sparc64 ) return error .SkipZigTest ; // TODO
223225 if (builtin .zig_backend == .stage2_spirv ) return error .SkipZigTest ;
224226 if (builtin .zig_backend == .stage2_riscv64 ) return error .SkipZigTest ;
227+ if (builtin .zig_backend == .stage2_c ) return error .SkipZigTest ;
225228
226229 const U = packed union {
227230 f1 : * const fn () error {TestUnexpectedResult }! void ,
You can’t perform that action at this time.
0 commit comments