[Webkit-unassigned] [Bug 113291] New: [EFL][Qt] Three inspector test are failing after r146840

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 03:20:09 PDT 2013


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

           Summary: [EFL][Qt]  Three inspector test are failing after
                    r146840
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kadam at inf.u-szeged.hu
                CC: timothy at apple.com, oliver at apple.com,
                    dominik.rottsches at intel.com, ossy at webkit.org,
                    zarvai at inf.u-szeged.hu, szledan at inf.u-szeged.hu
        Depends on: 65829
            Blocks: 79666


They are failing after http://trac.webkit.org/changeset/146840. The fails are same on both of ports. 

 * inspector/console/console-eval-syntax-error.html
Diff:

--- /ramdisk/qt-linux-32-release-NRWT/build/layout-test-results/inspector/console/console-eval-syntax-error-expected.txt
+++ /ramdisk/qt-linux-32-release-NRWT/build/layout-test-results/inspector/console/console-eval-syntax-error-actual.txt
@@ -1,5 +1,5 @@
 Tests that evaluating an expression with a syntax error in the console won't crash the browser. Bug 61194.

 foo().
-SyntaxError: Expected an identifier but found '}' instead
+SyntaxError: Unexpected EOF

 *inspector/debugger/debugger-pause-in-eval-script.html
Diff:

--- /ramdisk/qt-linux-32-release-NRWT/build/layout-test-results/inspector/debugger/debugger-pause-in-eval-script-expected.txt
+++ /ramdisk/qt-linux-32-release-NRWT/build/layout-test-results/inspector/debugger/debugger-pause-in-eval-script-actual.txt
@@ -4,7 +4,7 @@
 Evaluated script in console.
 Script execution paused.
 Call stack:
-    0) testFunction (:3)
+    0) testFunction (:2)
 Script execution resumed.
 Debugger was disabled.

 * inspector/extensions/extensions-eval.html

--- /ramdisk/qt-linux-32-release-NRWT/build/layout-test-results/inspector/extensions/extensions-eval-expected.txt
+++ /ramdisk/qt-linux-32-release-NRWT/build/layout-test-results/inspector/extensions/extensions-eval-actual.txt
@@ -5,7 +5,7 @@
 RUNNING TEST: extension_testEvalConsoleAPI
 Evaluate: "function" (exception: undefined)
 RUNNING TEST: extension_testEvalDefinesGlobalSymbols
-Evaluate: {"func":"function","variable":42} (exception: undefined)
+Evaluate: {"func":"undefined","variable":42} (exception: undefined)
 RUNNING TEST: extension_testEvalOk
 Evaluate: {"str":"foo","num":42} (exception: undefined)
 RUNNING TEST: extension_testEvalStatement

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