Open
Bug 409881
Opened 17 years ago
Updated 2 years ago
xpcom/tests/unit/test_streams.js fails on x86_64
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
NEW
People
(Reporter: sylvain.pasche, Unassigned)
References
Details
(Keywords: 64bit)
line 88: do_check_eq(is.readFloat(), 2.5);
*** CHECK FAILED: 0 == 2.5
lines 137: do_check_eq(is.readFloat(), 2.5);
*** CHECK FAILED: 1.1210387714598537e-44 == 2.5
Tested on Ubuntu 7.10 x86_64. In my 32bit chroot, this is passing.
Reporter | ||
Comment 2•17 years ago
|
||
Yes, that's related (bug 403783 comment 6)
Updated•12 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•