Skip Menu |

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

Report information
The Basics
Id: 109297
Status: resolved
Priority: 0/
Queue: Math-MPFR

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

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



Subject: MSWin32 t/bytes.t failure (3.27)
Hi Rob,

on MSWin32 / perl-5.22.1-RC2 / 32bit without 64bitint I have experienced t/bytes.t failure, the compiler is gcc-4.9.2 (same as in strawberry perl 5.22.0).

Interesting is that the same perl version but with 64bitint builds fine.
t/bessel.t ................ ok
t/buildopt.t .............. ok
Use of uninitialized value in numeric ne (!=) at t/bytes.t line 114.
Use of uninitialized value $dig in concatenation (.) or string at t/bytes.t line 116.

 != 113

$@: __float128 support not built into this Math::MPFR at t/bytes.t line 95.


Skipping tests 6-8
t/bytes.t .................
Failed 1/9 subtests
t/constants.t ............. ok


Subject: Re: [rt.cpan.org #109297] AutoReply: MSWin32 t/bytes.t failure (3.27)
Date: Sat, 21 Nov 2015 17:57:19 +0100
To: bug-Math-MPFR [...] rt.cpan.org
From: kmx <kmx [...] cpan.org>

Message body is not shown because it is too large.

CC: <kmx [...] cpan.org>
Subject: Re: [rt.cpan.org #109297] AutoReply: MSWin32 t/bytes.t failure (3.27)
Date: Mon, 23 Nov 2015 14:06:32 +1100
To: <bug-Math-MPFR [...] rt.cpan.org>
From: <sisyphus1 [...] optusnet.com.au>
Show quoted text
-----Original Message----- From: kmx via RT Sent: Sunday, November 22, 2015 3:57 AM To: undisclosed-recipients: Subject: Re: [rt.cpan.org #109297] AutoReply: MSWin32 t/bytes.t failure (3.27)
> Queue: Math-MPFR > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=109297 >
Thanks for the report. This is something that should also be tripping up cpan-testers. The attached patch to t/bytes.t should fix the issue. (It works for me on Strawberry ... pity I didn't think to trial it on Strawberry prior to uploading.) I'll upload a corrected Math-MPFR-3.28 distro later today. Cheers, Rob

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #109297] AutoReply: MSWin32 t/bytes.t failure (3.27)
Date: Mon, 23 Nov 2015 07:31:18 +0100
To: bug-Math-MPFR [...] rt.cpan.org
From: kmx <kmx [...] cpan.org>
Thanks for prompt reply. So, if I understand correctly, it is safe to ignore this test failure, right? -- kmx
CC: <kmx [...] cpan.org>
Subject: Re: [rt.cpan.org #109297] AutoReply: MSWin32 t/bytes.t failure (3.27)
Date: Mon, 23 Nov 2015 19:46:04 +1100
To: <bug-Math-MPFR [...] rt.cpan.org>
From: <sisyphus1 [...] optusnet.com.au>
Show quoted text
> So, if I understand correctly, it is safe to ignore this test failure, > right?
Yes - it's just a poorly constructed test. Cheers, Rob
Should now be fixed in version 3.28 on cpan. Versions 3.26 and 3.27 have been scheduled for deletion to backpan.
Closing