Subject: | Tests fail with -Duselongdouble |
If perl is compiled with -Duselongdouble then the test suite fails (seen on Debian/jessie & FreeBSD 10.3):
# Failed test at t/GtkExSimpleList.t line 105.
# Failed test at t/GtkExSimpleList.t line 147.
# Failed test at t/GtkExSimpleList.t line 162.
# Failed test at t/GtkExSimpleList.t line 171.
# Failed test at t/GtkExSimpleList.t line 210.
# Failed test 'splice @, 2, 2 @'
# at t/GtkExSimpleList.t line 249.
# Structures begin differing at:
# $got->[0][2] = '0.100000000000000006'
# $expected->[0][2] = '0.1'
# Failed test 'splice @, -2, 1 @'
# at t/GtkExSimpleList.t line 259.
# Structures begin differing at:
# $got->[0][2] = '0.100000000000000006'
# $expected->[0][2] = '0.1'
# Failed test 'splice @, 8'
# at t/GtkExSimpleList.t line 264.
# Structures begin differing at:
# $got->[0][2] = '0.100000000000000006'
# $expected->[0][2] = '0.1'
# Failed test 'splice @, -2'
# at t/GtkExSimpleList.t line 271.
# Structures begin differing at:
# $got->[0][2] = '0.100000000000000006'
# $expected->[0][2] = '0.1'
# Failed test 'splice @'
# at t/GtkExSimpleList.t line 283.
# Structures begin differing at:
# $got->[0][2] = '0.100000000000000006'
# $expected->[0][2] = '0.1'
# Looks like you failed 10 tests of 46.
t/GtkExSimpleList.t ..
Dubious, test returned 10 (wstat 2560, 0xa00)
Failed 10/46 subtests