Closed
Bug 26457
Opened 23 years ago
Closed 23 years ago
win32 opt issues
Categories
(Core :: JavaScript Engine, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: rginda, Assigned: rogerl)
References
()
Details
(Keywords: js1.5)
Testcase ecma/Math/15.8.2.13.js failed [ Next Failure | Top of Page ] Failure messages were: Math.pow(NaN,0) = NaN FAILED! expected: 1 Math.pow(NaN,-0) = NaN FAILED! expected: 1 Testcase ecma/Math/15.8.2.8.js failed [ Previous Failure | Next Failure | Top of Page ] Failure messages were: Math.exp(Infinity) = NaN FAILED! expected: Infinity Math.exp(-Infinity) = NaN FAILED! expected: 0
Assignee | ||
Comment 1•23 years ago
|
||
opt build on Win was not using fdlibm version of pow.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•