Title: [124408] trunk/LayoutTests
Revision
124408
Author
[email protected]
Date
2012-08-01 22:21:22 -0700 (Wed, 01 Aug 2012)

Log Message

[Chromium] Test expectation updates.
https://bugs.webkit.org/show_bug.cgi?id=72990
https://bugs.webkit.org/show_bug.cgi?id=74694
https://bugs.webkit.org/show_bug.cgi?id=80219
https://bugs.webkit.org/show_bug.cgi?id=90741
https://bugs.webkit.org/show_bug.cgi?id=92850
https://bugs.webkit.org/show_bug.cgi?id=92852
https://bugs.webkit.org/show_bug.cgi?id=92938
https://bugs.webkit.org/show_bug.cgi?id=92941

Unreviewed, test expectation updates.

* Attempting to fix http/tests/cache tests dumping as pixel tests by
  changing "window.testRunner.dumpAsText()" to "testRunner.dumpAsText()"
  since the test opens multiple windows.  (I don't know why else it
  might not be working.)
* Removing erroneous Chromium Linux pixel baselines for that test.
* Rebaselined a CSS test after http://trac.webkit.org/changeset/123782 ,
  which only got partially rebaselined before.
* Fixed some incorrect bug numbers on some expectations.
* Miscellaneous other stuff.

* http/tests/cache/history-only-cached-subresource-loads-max-age-https.html:
* http/tests/cache/history-only-cached-subresource-loads.html:
* platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png: Removed.
* platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png: Removed.
* platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
* platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
* platform/chromium/TestExpectations:

Modified Paths

Removed Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (124407 => 124408)


--- trunk/LayoutTests/ChangeLog	2012-08-02 04:57:24 UTC (rev 124407)
+++ trunk/LayoutTests/ChangeLog	2012-08-02 05:21:22 UTC (rev 124408)
@@ -1,3 +1,35 @@
+2012-08-01  Peter Kasting  <[email protected]>
+
+        [Chromium] Test expectation updates.
+        https://bugs.webkit.org/show_bug.cgi?id=72990
+        https://bugs.webkit.org/show_bug.cgi?id=74694
+        https://bugs.webkit.org/show_bug.cgi?id=80219
+        https://bugs.webkit.org/show_bug.cgi?id=90741
+        https://bugs.webkit.org/show_bug.cgi?id=92850
+        https://bugs.webkit.org/show_bug.cgi?id=92852
+        https://bugs.webkit.org/show_bug.cgi?id=92938
+        https://bugs.webkit.org/show_bug.cgi?id=92941
+
+        Unreviewed, test expectation updates.
+
+        * Attempting to fix http/tests/cache tests dumping as pixel tests by
+          changing "window.testRunner.dumpAsText()" to "testRunner.dumpAsText()"
+          since the test opens multiple windows.  (I don't know why else it
+          might not be working.)
+        * Removing erroneous Chromium Linux pixel baselines for that test.
+        * Rebaselined a CSS test after http://trac.webkit.org/changeset/123782 ,
+          which only got partially rebaselined before.
+        * Fixed some incorrect bug numbers on some expectations.
+        * Miscellaneous other stuff.
+
+        * http/tests/cache/history-only-cached-subresource-loads-max-age-https.html:
+        * http/tests/cache/history-only-cached-subresource-loads.html:
+        * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png: Removed.
+        * platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png: Removed.
+        * platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt: Removed.
+        * platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt:
+        * platform/chromium/TestExpectations:
+
 2012-08-01  Shinya Kawanaka  <[email protected]>
 
         The elements in Shadow DOM of input should not be modifiable.

Modified: trunk/LayoutTests/http/tests/cache/history-only-cached-subresource-loads-max-age-https.html (124407 => 124408)


--- trunk/LayoutTests/http/tests/cache/history-only-cached-subresource-loads-max-age-https.html	2012-08-02 04:57:24 UTC (rev 124407)
+++ trunk/LayoutTests/http/tests/cache/history-only-cached-subresource-loads-max-age-https.html	2012-08-02 05:21:22 UTC (rev 124408)
@@ -16,9 +16,9 @@
     <script>
     // Asynchronous test because this requires a new window to perform multiple navigations.
     if (window.testRunner) {
-        window.testRunner.dumpAsText();
-        window.testRunner.waitUntilDone();
-        window.testRunner.setCanOpenWindows();
+        testRunner.dumpAsText();
+        testRunner.waitUntilDone();
+        testRunner.setCanOpenWindows();
     }
 
     // Values to check.

Modified: trunk/LayoutTests/http/tests/cache/history-only-cached-subresource-loads.html (124407 => 124408)


