[Webkit-unassigned] [Bug 90594] New: [Qt] Regression r121891 made two tests to fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 5 02:18:34 PDT 2012


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

           Summary: [Qt] Regression r121891 made two tests to fail
           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: kkristof at inf.u-szeged.hu
                CC: ossy at webkit.org, gavinp at chromium.org,
                    kkristof at inf.u-szeged.hu,
                    peter.wang at torchmobile.com.cn
            Blocks: 79666,85709


After the r121891 these two tests start to fail.

http/tests/inspector/console-cd-completions.html:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-cd-completions-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-cd-completions-actual.txt 
@@ -1,6 +1,6 @@
 Test that completions in the context of an iframe with a different origin will result in names of its global variables. Test passes if all global variables are found among completions AND there are NO console messages. Bug 65457.


-myGlobalVar
-myGlobalFunction
+NOT FOUND: myGlobalVar
+NOT FOUND: myGlobalFunction

http/tests/inspector/console-cd.html:

--- /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-cd-expected.txt 
+++ /ramdisk/qt-linux-64-release/build/layout-test-results/http/tests/inspector/console-cd-actual.txt 
@@ -1,5 +1,5 @@
 Tests that console evaluation can be performed in an iframe context.Bug 19872.


-foo = 2011
+foo = ReferenceError: Can't find variable: foo

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