Skip Menu |

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

Report information
The Basics
Id: 133703
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: 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) ...
On Sun Nov 08 04:48:17 2020, SREZIC wrote: Show quoted text
> 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) ...
Yes, 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