mirror of
https://github.com/ziglang/zig.git
synced 2024-11-22 12:20:16 +00:00
tests: fixup cmpf32 being unintentionally disabled on .stage2_x86_64
This commit is contained in:
parent
f382adaf9e
commit
8006052165
@ -134,7 +134,6 @@ test "cmp f16" {
|
||||
|
||||
test "cmp f32" {
|
||||
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
|
||||
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
|
||||
if (builtin.cpu.arch.isArm() and builtin.target.floatAbi() == .soft) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21234
|
||||
|
||||
try testCmp(f32);
|
||||
|
Loading…
Reference in New Issue
Block a user