Skip Menu |

This queue is for tickets about the Math-Matrix CPAN distribution.

Report information
The Basics
Id: 133702
Status: open
Priority: 0/
Queue: Math-Matrix

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: t/mldiv.t fails with -Duselongdouble (0.92)
The test suite fails with perls compiled with -Duselongdouble: ... # Failed test '$x has the right values' # at t/mldiv.t line 73. # Structures begin differing at: # $got->[1][2] = '4.63362113989775528e-20' # $expected->[1][2] = '0' # Looks like you failed 1 test of 12. t/mldiv.t .......................... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests ...
On Sun Nov 08 04:46:08 2020, SREZIC wrote: Show quoted text
> The test suite fails with perls compiled with -Duselongdouble: > > ... > # Failed test '$x has the right values' > # at t/mldiv.t line 73. > # Structures begin differing at: > # $got->[1][2] = '4.63362113989775528e-20' > # $expected->[1][2] = '0' > # Looks like you failed 1 test of 12. > t/mldiv.t .......................... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/12 subtests > ...
I saw the smoker e-mails pouring in this morning. Fortunately, this is a problem with the test, not the module as such. I'll fix the tests. Cheers, Peter