Title: [127866] trunk/LayoutTests
Revision
127866
Author
zandober...@gmail.com
Date
2012-09-07 06:50:25 -0700 (Fri, 07 Sep 2012)

Log Message

Unreviewed GTK gardening.

Add passing expectations for a few specific sub-pixel and various input type
tests. These features are not yet supported by the GTK port but we're willing
to watch and monitor these tests' behavior.

* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (127865 => 127866)


--- trunk/LayoutTests/ChangeLog	2012-09-07 13:37:32 UTC (rev 127865)
+++ trunk/LayoutTests/ChangeLog	2012-09-07 13:50:25 UTC (rev 127866)
@@ -1,3 +1,13 @@
+2012-09-07  Zan Dobersek  <zandober...@gmail.com>
+
+        Unreviewed GTK gardening.
+
+        Add passing expectations for a few specific sub-pixel and various input type
+        tests. These features are not yet supported by the GTK port but we're willing
+        to watch and monitor these tests' behavior.
+
+        * platform/gtk/TestExpectations:
+
 2012-09-07  Sami Kyostila  <skyos...@google.com>
 
         [chromium] Dynamically removing preserve-3d from a layer has no effect

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (127865 => 127866)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2012-09-07 13:37:32 UTC (rev 127865)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2012-09-07 13:50:25 UTC (rev 127866)
@@ -180,6 +180,7 @@
 
 // ENABLE_INPUT_TYPE_* are not enabled.
 BUGWK29359 : fast/forms/date = TEXT
+BUGWK29359 : fast/forms/date/date-interactive-validation-required.html = PASS
 BUGWK29359 SKIP : fast/forms/date/calendar-picker-appearance-pre-100.html = TEXT
 BUGWK29359 SKIP : fast/forms/date/calendar-picker-appearance.html = TEXT
 BUGWK29359 : fast/forms/date/calendar-picker-type-change-onclick.html = PASS
@@ -190,11 +191,16 @@
 BUGWK29359 : fast/css/pseudo-out-of-range.html = TEXT
 BUGWK29359 : fast/css/pseudo-in-range-invalid-value.html = TEXT
 BUGWK29359 : fast/forms/datetime = TEXT
+BUGWK29359 : fast/forms/datetime/datetime-interactive-validation-required.html = PASS
 BUGWK29359 : fast/forms/datetimelocal = TEXT
+BUGWK29359 : fast/forms/datetimelocal/datetimelocal-interactive-validation-required.html = PASS
 BUGWK29359 : fast/forms/datetimelocal/input-valueasdate-datetimelocal.html = PASS
 BUGWK29359 : fast/forms/month = TEXT
+BUGWK29359 : fast/forms/month/month-interactive-validation-required.html = PASS
 BUGWK29359 : fast/forms/time = TEXT
+BUGWK29359 : fast/forms/time/time-interactive-validation-required.html = PASS
 BUGWK29359 : fast/forms/week = TEXT
+BUGWK29359 : fast/forms/week/week-interactive-validation-required.html = PASS
 
 // ENABLE_GAMEPAD not enabled.
 BUGWKGTK SKIP : gamepad = TEXT
@@ -361,12 +367,15 @@
 
 // These tests require subpixel layout to be enabled
 BUGWK85532 : fast/sub-pixel = TEXT IMAGE
+BUGWK85532 : fast/sub-pixel/auto-table-layout-should-avoid-text-wrapping.html = PASS
+BUGWK85532 : fast/sub-pixel/block-preferred-widths-with-sub-pixel-floats.html = PASS
 BUGWK85532 : fast/sub-pixel/column-clipping.html = PASS
 BUGWK85532 : fast/sub-pixel/file-upload-control-at-fractional-offset.html = PASS
 BUGWK85532 : fast/sub-pixel/float-containing-block-with-margin.html = PASS
 BUGWK85532 : fast/sub-pixel/float-with-margin-in-container.html = PASS
 BUGWK85532 : fast/sub-pixel/float-with-right-margin-zoom.html = PASS
 BUGWK85532 : fast/sub-pixel/float-wrap-with-subpixel-top.html = PASS
+BUGWK85532 : fast/sub-pixel/inline-block-should-not-wrap.html = PASS
 BUGWK85532 : fast/sub-pixel/inline-block-with-margin.html = PASS
 BUGWK85532 : fast/sub-pixel/size-of-span-with-different-positions.html = PASS
 BUGWK85532 : fast/sub-pixel/table-cells-with-padding-do-not-wrap.html = PASS
@@ -424,9 +433,6 @@
 BUGWK92942 SKIP : fast/dom/Proximity = PASS
 BUGWK92942 SKIP : fast/events/constructors/device-proximity-event-constructor.html = PASS
 
-// Mac and Win does not have global selections.
-WONTFIX MAC WIN : editing/pasteboard/paste-global-selection.html = TEXT
-
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Expected failures
 //////////////////////////////////////////////////////////////////////////////////////////
@@ -1300,6 +1306,8 @@
 
 BUGWK95530 : http/tests/security/inactive-document-with-empty-security-origin.html = TEXT
 
+BUGWK88238 : editing/pasteboard/paste-global-selection.html = TEXT
+
 //////////////////////////////////////////////////////////////////////////////////////////
 // End of Tests failing
 //////////////////////////////////////////////////////////////////////////////////////////
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to