Skip Menu |

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

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

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

Bug Information
Severity: Normal
Broken in:
  • 1.03
  • 1.04
  • 1.05
  • 1.07
  • 1.09
  • 1.10
  • 1.11
  • 1.13
  • 1.14
  • 1.15
  • 1.16
  • 1.17
  • 1.18
  • 1.19
  • 1.20
  • 1.21
  • 1.22
  • 1.23
Fixed in: 1.25



Subject: Fails on nvsize!=8
As per subject. -Duselongdouble on a 64 bit machine makes doubles 16bits long and that causes a test to fail. At least we know that all FAIL so far were produced on -Duselongdouble perls: http://analysis.cpantesters.org/reports_by_field?distv=Math-Clipper-1.03;field=conf%3Auselongdouble HTH&&Thanks&&Regards,
Does it help when I run the failing script through the debugger, turn diagnostics on and step t the first error? What else might help? Here would be the result. Please let me know whether I can provide more datapoints. DB<3> main::(t/008integerize.t:124): bag( @{f1($Aexpect)} ), # # # integerized constrained: # got # [-200,-56799999999999900] # [0,-567888888888888800] # [0,567777777777777700] # expected # [-2000,-567999999999999000] # [0,-567888888888888000] # [0,567777777777777000] # main::(t/008integerize.t:125): 'lose smallest digits when integerized constrained' main::(t/008integerize.t:126): ); DB<3> main::(t/008integerize.t:123): f1($Ac), DB<3> not ok 4 - lose smallest digits when integerized constrained Thanks && Regards,
On 2012-02-09 16:04:06, ANDK wrote: Show quoted text
> As per subject. > > -Duselongdouble on a 64 bit machine makes doubles 16bits long and that > causes a test to fail. At least we know that all FAIL so far were > produced on -Duselongdouble perls: > > http://analysis.cpantesters.org/reports_by_field?distv=Math-Clipper- > 1.03;field=conf%3Auselongdouble > > HTH&&Thanks&&Regards,
Still fails with the fresh 1.24. See http://matrix.cpantesters.org/?dist=Math-Clipper%201.24;os=linux;reports=1
On 2018-04-26 03:28:12, SREZIC wrote: Show quoted text
> On 2012-02-09 16:04:06, ANDK wrote:
> > As per subject. > > > > -Duselongdouble on a 64 bit machine makes doubles 16bits long and that > > causes a test to fail. At least we know that all FAIL so far were > > produced on -Duselongdouble perls: > > > > http://analysis.cpantesters.org/reports_by_field?distv=Math-Clipper- > > 1.03;field=conf%3Auselongdouble > > > > HTH&&Thanks&&Regards,
> > Still fails with the fresh 1.24. See > http://matrix.cpantesters.org/?dist=Math-Clipper%201.24;os=linux;reports=1
I see passes for *-ld perls with 1.25, so probably it's fixed now.
On 2018-05-01 03:28:49, SREZIC wrote: Show quoted text
> On 2018-04-26 03:28:12, SREZIC wrote:
> > On 2012-02-09 16:04:06, ANDK wrote:
> > > As per subject. > > > > > > -Duselongdouble on a 64 bit machine makes doubles 16bits long and that > > > causes a test to fail. At least we know that all FAIL so far were > > > produced on -Duselongdouble perls: > > > > > > http://analysis.cpantesters.org/reports_by_field?distv=Math-Clipper- > > > 1.03;field=conf%3Auselongdouble > > > > > > HTH&&Thanks&&Regards,
> > > > Still fails with the fresh 1.24. See > > http://matrix.cpantesters.org/?dist=Math-Clipper%201.24;os=linux;reports=1
> > I see passes for *-ld perls with 1.25, so probably it's fixed now. >
(But I don't have the permission to mark this ticket as resolved)