Skip Menu |

This queue is for tickets about the Color-TupleEncode CPAN distribution.

Report information
The Basics
Id: 103218
Status: new
Priority: 0/
Queue: Color-TupleEncode

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

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



Subject: Test suite fails with uselongdouble
With a perl configured with uselongdouble I see the following failures when running make test: # Failed test 'as_HSV(0.500000,1.000000,1.000000)' # at t/05-baran.t line 104. # got: '255,127,128' # expected: '255,127,127' Looking at the analysis page it seems that there are no PASS reports with long double systems: http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Color-TupleEncode-0.11&field=conf%3Anvtype&field=conf%3Aosname
On 2015-03-31 03:48:29, SREZIC wrote: Show quoted text
> With a perl configured with uselongdouble I see the following failures > when running make test: > > # Failed test 'as_HSV(0.500000,1.000000,1.000000)' > # at t/05-baran.t line 104. > # got: '255,127,128' > # expected: '255,127,127' > > Looking at the analysis page it seems that there are no PASS reports > with long double systems: > http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Color- > TupleEncode-0.11&field=conf%3Anvtype&field=conf%3Aosname
It fails also on some systems compiled perl normally, e.g. freebsd13 or fedora28: # Failed test 'as_HSV(0.400000,0.200000,0.500000)' # at t/05-baran.t line 104. # got: '178,255,229' # expected: '179,255,230' ... # Failed test 'as_HSV(0.400000,0.200000,0.500000)' # at t/05-baran.t line 107. # got: '178,255,229' # expected: '179,255,230'
On 2019-05-02 17:02:16, SREZIC wrote: Show quoted text
> On 2015-03-31 03:48:29, SREZIC wrote:
> > With a perl configured with uselongdouble I see the following > > failures > > when running make test: > > > > # Failed test 'as_HSV(0.500000,1.000000,1.000000)' > > # at t/05-baran.t line 104. > > # got: '255,127,128' > > # expected: '255,127,127' > > > > Looking at the analysis page it seems that there are no PASS reports > > with long double systems: > > http://analysis.cpantesters.org/reports_by_field?SUBMIT_xxx=Submit&distv=Color- > > TupleEncode-0.11&field=conf%3Anvtype&field=conf%3Aosname
> > It fails also on some systems compiled perl normally, e.g. freebsd13 > or fedora28: > > # Failed test 'as_HSV(0.400000,0.200000,0.500000)' > # at t/05-baran.t line 104. > # got: '178,255,229' > # expected: '179,255,230' > ... > # Failed test 'as_HSV(0.400000,0.200000,0.500000)' > # at t/05-baran.t line 107. > # got: '178,255,229' > # expected: '179,255,230'
Finally it seems that it fails with bleadperl (approx. since perl 5.29.2) on all platforms (also Debian or Ubuntu).