[Webkit-unassigned] [Bug 139679] 0<=NaN return TRUE if disabling JIT
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 17 17:38:37 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139679
--- Comment #3 from Mark Wang <mwang at opentv.com> ---
I am using WebKitGTK2.0.1 which didn't change the JavascriptCore.
My test script is:
<script>
0 <= NaN?console.log("TRUE"):console.log("FALSE");
</script>
OS: Linux.
Result:
If --enable-jit=yes, "0 <= NaN" always is FALSE no matter if JIT is enabled by ENV
If --enable-jit=no, "0 <= NaN" always is TRUE.
So, JIT must be disabled in the build configuration in order to reproduce this issue.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141218/77e14ecb/attachment-0002.html>
More information about the webkit-unassigned
mailing list