| author | |
| committer | |
| log | d5e3c8a2aaeda1509ef08623be7c772cb53433c9 |
| tree | 27137c78c809a8ffb5ff63f79d63c728f1bab2c8 |
| parent | 9373a963a1aec1341b62cfe2170f824de620f41a |
| signature |
This fails on a pwr10 machine.1 files changed, 2 insertions(+), 0 deletions(-)
lib/compiler_rt/extendf_test.zig+2| ... | ... | @@ -110,6 +110,8 @@ test "extenddfxf2" { |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | 112 | test "extenddftf2" { |
| 113 | if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isPowerPC()) return error.SkipZigTest; | |
| 114 | ||
| 113 | 115 | // qNaN |
| 114 | 116 | try test__extenddftf2(makeQNaN64(), 0x7fff800000000000, 0x0); |
| 115 | 117 |