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

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

Issue 9150027: Add configuration information to test.dart output. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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/testing/dart/test_progress.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 70b6bd91a7fc9c5c158b80e00ada63e5b2ce4f2e..b2fe009b727e2c6a261e8cd1f456ac8f2b4e7df0 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -76,6 +76,9 @@ class TestCase {
int get timeout() => configuration['timeout'];
+ String get configurationString() =>
+ configuration['mode'] + configuration['arch'];
Mads Ager (google) 2012/01/19 13:05:23 Sorry, this is a little late, but don't you want a
Ivan Posva 2012/01/19 17:04:45 As the bug reporter all I want is some indication
+
void completed() { completedHandler(this); }
}
« no previous file with comments | « tools/testing/dart/test_progress.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698