Subject: | t/date-hires.t fails (with -Duselongdouble?) |
The test suite fails on one of my smokers --- this one has perl compiled with -Duselongdouble:
...
# Failed test at t/date-hires.t line 23.
# got: '1000000000.00000095'
# expected: '1000000000.000001'
# Failed test at t/date-hires.t line 33.
# got: '1000000000.00000095'
# expected: '1000000000.000001'
# Looks like you failed 2 tests of 10.
# Failed test 'double & string ctors'
# at t/date-hires.t line 34.
# Failed test at t/date-hires.t line 38.
# got: '1530126740.34022999'
# expected: '1530126740.34023'
# Looks like you failed 1 test of 2.
# Failed test 'hash ctor'
# at t/date-hires.t line 40.
# Failed test at t/date-hires.t line 44.
# got: '1530126740.34022999'
# expected: '1530126740.34023'
# Looks like you failed 1 test of 2.
# Failed test 'array ctor'
# at t/date-hires.t line 46.
# Failed test at t/date-hires.t line 60.
# got: '1000000000.00000095'
# expected: '1000000000.000001'
# Failed test at t/date-hires.t line 62.
# got: '1000000000.00000203'
# expected: '1000000000.000002'
# Looks like you failed 2 tests of 5.
# Failed test 'assignment'
# at t/date-hires.t line 71.
# Looks like you failed 4 tests of 8.
t/date-hires.t ............
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/8 subtests
...