Skip Menu |

This queue is for tickets about the Bio-FastParsers CPAN distribution.

Report information
The Basics
Id: 123930
Status: resolved
Priority: 0/
Queue: Bio-FastParsers

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

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



Subject: Tests fail with -Duselongdouble
If perl was compiled with -Duselongdouble, then the t/hmmer_dom_table.t test fails: ... # Failed test 'got expected values for all methods for hit-4' # at t/hmmer_dom_table.t line 90. # Compared $data->[6] # got : '9.8e-264' # expect : '9.79999999999999e-264' # Looks like you failed 1 test of 127. t/hmmer_dom_table.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/127 subtests ...
Thank you for the bug report. This should be fixed now. Le Jeu 21 Déc 2017 18:28:05, SREZIC a écrit : Show quoted text
> If perl was compiled with -Duselongdouble, then the > t/hmmer_dom_table.t test fails: > > ... > # Failed test 'got expected values for all methods for hit-4' > # at t/hmmer_dom_table.t line 90. > # Compared $data->[6] > # got : '9.8e-264' > # expect : '9.79999999999999e-264' > # Looks like you failed 1 test of 127. > t/hmmer_dom_table.t ..... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/127 subtests > ...