[Webkit-unassigned] [Bug 54387] V8 3.1.4 changed value of Math.LOG10E

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 16 01:37:37 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=54387





--- Comment #5 from Søren Gjesse <sgjesse at chromium.org>  2011-02-16 01:37:38 PST ---
The patch adds the file

  LayoutTests/platform/chromium/fast/js/kde/math-expected.txt

which only differs from

  LayoutTests/fast/js/kde/math-expected.txt

in the result of Math.LOG10E is

  0.4342944819032518

in the first and

  0.43429448190325176

in the second.

Should that not cover the difference in the value of Math.LOG10E between V8 and JSC?

There is another bug on this, https://bugs.webkit.org/show_bug.cgi?id=41033. According to ES5 section 15.8.1.5 LOG10E has a value of approximately 0.4342944819032518.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list