Skip Menu |

This queue is for tickets about the Class-Measure-Scientific-FX_992vb CPAN distribution.

Report information
The Basics
Id: 133182
Status: resolved
Worked: 2 hours (120 min)
Priority: 0/
Queue: Class-Measure-Scientific-FX_992vb

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

Bug Information
Severity: (no value)
Broken in: v0.0.1
Fixed in: v0.0.2



Subject: Test failure (with -Duselongdouble)
If perl is compiled with increased floating point accuracy (i.e. with the configuration option -Duselongdouble), then the test suite fails: ... # Failed test '1mps2 in g via acceleration' # at t/01_acceleration.t line 19. # got: '0.101971621297792824' # expected: '0.101971621297793' # Looks like you failed 1 test of 5. t/01_acceleration.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/5 subtests (less 1 skipped subtest: 3 okay) # Failed test '1 rad in degree via angle' # at t/01_angle.t line 16. # got: '57.2957795457242354' # expected: '57.2957795457242' ... (etc, more of these) ...