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

Unified Diff: tests/html/html.status

Issue 11748003: Fixing up WebComponents types & tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 12 months 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 f48eee278dd845aa2e5483ba283a44db3cdaf4f8..47d9f9dc7306ca9df1e5f2744a09c9c6ba3453fd 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -9,13 +9,19 @@ webgl_1_test: Skip # Issue 1495
xmldocument_test: Skip # XML in dart:html is incomplete
xmlelement_test: Skip # XML in dart:html is incomplete
+# Layout tests are only supported on DRT.
+[ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
+*layout_test: Skip
+
[ $runtime == chrome ]
element_types_test/supported_content: Fail
+element_types_test/supported_shadow: Fail
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
+shadow_dom_test/supported: Fail
[ $runtime == chrome || $runtime == drt]
audiobuffersourcenode_test: Pass, Fail # AudiobufferSourceNode is flaky on Chrome and Dartium.
@@ -52,11 +58,6 @@ audiobuffersourcenode_test: Pass, Fail
[ $compiler == none && $runtime == drt && $system == linux]
documentfragment_test: Pass, Timeout
-[ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
-# TODO(vsm): Triage DOM tests.
-shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
-shadow_dom_layout_test: Skip
-
[$runtime == ie10 ]
# TODO(efortuna, blois): Triage.
audiobuffersourcenode_test: Fail
@@ -71,6 +72,7 @@ element_types_test/supported_keygen: Fail
element_types_test/supported_meter: Fail
element_types_test/supported_object: Fail
element_types_test/supported_output: Fail
+element_types_test/supported_shadow: Fail
exceptions_test: Fail
fileapi_test: Fail
indexeddb_1_test/supported: Fail # IE10 does not support from file://
@@ -87,6 +89,7 @@ measurement_test: Fail, Pass
messageevent_test: Fail
mutationobserver_test/supported: Fail
serialized_script_value_test: Fail
+shadow_dom_test/supported: Fail
storage_test: Fail, Pass
svgelement_test/additionalConstructors: Fail
svgelement2_test: Fail
@@ -111,6 +114,7 @@ element_types_test/supported_meter: Fail
element_types_test/supported_object: Fail
element_types_test/supported_output: Fail
element_types_test/supported_progress: Fail
+element_types_test/supported_shadow: Fail
element_types_test/supported_track: Fail
form_data_test: Fail # Issue 4793.
form_element_test: Fail # Issue 4793.
@@ -155,8 +159,7 @@ messageevent_test: Fail
mutationobserver_test/supported: Fail
postmessage_structured_test: Skip # BUG(5685): times out.
serialized_script_value_test: Fail
-shadow_dom_layout_test: Fail
-shadow_dom_test: Fail
+shadow_dom_test/supported: Fail
storage_test: Fail
svg_3_test: Fail
svgelement_test/additionalConstructors: Fail
@@ -174,7 +177,9 @@ xhr_cross_origin_test: Fail # Issue 6016.
# with Safari 6.
audiocontext_test: Crash, Fail # Issue: 7414
element_test/elements: Crash, Fail # Issue: 7414
+element_types_test/supported_content: Fail
element_types_test/supported_datalist: Fail
+element_types_test/supported_shadow: Fail
performance_api_test: Fail # window.performance.timing not in Safari 6.
indexeddb_1_test/supported: Fail
input_element_test/supported_date: Fail
@@ -185,9 +190,8 @@ input_element_test/supported_range: Fail, Crash # TODO(efortuna): Please tria
input_element_test/supported_time: Fail, Crash
input_element_test/supported_week: Fail, Crash
fileapi_test: Fail # requestFileSystem not supported in Safari 6.
-# TODO(efortuna): Make our test framework able to separate tests out by browser
-# version.
node_test: Skip # Issue 6457
+shadow_dom_test/supported: Fail
Emily Fortuna 2013/01/02 18:54:04 safari should be passing these tests, too right? I
blois 2013/01/02 21:28:41 It's only enabled with a flag in Chrome- so it's o
Emily Fortuna 2013/01/02 21:49:34 gotcha.
[ $runtime == opera && $system == windows ]
htmlelement_test: Fail, Pass
@@ -248,8 +252,9 @@ documentfragment_test: Fail
element_types_test/supported_content: Fail
element_types_test/supported_details: Fail
element_types_test/supported_embed: Fail
-element_types_test/supported_track: Fail
element_types_test/supported_keygen: Fail
+element_types_test/supported_shadow: Fail
+element_types_test/supported_track: Fail
exceptions_test: Fail # Uses webkitotifications, no analogue in moz
fileapi_test: Fail # FF does not support filesystem APIs.
indexeddb_1_test/supported: Fail # FF disables indexedDB from file URLs.
@@ -263,6 +268,7 @@ input_element_test/supported_time: Fail
input_element_test/supported_week: Fail
input_element_test/supported_number: Fail
input_element_test/supported_range: Fail
+shadow_dom_test/supported: Fail
# Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable
svg_3_test: Fail
svgelement_test/additionalConstructors: Fail

Powered by Google App Engine
This is Rietveld 408576698