Subject: | Test failure (with -Duselongdouble) |
If perl is compiled with increased floating point accuracy (i.e. with the configuration option -Duselongdouble), then the test suite fails:
...
# Failed test '1mps2 in g via acceleration'
# at t/01_acceleration.t line 19.
# got: '0.101971621297792824'
# expected: '0.101971621297793'
# Looks like you failed 1 test of 5.
t/01_acceleration.t ...
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
(less 1 skipped subtest: 3 okay)
# Failed test '1 rad in degree via angle'
# at t/01_angle.t line 16.
# got: '57.2957795457242354'
# expected: '57.2957795457242'
... (etc, more of these) ...