Subject: | 0 vs -0 (perl <= 5.12.5?) (0.92) |
On some of my smokers (it looks like perl <= 5.12.5 is affected) the test suite fails like this:
...
# Failed test '$x is unmodified'
# at t/abs-sign.t line 40.
# Structures begin differing at:
# $got->[2][3] = '0'
# $expected->[2][3] = '-0'
# Failed test '$x is unmodified'
# at t/abs-sign.t line 77.
# Structures begin differing at:
# $got->[2][3] = '0'
# $expected->[2][3] = '-0'
# Failed test '$x is unmodified'
# at t/abs-sign.t line 127.
# Structures begin differing at:
# $got->[2][3] = '0'
# $expected->[2][3] = '-0'
# Looks like you failed 3 tests of 15.
t/abs-sign.t .......................
Dubious, test returned 3 (wstat 768, 0x300)
Failed 3/15 subtests
... (additionally ceil.t, floor.t, and minv-inv.t fails in a similar way) ...