Skip Menu |

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

Report information
The Basics
Id: 124887
Status: resolved
Priority: 0/
Queue: JavaScript-Duktape-XS

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

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



Subject: Fails on nvsize 16
http://www.cpantesters.org/cpan/report/93451038 # Failed test 'set and get for [pi]' # at t/gonzo.t line 45. # got: '3.14150000000000018' # expected: '3.1415' Nvsize varies with architecture and the parameter -Duselongdouble. A rule of thumb on this kind of test failures is to compare floating point numbers only with some epsilon. A convenient module to do so is Test::Number::Delta. HTH&&Thanks,