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

Unified Diff: tests/html/html.status

Issue 11644061: Fixing a bunch of dartc errors in dart:html tests. (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 03f434f2964753b816cf47e8213f9e90bcb3fb19..7b7ee3e81ef2787c4ca0a1ce9e0ba056e050d3d5 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -284,29 +284,10 @@ xhr_test: Fail
[ $runtime == safari && ($system == linux || $system == windows) ]
*: Skip
-# 'html' tests import the HTML library, so they only make sense in
-# a browser environment.
[ $compiler == dartc ]
Emily Fortuna 2012/12/21 00:44:18 wow. :-P
-# pkg/unittest issue 7394
-document_test: Fail
-documentfragment_test: Fail
-element_add_test: Fail
-element_test: Fail
-htmlelement_test: Fail
-input_element_test: Fail
-node_test: Fail
-svgelement_test: Fail
-svgelement2_test: Fail
-
-# test issue 7065
-#documentfragment_test: Fail # test issue 7065
-#element_add_test: Fail # test issue 7065
-#element_test: Fail # test issue 7065
-#node_test: Fail # test issue 7065
-#svgelement_test: Fail # test issue 7065
-#svgelement2_test: Fail # test issue 7065
-
+# 'html' tests import the HTML library, so they only make sense in
+# a browser environment.
[ $runtime == vm ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698