Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Convert-ASN1 CPAN distribution.

Report information
The Basics
Id: 7923
Status: resolved
Priority: 0/
Queue: Convert-ASN1

People
Owner: Nobody in particular
Requestors: mloewen [...] ripsaw.cac.psu.edu
Cc:
AdminCc:

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



Date: Thu, 7 Oct 2004 11:56:35 -0400 (EDT)
From: Mike Loewen <mloewen [...] ripsaw.cac.psu.edu>
To: bugs-Convert-ASN1 [...] rt.cpan.org
Subject: Convert::ASN1 failure on Solaris (followup)
Per my previous message, this is this output from test 02seq.t: 1..18 ok 1 ok 2 ok 3 ok 4 ok 5 ok 6 ok 7 ok 8 ok 9 ok 10 ok 11 ok 12 ok 13 ok 14 ok 15 ok 16 #17: expecting 6.78 #17: got 6.78000000000000024868995751603507 #line 58 t/02seq.t not ok 17 #18: expecting 12.34 #18: got 12.33999999999999985789145284798 #line 59 t/02seq.t not ok 18 Mike Loewen Information Technology Services Email: mcl8@psu.edu The Pennsylvania State University Phone: (814) 863-4356 University Park, PA 16802 Office: 17 Willard Bldg. http://ripsaw.cac.psu.edu/mloewen.html
From: Graham Barr <gbarr [...] pobox.com>
Subject: Re: [cpan #7923] Convert::ASN1 failure on Solaris (followup)
Date: Thu, 7 Oct 2004 17:35:29 +0100
To: bug-Convert-ASN1 [...] rt.cpan.org
RT-Send-Cc:
On 7 Oct 2004, at 16:55, Mike Loewen via RT wrote: Show quoted text
> Per my previous message, this is this output from test 02seq.t:
This is an issue with the test, not the module. It uses a floating point number that cannot be exactly stored. The next release will use better numbers in the test. You can try it from http://svn.mutatus.co.uk/repos/Convert-ASN1/trunk/t/02seq.t Graham.