Chromium Code Reviews| 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); } |
| } |