| Index: tools/testing/dart/command_output.dart
|
| diff --git a/tools/testing/dart/command_output.dart b/tools/testing/dart/command_output.dart
|
| index d9f9cf9f39fa946cdd351f1de9087c9cdf7db36f..fc2bc10e6db22d1367ff6d7cff2b5131f1b00fdf 100644
|
| --- a/tools/testing/dart/command_output.dart
|
| +++ b/tools/testing/dart/command_output.dart
|
| @@ -512,7 +512,6 @@ class BrowserCommandOutputImpl extends CommandOutputImpl
|
|
|
| Expectation result(TestCase testCase) {
|
| // Handle timeouts first
|
| - if (_result.didTimeout) return Expectation.timeout;
|
| if (_result.didTimeout) {
|
| if (testCase.configuration.runtime == Runtime.ie11) {
|
| // TODO(28955): See http://dartbug.com/28955
|
|
|