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

Unified Diff: tests/html/html.status

Issue 75393002: unittest: A unittest with 0 test cases should PASS, fixed incorrect unittest-suite-* messages Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « pkg/unittest/lib/html_enhanced_config.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 850c938a5f254cbde1ccf143d4fd84a87973314b..260cea6bba4513f1ae02a931a25668d959da8115 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -415,3 +415,43 @@ typed_arrays_range_checks_test: StaticWarning
typing_test: StaticWarning
webgl_1_test: StaticWarning
window_nosuchmethod_test: StaticWarning
+
+
+# TODO(blois/efortuna): Add dummy tests so we no longer enqueue 0 tests (which
+# is a failure)
+[ $compiler == dart2js && $runtime == ff ]
+custom/document_register_type_extensions_test/*: Pass, RuntimeError
Emily Fortuna 2013/11/21 19:07:04 does * work here? I wasn't aware of that.
kustermann 2013/11/21 22:17:24 Yes it does work. It's necessary in this case, bec
+custom_elements_test/preregister: RuntimeError
+element_types_test/ul: RuntimeError
+fileapi_test/directoryReader: RuntimeError
+fileapi_test/entry: RuntimeError
+fileapi_test/fileEntry: RuntimeError
+fileapi_test/getDirectory: RuntimeError
+fileapi_test/getFile: RuntimeError
+indexeddb_1_test/dynamic: RuntimeError
+indexeddb_1_test/typed: RuntimeError
+svgelement_test/supported: RuntimeError
+svg_test/svgBehavioral: RuntimeError
+
+# TODO(blois/efortuna): Add dummy tests so we no longer enqueue 0 tests (which
+# is a failure)
+[ $compiler == dart2js && $runtime == chrome ]
+custom/document_register_type_extensions_test/*: Pass, RuntimeError
+custom_elements_test/preregister: RuntimeError
+element_types_test/ul: RuntimeError
+indexeddb_1_test/dynamic: RuntimeError
+indexeddb_1_test/typed: RuntimeError
+svgelement_test/supported: RuntimeError
+svg_test/svgBehavioral: RuntimeError
+
+# TODO(blois/efortuna): Add dummy tests so we no longer enqueue 0 tests (which
+# is a failure)
+[ $compiler == dart2js && $runtime == drt ]
+custom/document_register_type_extensions_test/*: Pass, RuntimeError
+custom_elements_test/preregister: RuntimeError
+element_types_test/ul: RuntimeError
+indexeddb_1_test/dynamic: RuntimeError
+indexeddb_1_test/typed: RuntimeError
+svgelement_test/supported: RuntimeError
+svg_test/svgBehavioral: RuntimeError
+
« no previous file with comments | « pkg/unittest/lib/html_enhanced_config.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698