| author | |
| committer | |
| log | 1e278131e39e214684566db2d4fc3c1e16c71475 |
| tree | 062d18cfb44a9ac5dda8e4d0a58fdc6292d44625 |
| parent | f035437b5dcd054d136f5e823979afb583c40f59 |
Closes #99001 files changed, 0 insertions(+), 5 deletions(-)
test/behavior/muladd.zig-5| ... | ... | @@ -71,11 +71,6 @@ test "@mulAdd f128" { |
| 71 | 71 | if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO |
| 72 | 72 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 73 | 73 | |
| 74 | if (builtin.os.tag == .macos and builtin.cpu.arch == .aarch64) { | |
| 75 | // https://github.com/ziglang/zig/issues/9900 | |
| 76 | return error.SkipZigTest; | |
| 77 | } | |
| 78 | ||
| 79 | 74 | if (builtin.zig_backend == .stage1 and |
| 80 | 75 | builtin.cpu.arch == .i386 and builtin.os.tag == .linux) |
| 81 | 76 | { |