Subject: | Install Failure: QNAN vs SNAN |
# Failed test 'to_hex_floatingpoint(ieee754(7FF0000000000001) = +nan )'
# at t/02-floatingpoint.t line 18.
# got: '+0x1.#SNAN00000000p+0000'
# expected: '+0x1.#QNAN00000000p+0000'
# Failed test 'to_dec_floatingpoint(ieee754(7FF0000000000001) = +nan )'
# at t/02-floatingpoint.t line 20.
# got: '+0d1.#SNAN00000000000p+0000'
# expected: '+0d1.#QNAN00000000000p+0000'
# Failed test 'to_hex_floatingpoint(ieee754(FFF0000000000001) = -nan )'
# at t/02-floatingpoint.t line 18.
# got: '-0x1.#SNAN00000000p+0000'
# expected: '-0x1.#QNAN00000000p+0000'
# Failed test 'to_dec_floatingpoint(ieee754(FFF0000000000001) = -nan )'
# at t/02-floatingpoint.t line 20.
# got: '-0d1.#SNAN00000000000p+0000'
# expected: '-0d1.#QNAN00000000000p+0000'
# Failed test 'to_hex_floatingpoint(ieee754(7FF7FFFFFFFFFFFF) = +nan )'
# at t/02-floatingpoint.t line 18.
# got: '+0x1.#SNAN00000000p+0000'
# expected: '+0x1.#QNAN00000000p+0000'
# Failed test 'to_dec_floatingpoint(ieee754(7FF7FFFFFFFFFFFF) = +nan )'
# at t/02-floatingpoint.t line 20.
# got: '+0d1.#SNAN00000000000p+0000'
# expected: '+0d1.#QNAN00000000000p+0000'
# Failed test 'to_hex_floatingpoint(ieee754(FFF7FFFFFFFFFFFF) = -nan )'
# at t/02-floatingpoint.t line 18.
# got: '-0x1.#SNAN00000000p+0000'
# expected: '-0x1.#QNAN00000000p+0000'
# Failed test 'to_dec_floatingpoint(ieee754(FFF7FFFFFFFFFFFF) = -nan )'
# at t/02-floatingpoint.t line 20.
# got: '-0d1.#SNAN00000000000p+0000'
# expected: '-0d1.#QNAN00000000000p+0000'
# Looks like you failed 8 tests of 136.