Title: [125748] trunk/LayoutTests
- Revision
- 125748
- Author
- [email protected]
- Date
- 2012-08-15 22:59:39 -0700 (Wed, 15 Aug 2012)
Log Message
[Tests] Disable fast/forms/time-multiple-fields tests for port which don't enable multiple fields time input UI feature
https://bugs.webkit.org/show_bug.cgi?id=94186
Reviewed by Kent Tamura.
This patch disables tests in fast/forms/time-multiple-fields.
These tests are enabled if both ENABLE_INPUT_TYPE_TIME and
ENABLED_INPUT_TYPE_TIME_MULTIPLE_FIELDS enabled.
* platform/chromium/TestExpectations:
* platform/efl/tExpectations:
* platform/gtk/TestExpectations:
* platform/mac/Skipped:
* platform/qt/Skipped:
* platform/win/Skipped:
* platform/wincairo/Skipped:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (125747 => 125748)
--- trunk/LayoutTests/ChangeLog 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/ChangeLog 2012-08-16 05:59:39 UTC (rev 125748)
@@ -1,5 +1,24 @@
2012-08-15 Yoshifumi Inoue <[email protected]>
+ [Tests] Disable fast/forms/time-multiple-fields tests for port which don't enable multiple fields time input UI feature
+ https://bugs.webkit.org/show_bug.cgi?id=94186
+
+ Reviewed by Kent Tamura.
+
+ This patch disables tests in fast/forms/time-multiple-fields.
+ These tests are enabled if both ENABLE_INPUT_TYPE_TIME and
+ ENABLED_INPUT_TYPE_TIME_MULTIPLE_FIELDS enabled.
+
+ * platform/chromium/TestExpectations:
+ * platform/efl/tExpectations:
+ * platform/gtk/TestExpectations:
+ * platform/mac/Skipped:
+ * platform/qt/Skipped:
+ * platform/win/Skipped:
+ * platform/wincairo/Skipped:
+
+2012-08-15 Yoshifumi Inoue <[email protected]>
+
[Forms] Re-factor fast/forms/number/number-wheel-event.html
https://bugs.webkit.org/show_bug.cgi?id=94172
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (125747 => 125748)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2012-08-16 05:59:39 UTC (rev 125748)
@@ -861,6 +861,9 @@
// Chromium doesn't use fullscreen-specific media controls
WONTFIX SKIP : media/video-controls-fullscreen-volume.html = TEXT
+// ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) isn't enabled for Android (WK94186).
+WONTFIX SKIP ANDROID : fast/forms/time-multiple-fields = PASS
+
// -----------------------------------------------------------------
// TESTS TO FIX
// -----------------------------------------------------------------
Modified: trunk/LayoutTests/platform/efl/TestExpectations (125747 => 125748)
--- trunk/LayoutTests/platform/efl/TestExpectations 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2012-08-16 05:59:39 UTC (rev 125748)
@@ -854,6 +854,9 @@
BUGWK50485 SKIP : inspector/profiler/heap-snapshot-summary-sorting.html = TEXT
BUGWK50485 SKIP : inspector/profiler/heap-snapshot-summary-sorting-instances.html = TEXT
+// ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) is disabled
+BUGWK94186 SKIP : fast/forms/time-multiple-fields = PASS
+
// Require rebaseline after bug 93148
BUGWK93148 : tables/mozilla_expected_failures/bugs/bug106966.html = TEXT
BUGWK93148 : tables/mozilla_expected_failures/marvin/table_overflow_hidden_tbody.html = TEXT
Modified: trunk/LayoutTests/platform/gtk/TestExpectations (125747 => 125748)
--- trunk/LayoutTests/platform/gtk/TestExpectations 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/gtk/TestExpectations 2012-08-16 05:59:39 UTC (rev 125748)
@@ -1317,6 +1317,8 @@
BUGWK94083 SKIP : media/video-controls-fullscreen-volume.html = TEXT
+BUGWK94186 SKIP : fast/forms/time-multiple-fields = PASS
+
//////////////////////////////////////////////////////////////////////////////////////////
// End of Tests failing
//////////////////////////////////////////////////////////////////////////////////////////
Modified: trunk/LayoutTests/platform/mac/Skipped (125747 => 125748)
--- trunk/LayoutTests/platform/mac/Skipped 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/mac/Skipped 2012-08-16 05:59:39 UTC (rev 125748)
@@ -961,3 +961,6 @@
# This test depends on subpixel layout.
# https://bugs.webkit.org/show_bug.cgi?id=92352
css3/flexbox/flex-rounding.html
+
+# ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) is disabled
+fast/forms/time-multiple-fields
Modified: trunk/LayoutTests/platform/qt/Skipped (125747 => 125748)
--- trunk/LayoutTests/platform/qt/Skipped 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/qt/Skipped 2012-08-16 05:59:39 UTC (rev 125748)
@@ -2733,3 +2733,6 @@
# New test introduced in r125648 fast/events/autoscroll-in-textarea.html fails
# https://bugs.webkit.org/show_bug.cgi?id=94076
fast/events/autoscroll-in-textarea.html
+
+# ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) is disabled
+fast/forms/time-multiple-fields
Modified: trunk/LayoutTests/platform/win/Skipped (125747 => 125748)
--- trunk/LayoutTests/platform/win/Skipped 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/win/Skipped 2012-08-16 05:59:39 UTC (rev 125748)
@@ -1979,3 +1979,6 @@
#Require rebaselining after https://bugs.webkit.org/show_bug.cgi?id=89826
fast/css/word-space-extra.html
+
+# ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) is disabled
+fast/forms/time-multiple-fields
Modified: trunk/LayoutTests/platform/wincairo/Skipped (125747 => 125748)
--- trunk/LayoutTests/platform/wincairo/Skipped 2012-08-16 05:37:03 UTC (rev 125747)
+++ trunk/LayoutTests/platform/wincairo/Skipped 2012-08-16 05:59:39 UTC (rev 125748)
@@ -2160,3 +2160,6 @@
# ENABLE(WIDGET_REGION) is disabled
fast/css/widget-region-parser.html
+
+# ENABLE(INPUT_TYPE_TIME_MULTIPLE_FIELDS) is disabled
+fast/forms/time-multiple-fields
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes