Closed
Bug 165605
Opened 23 years ago
Closed 23 years ago
The dtoa test (optimized build) fails on Red Hat Linux 7.2
Categories
(NSPR :: NSPR, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 175668
People
(Reporter: wtc, Assigned: wtc)
Details
(Whiteboard: qa)
The dtoa test (optimized build only) fails on Red Hat Linux 7.2.
It does not fail on Red Hat Linux 6.2.
% ./dtoa
Failed to convert numeric value 1.867e73
Failed to convert numeric value -1.867e73
Failed to convert numeric value -1.867e-73
Failed to convert numeric value -1.0000000001e-21
FAILED
| Assignee | ||
Updated•23 years ago
|
Whiteboard: qa
| Assignee | ||
Comment 1•23 years ago
|
||
With the zone allocator engaged (setenv NSPR_USE_ZONE_ALLOCATOR 1),
the dtoa test fails with different output.
% ./dtoa
Failed to convert numeric value 10000.000000 :000
Failed to convert numeric value 1.867e73
Failed to convert numeric value -1.867e73
Failed to convert numeric value -1.867e-73
Failed to convert numeric value 1000000000099999940608.000000 :00000000100000000
000
Failed to convert numeric value -1.0000000001e-21
FAILED
| Assignee | ||
Comment 2•23 years ago
|
||
I confirmed that after I backported the "YES_ALIAS" fix from
the current version of dtoa.c, our dtoa test (optimized build)
passes on Red Hat Linux 7.3. So I am pretty sure this test
failure is caused by bug 175668.
*** This bug has been marked as a duplicate of 175668 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•