Subject: | t/1.t fails with -Duselongdouble (2) |
If perl was compiled with -Duselongdouble, then t/1.t fails:
...
# Failed test 'GetField TIFFTAG_PRIMARYCHROMATICITIES (array of float)'
# at t/1.t line 47.
# Structures begin differing at:
# $got->[0] = '0.639999985694885254'
# $expected->[0] = '0.639999985694885'
# Failed test 'GetField TIFFTAG_WHITEPOINT (array of float)'
# at t/1.t line 58.
# Structures begin differing at:
# $got->[0] = '0.312700003385543823'
# $expected->[0] = '0.312700003385544'
test.tif: Can not read tiles from a stripped image.
# Looks like you failed 2 tests of 37.
t/1.t ............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/37 subtests
...
Seen on a Debian/jessie and FreeBSD 10.3 system.