Skip Menu |

This queue is for tickets about the XS-Framework CPAN distribution.

Report information
The Basics
Id: 130160
Status: resolved
Priority: 0/
Queue: XS-Framework

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: accuracy problem in t/typemap/function.t (1.1.1)
On a freebsd system where perl is compiled with -Duselongdouble the test suite fails: ... # Failed test at t/typemap/function.t line 28. # got: '3.14000000000000012' # expected: '3.14' # Looks like you failed 1 test of 3. # Failed test 'int(int,double)' # at t/typemap/function.t line 32. # Failed test at t/typemap/function.t line 37. # got: '3.14000000000000012' # expected: '3.14' # Looks like you failed 1 test of 3. # Failed test 'int(int,double) custom' # at t/typemap/function.t line 41. # Looks like you failed 2 tests of 7. # Failed test 'sub->function' # at t/typemap/function.t line 59. # Looks like you failed 1 test of 2. t/typemap/function.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/2 subtests ...
Subject: Re: [rt.cpan.org #130160] accuracy problem in t/typemap/function.t (1.1.1)
Date: Wed, 24 Jul 2019 03:00:33 +0300
To: bug-XS-Framework [...] rt.cpan.org
From: Олег Пронин <syber.rus [...] gmail.com>
Yeah, i’ve seen it Fixed in last version Also there is a bug on almost half of your testers, with ‘no test::catch dependency’. Catch.hpp needed only for testing, and it is present in test_requires, however makefile.pl fails if it is not installed. Will fix it tomorrow... вт, 23 июля 2019 г. в 23:41, Slaven_Rezic via RT < bug-XS-Framework@rt.cpan.org>: Show quoted text
> Tue Jul 23 16:41:25 2019: Request 130160 was acted upon. > Transaction: Ticket created by SREZIC > Queue: XS-Framework > Subject: accuracy problem in t/typemap/function.t (1.1.1) > Broken in: (no value) > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=130160 > > > > On a freebsd system where perl is compiled with -Duselongdouble the test > suite fails: > > ... > # Failed test at t/typemap/function.t line 28. > # got: '3.14000000000000012' > # expected: '3.14' > # Looks like you failed 1 test of 3. > > # Failed test 'int(int,double)' > # at t/typemap/function.t line 32. > > # Failed test at t/typemap/function.t line 37. > # got: '3.14000000000000012' > # expected: '3.14' > # Looks like you failed 1 test of 3. > > # Failed test 'int(int,double) custom' > # at t/typemap/function.t line 41. > # Looks like you failed 2 tests of 7. > > # Failed test 'sub->function' > # at t/typemap/function.t line 59. > # Looks like you failed 1 test of 2. > t/typemap/function.t ................ > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/2 subtests > ... > >
Fixed (1.1.4)