Commit 1e278131e3

Cody Tapscott <topolarity@tapscott.me>
2022-10-13 21:47:47
Re-enable `@mulAdd` f128 tests on aarch64-darwin
Closes #9900
1 parent f035437
Changed files (1)
test
behavior
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)
     {