Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: tools/testing/dart/test_runner.dart

Issue 16094004: Add safari browser controller. (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ||
kustermann 2013/05/28 07:42:39 Tab character?
ricow1 2013/05/28 08:07:30 Stupid mac :-)
(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.
« tools/testing/dart/browser_controller.dart ('K') | « tools/testing/dart/browser_controller.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698