| author | |
| committer | |
| log | d4d6b23d642a12b76c28e4e1e8e33c4a6e97ea75 |
| tree | b359eb4bae17e82981a183e0b2b0233eb1bb2d62 |
| parent | 4320611e6dfecad9819281fb945ab2bfe5e182bd |
https://github.com/ziglang/zig/issues/210901 files changed, 2 insertions(+), 0 deletions(-)
test/behavior/maximum_minimum.zig+2| ... | ... | @@ -146,6 +146,8 @@ test "@min/max for floats" { |
| 146 | 146 | }; |
| 147 | 147 | |
| 148 | 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 | 151 | try S.doTheTest(T); |
| 150 | 152 | try comptime S.doTheTest(T); |
| 151 | 153 | } |