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

Unified Diff: tests/html/html.status

Issue 23232005: Port custom element layout tests to Dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dart2js and status 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/document_register_type_extensions_test.dart ('k') | no next file » | 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 8cdf46deb85705046e8f1f6c3c617b70d5a1280b..874309488f6a26364cd2dfa42fca34e9061ad09d 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -8,6 +8,12 @@ interactive_test: Skip # Must be run manually.
[ $compiler == dart2js && $runtime != drt ]
custom_elements_test: Skip
+custom/*: Skip
+
+[ $compiler == dart2js && $browser ]
+# Issue 9325 failures
+custom/attribute_changed_callback_test: Fail
+custom/document_register_type_extensions_test: Fail
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
@@ -17,6 +23,10 @@ audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
postmessage_structured_test/typed_arrays: Fail
events_test: Pass, Fail # Issue 12489
custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element" in dartium
+# Issue 9326 failures
+custom/attribute_changed_callback_test: Fail
+custom/created_callback_test: Fail
+custom/document_register_type_extensions_test: Fail
[ $compiler == none && $runtime == drt && $system == windows ]
worker_test/functional: Pass, Crash # Issue 9929.
« no previous file with comments | « tests/html/custom/document_register_type_extensions_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698