--- trunk/LayoutTests/http/tests/cache/history-only-cached-subresource-loads.html	2012-08-02 04:57:24 UTC (rev 124407)
+++ trunk/LayoutTests/http/tests/cache/history-only-cached-subresource-loads.html	2012-08-02 05:21:22 UTC (rev 124408)
@@ -16,9 +16,9 @@
     <script>
     // Asynchronous test because this requires a new window to perform multiple navigations.
     if (window.testRunner) {
-        window.testRunner.dumpAsText();
-        window.testRunner.waitUntilDone();
-        window.testRunner.setCanOpenWindows();
+        testRunner.dumpAsText();
+        testRunner.waitUntilDone();
+        testRunner.setCanOpenWindows();
     }
 
     // Values to check.

Modified: trunk/LayoutTests/platform/chromium/TestExpectations (124407 => 124408)


--- trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-02 04:57:24 UTC (rev 124407)
+++ trunk/LayoutTests/platform/chromium/TestExpectations	2012-08-02 05:21:22 UTC (rev 124408)
@@ -2615,9 +2615,9 @@
 
 BUGWK65453 MAC : fast/css/outline-auto-empty-rects.html = IMAGE
 
-BUGWK74694 LINUX RELEASE : http/tests/cache/history-only-cached-subresource-loads.html = MISSING TEXT PASS
-BUGWK74694 LINUX RELEASE : http/tests/cache/history-only-cached-subresource-loads-max-age-https.html = MISSING TEXT PASS
-BUGWK74694 SNOWLEOPARD : http/tests/cache/history-only-cached-subresource-loads-max-age-https.html = MISSING PASS
+// For some reason, these tests are running as pixel tests most of the time instead of dumping as text.
+BUGWK74694 : http/tests/cache/history-only-cached-subresource-loads.html = MISSING PASS
+BUGWK74694 : http/tests/cache/history-only-cached-subresource-loads-max-age-https.html = MISSING PASS
 
 BUGWK67915 LINUX WIN : fast/borders/borderRadiusDashed06.html = IMAGE
 
@@ -2788,7 +2788,6 @@
 BUGWK66953 DEBUG : animations/suspend-resume-animation.html = TEXT PASS
 BUGWK66953 MAC DEBUG : animations/animation-direction-reverse.html = TEXT PASS
 
-BUGWK72990 WIN : accessibility/loading-iframe-updates-axtree.html = PASS TIMEOUT
 BUGWK72761 : accessibility/anonymous-render-block-in-continuation-causes-crash.html = PASS TIMEOUT
 BUGWK77110 WIN DEBUG : accessibility/loading-iframe-sends-notification.html = PASS TEXT
 
@@ -3428,7 +3427,8 @@
 // webkitIsFullScreen does not have the correct value after an iframe exits fullscreen
 BUGWK90704 : fullscreen/exit-full-screen-iframe.html = TEXT
 
-// Started failing after r121907.
+// Hopefully will be fixed when WK bug 91660 is fixed.
+BUGWK90741 MAC : fast/text-autosizing/font-scale-factor.html = IMAGE
 BUGWK90741 MAC : fast/text-autosizing/simple-paragraph.html = IMAGE
 
 // Flaky
@@ -3499,13 +3499,18 @@
 
 BUGWK82547 LION : fast/speech/input-appearance-searchandspeech.html = IMAGE PASS
 
-BUGWK92580 LINUX DEBUG : http/tests/websocket/tests/hybi/workers/close-code-and-reason.html = PASS CRASH
+BUGWK92850 LINUX DEBUG : http/tests/websocket/tests/hybi/workers/close-code-and-reason.html = PASS CRASH
 
-BUGWK92582 LINUX DEBUG : media/video-currentTime-set2.html = PASS CRASH
+BUGWK92852 LINUX DEBUG : media/video-currentTime-set2.html = PASS CRASH
 
 // Started failing after http://trac.webkit.org/changeset/124314
 BUGWK92863 : fast/forms/input-widths.html = TEXT
 
 // Needs rebaseline after https://bugs.webkit.org/show_bug.cgi?id=80219
-BUGWK80219 MAC WIN : fast/box-sizing/box-sizing.html = IMAGE+TEXT
+BUGWK80219 MAC : fast/box-sizing/box-sizing.html = IMAGE+TEXT
+BUGWK80219 WIN : fast/box-sizing/box-sizing.html = IMAGE
 BUGWK80219 MAC : compositing/overflow/clip-descendents.html = TEXT
+
+BUGWK92938 : compositing/layer-creation/animation-overlap-with-children.html = TEXT PASS
+
+BUGWK92941 WIN7 : accessibility/loading-iframe-updates-axtree.html = CRASH

Deleted: trunk/LayoutTests/platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-expected.png


(Binary files differ)

Deleted: trunk/LayoutTests/platform/chromium-linux/http/tests/cache/history-only-cached-subresource-loads-max-age-https-expected.png


(Binary files differ)

Modified: trunk/LayoutTests/platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt (124407 => 124408)


