Subject: | Test failure (with -Duselongdouble) (1.0.3) |
It seems that the test suite fails if the used perl is configured with increased floating point accuracy (i.e. with the configuration option -Duselongdouble):
...
# Failed test 'Perl round'
# at t/05_round.t line 18.
# +----------+----+----------+
# | GOT | OP | CHECK |
# +----------+----+----------+
# | 4.80 GiB | eq | 4.79 GiB |
# +----------+----+----------+
# Seeded srand with seed '20200404' from local date.
t/05_round.t ...........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
# Failed test 'data/aya.ref.dot and data/aya.dot contents are the same'
# at t/10_reference.t line 56.
# --- data/aya.ref.dot Sat Apr 4 08:52:31 2020
# +++ data/aya.dot Sat Apr 4 12:27:47 2020
# @@ -909,7 +909,7 @@
# style=striped;fillcolor="pink;0.585982.2:green"
# ]; }
# { "@FS@/var/log" [
# - label="/var/log\nDevice: /dev/aya+raid1/log\next4\nSize: 4.79 GiB\nFree: 3.64 GiB\nUsed: 909 MiB";
# + label="/var/log\nDevice: /dev/aya+raid1/log\next4\nSize: 4.80 GiB\nFree: 3.64 GiB\nUsed: 909 MiB";
# style=striped;fillcolor="pink;0.240461.2:green"
# ]; }
# { "@FS@/" [
... (more similar differences following) ...