Skip to content

Commit

Permalink
tests: fixup cmpf32 being unintentionally disabled on .stage2_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
kcbanner committed Nov 11, 2024
1 parent f382ada commit 8006052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/behavior/floatop.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8006052

Please sign in to comment.