Subject: | t/30-library/10-math.t fails |
My smoker machines report the following failure:
# Failed test 'atan(1,1) = 45'
# at t/30-library/10-math.t line 104.
# Structures begin differing at:
# $got->[0] = '4500000000000000000000000000000000000001/100000000000000000000000000000000000000'
# $expected->[0] = '45'
# Failed test 'atan(-1,-1) = -135'
# at t/30-library/10-math.t line 108.
# Structures begin differing at:
# $got->[0] = '-315'
# $expected->[0] = '-135'
# Looks like you failed 2 tests of 46.
t/30-library/10-math.t .................
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/46 subtests
Maybe caused by recent changes in Math::BigInt?