| Index: tools/testing/dart/test_runner.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_runner.dart (revision 6117)
|
| +++ tools/testing/dart/test_runner.dart (working copy)
|
| @@ -529,7 +529,8 @@
|
| for (var line in testCase.output.stdout) print(line);
|
| }
|
| if (allowRetries && testCase.usesWebDriver
|
| - && testCase.output.unexpectedOutput && testCase.numRetries > 0) {
|
| + && testCase.output.unexpectedOutput
|
| + && testCase.dynamic.numRetries > 0) {
|
| // Selenium tests can be flaky. Try rerunning.
|
| testCase.output.requestRetry = true;
|
| }
|
|
|