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

Unified Diff: tools/testing/dart/test_runner.dart

Issue 10271014: test rename overhaul: step 14 - vm tests (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 | « tools/test-runtime.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 2832652e811765860169fe7ff53aee1934b59b08..f0468fb2d04a1165a2cbb7141c8fdef25ed5d714 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -78,8 +78,8 @@ class TestCase {
[this.isNegative = false,
this.info = null]) {
if (!isNegative) {
- // TODO(sigmund): dissallow NegativeTest once the test rename overhaul is
- // done.
+ // TODO(sigmund): use only 'negative_test' (and not 'NegativeTest') once
+ // the test rename overhaul is done.
Ivan Posva 2012/05/03 12:42:28 Thanks!
this.isNegative = displayName.contains("NegativeTest")
|| displayName.contains("negative_test");
}
« no previous file with comments | « tools/test-runtime.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698