Subject: | Fails on nvsize!=8 |
As per subject. Sample fail report:
http://www.cpantesters.org/cpan/report/20350264
There are also fail reports with nvsize==8, but there are no passes with nvsize=12 or nvsize=16. 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,