[Webkit-unassigned] [Bug 96180] New: REGRESSION(r127939): It broke fast/js/named-function-expression.html and inspector/debugger/debugger-expand-scope.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 8 00:27:56 PDT 2012


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

           Summary: REGRESSION(r127939): It broke
                    fast/js/named-function-expression.html and
                    inspector/debugger/debugger-expand-scope.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: ggaren at apple.com, barraclough at apple.com
            Blocks: 79666,96159


--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/js/named-function-expression-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/fast/js/named-function-expression-actual.txt 
@@ -29,9 +29,9 @@
 PASS: (function closure() { return (function() { closure = null; return closure && !this.closure; })(); })() should be true and is.
 PASS: (function closure() { return (function() { return closure && !this.closure; }); })()() should be true and is.
 PASS: (function closure() { return (function() { closure = null; return closure && !this.closure; }); })()() should be true and is.
-PASS: (function closure() { eval("var closure"); return closure == undefined && !this.closure; })() should be true and is.
-PASS: (function closure() { eval("function closure() { }"); return closure != arguments.callee && !this.closure; })() should be true and is.
-PASS: (function closure() { eval("var closure;"); closure = 1; return closure == 1 && !this.closure; })() should be true and is.
+FAIL: (function closure() { eval("var closure"); return closure == undefined && !this.closure; })() should be true but isn't.
+FAIL: (function closure() { eval("function closure() { }"); return closure != arguments.callee && !this.closure; })() should be true but isn't.
+FAIL: (function closure() { eval("var closure;"); closure = 1; return closure == 1 && !this.closure; })() should be true but isn't.
 PASS: (function closure() { eval("var closure"); delete closure; return closure == arguments.callee && !this.closure; })() should be true and is.
 PASS: (function closure() { eval("function closure() { }"); delete closure; return closure == arguments.callee && !this.closure; })() should be true and is.
 PASS: (function closure() { eval("closure = 1;"); return closure == arguments.callee && !this.closure; })() should be true and is.




--- /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/inspector/debugger/debugger-expand-scope-expected.txt 
+++ /home/webkitbuildbot/slaves/release32bit-NRWT/buildslave/qt-linux-32-release-NRWT/build/layout-test-results/inspector/debugger/debugger-expand-scope-actual.txt 
@@ -13,8 +13,6 @@
     innerFunctionLocalVar: 2012
     this: Window
     x: 2010
-WindowWith Block
-    innerFunction: function innerFunction(x) {
 Closure
     arguments: Arguments[1]
     makeClosureLocalVar: "local.TextParam"

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