diff options
author | Jonathan Liu <net147@gmail.com> | 2012-12-17 23:15:57 +1100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-17 16:16:21 +0100 |
commit | 3651ffe993a9243a89fe965fedee9315f3ab68f4 (patch) | |
tree | 354dfbf7cccfb3614d4ef328cd11a06a72b98bd0 /Source/JavaScriptCore/runtime/JSObject.cpp | |
parent | fc3a6d84a79b606864d6e76b4fb8e1edc8ab92cb (diff) | |
download | qtwebkit-3651ffe993a9243a89fe965fedee9315f3ab68f4.tar.gz |
Fix Math.pow implementation with MinGW-w64
https://bugs.webkit.org/show_bug.cgi?id=105087
Patch by Jonathan Liu <net147@gmail.com> on 2012-12-17
Reviewed by Simon Hausmann.
The MinGW-w64 runtime has different behaviour for pow()
compared to other C runtimes. This results in the following
test262 tests failing with the latest MinGW-w64 runtime:
- S15.8.2.13_A14
- S15.8.2.13_A16
- S15.8.2.13_A20
- S15.8.2.13_A22
Handle the special cases that are different with MinGW-w64.
* runtime/MathObject.cpp:
(JSC::mathPow):
Change-Id: Ifad1aa24ac36f2d452e9166a4298525793597da3
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@137895 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSObject.cpp')
0 files changed, 0 insertions, 0 deletions