x86_64: pass more behavior tests

This commit is contained in:
Jacob Young
2025-01-09 13:38:25 -05:00
parent 666d76d85c
commit c3d33440f0
7 changed files with 382 additions and 387 deletions

View File

@@ -57,7 +57,7 @@ fn testNullPtrsEql() !void {
test "optional with zero-bit type" {
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64 and builtin.target.ofmt != .elf and builtin.target.ofmt != .macho) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
const S = struct {