Subject: | t/column_defaults.t fails with -Duselongdouble |
If perl was compiled with increased floating point accuracy, then the test suite fails:
...
# Failed test 'sim_decimal_with_func is 22.2'
# at t/column_defaults.t line 209.
# +---------------------+----+-------+
# | GOT | OP | CHECK |
# +---------------------+----+-------+
# | 22.1999999999999993 | eq | 22.2 |
# +---------------------+----+-------+
# Seeded srand with seed '20200709' from local date.
# Looks like you failed 1 test of 32.
t/column_defaults.t .......................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/32 subtests
...