Title: [125911] trunk/LayoutTests
Revision
125911
Author
[email protected]
Date
2012-08-17 10:41:55 -0700 (Fri, 17 Aug 2012)

Log Message

Unreviewed GTK gardening.

Narrowing the failure expectation for http/tests/xmlhttprequest/origin-exact-matching.html.
The test now constantly fails only on release builds.

Adding a new baseline for a subpixel test that's required after r125794.

* platform/gtk/TestExpectations:
* platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (125910 => 125911)


--- trunk/LayoutTests/ChangeLog	2012-08-17 16:46:47 UTC (rev 125910)
+++ trunk/LayoutTests/ChangeLog	2012-08-17 17:41:55 UTC (rev 125911)
@@ -1,3 +1,15 @@
+2012-08-17  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        Narrowing the failure expectation for http/tests/xmlhttprequest/origin-exact-matching.html.
+        The test now constantly fails only on release builds.
+
+        Adding a new baseline for a subpixel test that's required after r125794.
+
+        * platform/gtk/TestExpectations:
+        * platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt: Added.
+
 2012-08-17  Anna Cavender <[email protected]>
 
         [Chromium] Removing track-active-cues.html from TextExpectations, passing now.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (125910 => 125911)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-17 16:46:47 UTC (rev 125910)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-08-17 17:41:55 UTC (rev 125911)
@@ -577,9 +577,6 @@
 // Fails on 32-bit release and 64-bit debug builders
 BUGWK83560 : fast/events/drop-with-file-paths.html = PASS TEXT
 
-// Fails on 32-bit release and 64-bit release builders
-BUGWK88727 : http/tests/xmlhttprequest/origin-exact-matching.html = PASS TEXT
-
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of tests with architecture-specific results
 //////////////////////////////////////////////////////////////////////////////////////////
@@ -1321,6 +1318,8 @@
 
 BUGWK89663 : editing/deleting/delete-3800834-fix.html = TEXT
 
+BUGWK88727 RELEASE : http/tests/xmlhttprequest/origin-exact-matching.html = TEXT
+
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Tests failing
 //////////////////////////////////////////////////////////////////////////////////////////

Added: trunk/LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt (0 => 125911)


--- trunk/LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/gtk/fast/sub-pixel/sub-pixel-accumulates-to-layers-expected.txt	2012-08-17 17:41:55 UTC (rev 125911)
@@ -0,0 +1,12 @@
+layer at (0,0) size 32000x585
+  RenderView at (0,0) size 800x585
+layer at (0,0) size 800x0
+  RenderBlock {HTML} at (0,0) size 800x0
+layer at (0,0) size 14x14
+  RenderBlock (positioned) {DIV} at (0,0) size 14x14
+layer at (7,0) size 1x7
+  RenderBlock (positioned) {DIV} at (7,0) size 1x7 [bgcolor=#FF0000]
+layer at (0,0) size 14x14
+  RenderBlock (positioned) {DIV} at (0,0) size 14x14
+layer at (7,0) size 1x7
+  RenderBlock (positioned) {DIV} at (7,0) size 1x7 [bgcolor=#008000]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to