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

Unified Diff: tests/html/html.status

Issue 22642002: 'extends Element' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
« no previous file with comments | « tests/html/custom_elements_test.dart ('k') | tools/dom/src/dart2js_CustomElementSupport.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 9fd619b5f94b0d2059934161f780cd7ce4eae92b..45fda94bc06a2486c0f3f2e86da818a99b3aab1d 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -6,14 +6,12 @@ async_window_test: Skip #TODO(gram): investigating
event_test: Skip # Issue 1996
interactive_test: Skip # Must be run manually.
-# Issue 9326
-custom_elements_test/preregister: Fail
-custom_elements_test/lifecycle: Fail
-
-[ $compiler == dart2js ]
-# Document.register is unimplemented.
+[ $compiler == dart2js && $runtime != drt ]
custom_elements_test: Skip
+[ $compiler == dart2js && $runtime == drt ]
+custom_elements_test/preregister: Fail # Unclear what the preregister semantics should be.
+
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
# Document.register is unimplemented.
custom_elements_test: Skip
@@ -25,6 +23,8 @@ audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
# postMessage in dartium always transfers the typed array buffer, never a view
postmessage_structured_test/typed_arrays: Fail
events_test: Pass, Fail # Issue 12489
+custom_elements_test/preregister: Fail # Issue 9326 - Implement "extends Element" in dartium
+custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element" in dartium
[ $compiler == none && $runtime == drt && $system == windows ]
worker_test/functional: Pass, Crash # Issue 9929.
« no previous file with comments | « tests/html/custom_elements_test.dart ('k') | tools/dom/src/dart2js_CustomElementSupport.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698