Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(949)

Unified Diff: tests/html/html.status

Issue 11691005: Revert "Filling in supported platforms for InputElement types." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 50454849586a64f69c21297e546b89c396f4f8e3..c07652e8ba9e38b0eaabe3bddb2f8be281fbdbe9 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -11,11 +11,11 @@ xmlelement_test: Skip # XML in dart:html is incomplete
[ $runtime == chrome ]
contentelement_test: Fail # Issue 5445: not currently supported on chrome stable.
-input_element_test/supported_date: Pass, Fail # Chrome stable does not support this input type.
-input_element_test/supported_datetime: Fail
-input_element_test/supported_datetime-local: Fail
-input_element_test/supported_month: Fail
-input_element_test/supported_week: Fail
+input_element_test/date: Pass, Fail # Chrome stable does not support this input type.
+input_element_test/datetime: Fail # Chrome stable does not support this input type.
+input_element_test/datetime-local: Fail # Chrome stable does not support this input type.
+input_element_test/month: Fail # Chrome stable does not support this input type.
+input_element_test/week: Fail # Chrome stable does not support this input type.
[ $runtime == chrome || $runtime == drt]
audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chrome and Dartium.
@@ -76,12 +76,12 @@ exceptions_test: Fail
fileapi_test: Fail
indexeddb_1_test/supported: Fail # IE10 does not support from file://
inner_frame_test: Skip
-input_element_test/supported_date: Fail
-input_element_test/supported_datetime: Fail
-input_element_test/supported_datetime-local: Fail
-input_element_test/supported_month: Fail
-input_element_test/supported_time: Fail
-input_element_test/supported_week: Fail
+input_element_test/date: Fail # IE10 does not support this input type.
+input_element_test/datetime: Fail # IE10 does not support this input type.
+input_element_test/datetime-local: Fail # IE10 does not support this input type.
+input_element_test/month: Fail # IE10 does not support this input type.
+input_element_test/time: Fail # IE10 does not support this input type.
+input_element_test/week: Fail # IE10 does not support this input type.
isolates_test: Skip
localstorage_test: Fail
measurement_test: Fail, Pass
@@ -134,13 +134,14 @@ exceptions_test: Fail
fileapi_test: Fail # IE does not support filesystem APIs.
history_test: Fail
indexeddb_1_test/supported: Fail
-input_element_test/supported_date: Fail
-input_element_test/supported_datetime: Fail
-input_element_test/supported_datetime-local: Fail
-input_element_test/supported_month: Fail
-input_element_test/supported_range: Fail
-input_element_test/supported_time: Fail
-input_element_test/supported_week: Fail
+input_element_test/date: Fail # IE9 does not support this input type.
+input_element_test/datetime: Fail # IE9 does not support this input type.
+input_element_test/datetime-local: Fail # IE9 does not support this input type.
+input_element_test/month: Fail # IE9 does not support this input type.
+input_element_test/range: Fail # IE9 does not support this input type.
+input_element_test/time: Fail # IE9 does not support this input type.
+input_element_test/week: Fail # IE9 does not support this input type.
+
messageevent_test: Fail
mutationobserver_test/supported: Fail
postmessage_structured_test: Skip # BUG(5685): times out.
@@ -166,13 +167,13 @@ audiocontext_test: Crash, Fail # Issue: 7414
element_test/elements: Crash, Fail # Issue: 7414
performance_api_test: Fail # window.performance.timing not in Safari 6.
indexeddb_1_test/supported: Fail
-input_element_test/supported_date: Fail
-input_element_test/supported_datetime: Fail
-input_element_test/supported_datetime-local: Fail
-input_element_test/supported_month: Fail, Crash
-input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please triage this failure.
-input_element_test/supported_time: Fail, Crash
-input_element_test/supported_week: Fail, Crash
+input_element_test/date: Fail # Safari does not support this input type.
+input_element_test/datetime: Fail # Safari does not support this input type.
+input_element_test/datetime-local: Fail # Safari does not support this input type.
+input_element_test/month: Fail, Crash # Safari does not support this input type.
+input_element_test/range: Fail, Crash # TODO(efortuna): Please triage this failure.
+input_element_test/time: Fail, Crash # Safari does not support this input type.
+input_element_test/week: Fail, Crash # Safari does not support this input type.
fileapi_test: Fail # requestFileSystem not supported in Safari 6.
datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
contentelement_test: Fail # Safari 6 does not support content element.
@@ -245,14 +246,13 @@ fileapi_test: Fail # FF does not support filesystem APIs.
indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
# setup code fails. prepare. (DOM callback has errors) Caught [object Event]
inner_frame_test: Skip
-input_element_test/supported_date: Fail
-input_element_test/supported_datetime: Fail
-input_element_test/supported_datetime-local: Fail
-input_element_test/supported_month: Fail
-input_element_test/supported_time: Fail
-input_element_test/supported_week: Fail
-input_element_test/supported_number: Fail
-input_element_test/supported_range: Fail
+input_element_test/date: Fail # FF does not support this input type.
+input_element_test/datetime: Fail # FF does not support this input type.
+input_element_test/datetime-local: Fail # FF does not support this input type.
+input_element_test/month: Fail # FF does not support this input type.
+input_element_test/time: Fail # FF does not support this input type.
+input_element_test/week: Fail # FF does not support this input type.
+input_element_test/range: Fail # FF does not support this input type.
# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
svg_3_test: Fail
svgelement_test/additionalConstructors: Fail
« no previous file with comments | « sdk/lib/html/templates/html/impl/impl_HTMLInputElement.darttemplate ('k') | tests/html/input_element_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698