[Webkit-unassigned] [Bug 27259] New: REGRESSION(43559): fast/js/kde/arguments-scope.html fails with interpreter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 14 06:22:39 PDT 2009


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

           Summary: REGRESSION(43559): fast/js/kde/arguments-scope.html
                    fails with interpreter
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hausmann at webkit.org


After r43559 the fast/js/kde/arguments-scope.html layout test fails when
JavaScriptCore is built without the JIT but the interpreter instead.

I used the following standalone testcase during bisection:

function test() {
    if (typeof(arguments) != 'function')
        print("FAIL")
    else
        print("PASS")
    function arguments() {}
}

test()


If "arguments" is renamed to for example "foo" then it passes.

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