Skip Menu |

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

Report information
The Basics
Id: 125251
Status: resolved
Priority: 0/
Queue: Math-Clipper

People
Owner: SHELDRAKE [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/008integerize.t fails on FreeBSD
On all my freebsd smokers (9, 10, 11, 12) the t/008integerize.t test fails: ... # Failed test 'keep smallest digits when integerized not constrained' # at t/008integerize.t line 162. # Comparing $data as a Bag # Missing: 1 reference # Extra: 1 reference # Failed test 'keep smallest digits when integerized not constrained - roundtripped' # at t/008integerize.t line 174. # Comparing $data as a Bag # Missing: 1 reference # Extra: 1 reference # Failed test 'keep smallest digits when integerized not constrained - unscaled' # at t/008integerize.t line 182. # Comparing $data as a Bag # Missing: 2 references # Extra: 2 references # Looks like you failed 3 tests of 15. t/008integerize.t ........ Dubious, test returned 3 (wstat 768, 0x300) Failed 3/15 subtests ...
On Tue May 01 03:30:39 2018, SREZIC wrote: Show quoted text
> On all my freebsd smokers (9, 10, 11, 12) the t/008integerize.t test > fails: > > ... > # Failed test 'keep smallest digits when integerized not > constrained' > # at t/008integerize.t line 162. > # Comparing $data as a Bag > # Missing: 1 reference > # Extra: 1 reference > > # Failed test 'keep smallest digits when integerized not constrained > - roundtripped' > # at t/008integerize.t line 174. > # Comparing $data as a Bag > # Missing: 1 reference > # Extra: 1 reference > > # Failed test 'keep smallest digits when integerized not constrained > - unscaled' > # at t/008integerize.t line 182. > # Comparing $data as a Bag > # Missing: 2 references > # Extra: 2 references > # Looks like you failed 3 tests of 15. > t/008integerize.t ........ > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/15 subtests > ...
Version 1.26 uploaded just now to hopefully fix this. Seems to be a difference between float math results between clang and gcc compilers.
On 2018-05-01 06:02:29, SHELDRAKE wrote: Show quoted text
> On Tue May 01 03:30:39 2018, SREZIC wrote:
> > On all my freebsd smokers (9, 10, 11, 12) the t/008integerize.t test > > fails: > > > > ... > > # Failed test 'keep smallest digits when integerized not > > constrained' > > # at t/008integerize.t line 162. > > # Comparing $data as a Bag > > # Missing: 1 reference > > # Extra: 1 reference > > > > # Failed test 'keep smallest digits when integerized not > > constrained > > - roundtripped' > > # at t/008integerize.t line 174. > > # Comparing $data as a Bag > > # Missing: 1 reference > > # Extra: 1 reference > > > > # Failed test 'keep smallest digits when integerized not > > constrained > > - unscaled' > > # at t/008integerize.t line 182. > > # Comparing $data as a Bag > > # Missing: 2 references > > # Extra: 2 references > > # Looks like you failed 3 tests of 15. > > t/008integerize.t ........ > > Dubious, test returned 3 (wstat 768, 0x300) > > Failed 3/15 subtests > > ...
> > Version 1.26 uploaded just now to hopefully fix this. > > Seems to be a difference between float math results between clang and > gcc compilers.
Confirmed --- 1.26 passes on my freebsd smokers.