[Webkit-unassigned] [Bug 150412] New: [MIPS] "(-1) % NaN" returns -1 instead of NaN with LLInt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 21 13:46:28 PDT 2015


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

            Bug ID: 150412
           Summary: [MIPS] "(-1) % NaN" returns -1 instead of NaN with
                    LLInt
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: guijemont at igalia.com

The spec[1] says it should return NaN. It doesn't because fmod() on MIPS returns an impure NaN.

[1]http://www.ecma-international.org/ecma-262/6.0/#sec-applying-the-mod-operator

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151021/42053fce/attachment.html>


More information about the webkit-unassigned mailing list