--- trunk/LayoutTests/platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt	2012-08-02 04:57:24 UTC (rev 124407)
+++ trunk/LayoutTests/platform/chromium-mac/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt	2012-08-02 05:21:22 UTC (rev 124408)
@@ -108,6 +108,6 @@
 layer at (101,706) size 80x38
   RenderBlock (relative positioned) {DIV} at (3,654) size 80x39 [bgcolor=#008080]
 layer at (101,726) size 40x18
-  RenderBlock (positioned) {DIV} at (0,20) size 40x18 [bgcolor=#FFFFFF]
+  RenderBlock (positioned) {DIV} at (0,19) size 40x19 [bgcolor=#FFFFFF]
     RenderText {#text} at (0,0) size 5x18
       text run at (0,0) width 5: "-"

Deleted: trunk/LayoutTests/platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt (124407 => 124408)


--- trunk/LayoutTests/platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt	2012-08-02 04:57:24 UTC (rev 124407)
+++ trunk/LayoutTests/platform/chromium-mac-snowleopard/css2.1/t080301-c411-vt-mrgn-00-b-expected.txt	2012-08-02 05:21:22 UTC (rev 124408)
@@ -1,113 +0,0 @@
-layer at (0,0) size 785x868
-  RenderView at (0,0) size 785x600
-layer at (0,0) size 785x868
-  RenderBlock {HTML} at (0,0) size 785x868
-    RenderBody {BODY} at (8,16) size 769x844
-      RenderBlock {P} at (0,0) size 769x18
-        RenderText {#text} at (0,0) size 279x18
-          text run at (0,0) width 279: "The two columns below should be identical."
-      RenderTable {TABLE} at (0,34) size 178x810
-        RenderTableSection {TBODY} at (0,0) size 178x810
-          RenderTableRow {TR} at (0,2) size 178x806
-            RenderTableCell {TD} at (2,2) size 86x807 [bgcolor=#008080] [border: (3px solid #000000)] [r=0 c=0 rs=1 cs=1]
-              RenderBlock {P} at (3,3) size 80x18 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,96) size 80x19 [bgcolor=#FF00FF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,114) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,208) size 80x19 [bgcolor=#00FF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,226) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,281) size 80x19 [bgcolor=#FFFFFF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,337) size 80x95 [bgcolor=#00FFFF]
-                RenderBlock {P} at (0,75) size 80x19 [bgcolor=#FFA500]
-                  RenderText {#text} at (0,0) size 5x18
-                    text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,469) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,487) size 80x94 [bgcolor=#FF00FF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,542) size 80x57 [bgcolor=#00FF00]
-                RenderText {#text} at (0,38) size 5x18
-                  text run at (0,38) width 5: "-"
-              RenderBlock (floating) {P} at (3,674) size 40x19 [bgcolor=#FFFFFF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,636) size 80x19 [bgcolor=#00FFFF]
-                RenderText {#text} at (40,0) size 5x18
-                  text run at (40,0) width 5: "-"
-              RenderBlock {P} at (3,692) size 80x57 [bgcolor=#FFA500]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {P} at (3,748) size 80x56 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,38) size 5x18
-                  text run at (0,38) width 5: "-"
-            RenderTableCell {TD} at (90,2) size 86x807 [border: (3px solid #000000)] [r=0 c=1 rs=1 cs=1]
-              RenderBlock {DIV} at (3,3) size 80x18 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,21) size 80x76 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,96) size 80x19 [bgcolor=#FF00FF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,114) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,132) size 80x77 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,208) size 80x19 [bgcolor=#00FF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,226) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,244) size 80x38 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,281) size 80x19 [bgcolor=#FFFFFF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,299) size 80x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,337) size 80x77 [bgcolor=#00FFFF]
-              RenderBlock {DIV} at (3,413) size 80x19 [bgcolor=#FFA500]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,431) size 80x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,469) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,487) size 80x19 [bgcolor=#FF00FF]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,505) size 80x38 [bgcolor=#FF00FF]
-              RenderBlock {DIV} at (3,542) size 80x39 [bgcolor=#00FF00]
-              RenderBlock {DIV} at (3,580) size 80x19 [bgcolor=#00FF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,598) size 80x39 [bgcolor=#008080]
-              RenderBlock {DIV} at (3,636) size 80x19 [bgcolor=#00FFFF]
-                RenderBlock {DIV} at (40,0) size 40x18
-                  RenderText {#text} at (0,0) size 5x18
-                    text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,692) size 80x19 [bgcolor=#FFA500]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-              RenderBlock {DIV} at (3,710) size 80x39 [bgcolor=#FFA500]
-              RenderBlock {DIV} at (3,748) size 80x38 [bgcolor=#FFFF00]
-              RenderBlock {DIV} at (3,785) size 80x19 [bgcolor=#FFFF00]
-                RenderText {#text} at (0,0) size 5x18
-                  text run at (0,0) width 5: "-"
-layer at (101,706) size 80x38
-  RenderBlock (relative positioned) {DIV} at (3,654) size 80x39 [bgcolor=#008080]
-layer at (101,726) size 40x18
-  RenderBlock (positioned) {DIV} at (0,19) size 40x19 [bgcolor=#FFFFFF]
-    RenderText {#text} at (0,0) size 5x18
-      text run at (0,0) width 5: "-"
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to