Subject: | t/v1.02.hex2ll.t fails with -Duselongdouble |
If perl is compiled with increased floating point accuracy (i.e. with -Duselongdouble) then the test suite fails:
...
# Failed test at t/v1.02.hex2ll.t line 12.
# got: '35.658310'
# expected: '35.658309'
# Failed test at t/v1.02.hex2ll.t line 12.
# got: '35.652007'
# expected: '35.652008'
# Failed test at t/v1.02.hex2ll.t line 12.
# got: '34.691965'
# expected: '34.691964'
# Looks like you failed 3 tests of 32.
t/v1.02.hex2ll.t .......
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/32 subtests
...