Subject: | Test suite fails with uselongdouble (0.13) |
If perl is compiled with -Duselongdouble, then the Model.t test fails:
# Failed test at t/Algorithm/LibLinear/Model.t line 28.
# Structures begin differing at:
# $got->[0] = '-0.517607618406239145'
# $expected->[0] = '-0.517607618406239'
# Failed test at t/Algorithm/LibLinear/Model.t line 39.
# Structures begin differing at:
# $got->[0][0] = '0.0410348707945026175'
# $expected->[0][0] = '0.04103487079450262'
# Looks like you failed 2 tests of 4.
t/Algorithm/LibLinear/Model.t ..............
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/4 subtests