| Index: tools/testing/dart/test_runner.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_runner.dart (revision 23230)
|
| +++ tools/testing/dart/test_runner.dart (working copy)
|
| @@ -1654,7 +1654,9 @@
|
| print(fields.join('\t'));
|
| return;
|
| }
|
| - if (test.usesWebDriver && _needsSelenium && !_isSeleniumAvailable ||
|
| +
|
| + if (test.usesWebDriver && _needsSelenium && !test.usesBrowserController
|
| + && !_isSeleniumAvailable ||
|
| (test is BrowserTestCase && test.waitingForOtherTest)) {
|
| // The test is not yet ready to run. Put the test back in
|
| // the queue. Avoid spin-polling by using a timeout.
|
|
|