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

Unified Diff: tests/utils/utils.status

Issue 10170040: test rename overhaul: step 11 - tests/utils (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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/utils/utf8_test.dart ('k') | tests/utils/yaml_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/utils/utils.status
diff --git a/tests/utils/utils.status b/tests/utils/utils.status
index fa0fb837672fa13534caf920a9568fc00efedcef..120fe4e1b8900a046511968b6033580f6a0cfcba 100644
--- a/tests/utils/utils.status
+++ b/tests/utils/utils.status
@@ -7,33 +7,33 @@
[ $compiler == frog || $compiler == dart2js ]
# Dartdoc only runs on the VM.
-DartdocTest: Skip
-MarkdownTest: Skip
+dartdoc_test: Skip
+markdown_test: Skip
[ $compiler == frog ]
-DummyCompilerTest: Fail
+dummy_compiler_test: Fail
[ $compiler == frog ]
-Utf8Test: Crash
+utf8_test: Crash
[ $compiler == dart2js ]
-Utf8Test: Fail # compiler cancelled: Unhandled non-BMP character: U+10412
+utf8_test: Fail # compiler cancelled: Unhandled non-BMP character: U+10412
[ $runtime == vm || $compiler == dartc || ($compiler == none && $runtime == drt) ]
# TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
# dartdoc uses, so disable for now. Once the deps files are unified this should
# be fixed.
-DartdocTest: Skip
-MarkdownTest: Skip
+dartdoc_test: Skip
+markdown_test: Skip
[ $compiler == none && $runtime == drt ]
-DummyCompilerTest: Fail # Issue 2264.
+dummy_compiler_test: Fail # Issue 2264.
[ $compiler == dartc ]
-DummyCompilerTest: Fail # Issue 2263.
+dummy_compiler_test: Fail # Issue 2263.
[ $compiler == dart2js ]
-YamlTest: Skip # Issue 2717.
+yaml_test: Skip # Issue 2717.
[ $compiler == dart2js && $runtime == drt ]
*: Skip
« no previous file with comments | « tests/utils/utf8_test.dart ('k') | tests/utils/yaml_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698