| ... | @@ -146,6 +146,8 @@ test "@min/max for floats" { | ... | @@ -146,6 +146,8 @@ test "@min/max for floats" { |
| 146 | }; | 146 | }; |
| 147 | | 147 | |
| 148 | inline for (.{ f16, f32, f64, f80, f128, c_longdouble }) |T| { | 148 | inline for (.{ f16, f32, f64, f80, f128, c_longdouble }) |T| { |
| | 149 | if (T == c_longdouble and builtin.cpu.arch.isMIPS64()) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/21090 |
| | 150 | |
| 149 | try S.doTheTest(T); | 151 | try S.doTheTest(T); |
| 150 | try comptime S.doTheTest(T); | 152 | try comptime S.doTheTest(T); |
| 151 | } | 153 | } |