From 1e278131e39e214684566db2d4fc3c1e16c71475 Mon Sep 17 00:00:00 2001 From: Cody Tapscott Date: Thu, 13 Oct 2022 12:47:47 -0700 Subject: [PATCH] Re-enable `@mulAdd` f128 tests on aarch64-darwin Closes #9900 --- test/behavior/muladd.zig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/behavior/muladd.zig b/test/behavior/muladd.zig index 861b786a56..f31b8d3c5c 100644 --- a/test/behavior/muladd.zig +++ b/test/behavior/muladd.zig @@ -71,11 +71,6 @@ test "@mulAdd f128" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO - if (builtin.os.tag == .macos and builtin.cpu.arch == .aarch64) { - // https://github.com/ziglang/zig/issues/9900 - return error.SkipZigTest; - } - if (builtin.zig_backend == .stage1 and builtin.cpu.arch == .i386 and builtin.os.tag == .linux) {