[Webkit-unassigned] [Bug 126699] New: Regression: failing RegExp tests on 32 bit architectures.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 9 08:03:43 PST 2014


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

           Summary: Regression: failing RegExp tests on 32 bit
                    architectures.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kilvadyb at homejinni.com
                CC: ggaren at apple.com, oliver at apple.com,
                    benjamin at webkit.org, fu at mips.com, cmarcelo at webkit.org,
                    msaboff at apple.com, fpizlo at apple.com,
                    mhahnenberg at apple.com, gergely at homejinni.com,
                    palfia at homejinni.com, jbriance at cisco.com


setRegExpConstructorInput and setRegExpConstructorMultiline functions are defined with (ExecState*, JSObject*, JSValue) parameters but are called with (ExecState*, EncodedJSValue, EncodedJSValue) parameters:

(gdb) p entry->m_u.property.put
$6 = (JSC::PutFunction) 0x7791feac <JSC::setRegExpConstructorMultiline(JSC::ExecState*, JSC::JSObject*, JSC::JSValue)>
(gdb) ptype entry->m_u.property.put
type = void (*)(JSC::ExecState *, JSC::EncodedJSValue, JSC::EncodedJSValue)

-- 
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