On Thu Aug 08 14:10:17 2019, SREZIC wrote:
Show quoted text> Seen on a freebsd and linux system, if perl is compiled with
> -Duselongdouble:
>
> ...
> # Failed test 'uniqnum preserves uniqness of full integer range
> (stringified)'
> # at t/uniq.t line 115.
> # Structures begin differing at:
> # $got->[1] = '-1'
> # $expected->[1] = '18446744073709551614'
> # Looks like you failed 1 test of 33.
> t/uniq.t ..............
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/33 subtests
> ...
Confirmed on both Linux and FreeBSD. This test failure is causing Perl 5 smoke-test runs to fail when the perl is built with '-Duselongdouble'. The latest version of Scalar-List-Util was merged into blead today.
#####
commit 96684a73b5f81ca2a88309182dbc2dca9ab1601a
Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
AuthorDate: Mon Aug 12 05:27:18 2019
Commit: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
CommitDate: Mon Aug 12 05:27:18 2019
Update Scalar-List-Utils to CPAN version 1.51
#####
Can you investigate?
Thank you very much.
Jim Keenan