| Index: tools/testing/dart/test_progress.dart
|
| diff --git a/tools/testing/dart/test_progress.dart b/tools/testing/dart/test_progress.dart
|
| index 13907a43267cddc693aadf9df24079fb58df8473..bcd027b362d4403f75918740c17961ef461514fb 100644
|
| --- a/tools/testing/dart/test_progress.dart
|
| +++ b/tools/testing/dart/test_progress.dart
|
| @@ -131,7 +131,7 @@ class ProgressIndicator {
|
| }
|
| output.add(expected.toString());
|
| output.add('Actual: ${test.output.result}');
|
| - if (test.info != null) {
|
| + if (!test.output.hasTimedOut && test.info != null) {
|
| if (test.output.incomplete && !test.info.hasCompileError) {
|
| output.add('Unexpected compile-time error.');
|
| } else {
|
|
|