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

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

Issue 11189101: Complete renaming of ie bots to ie9, to add ie10. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 13840)
+++ tools/testing/dart/test_runner.dart (working copy)
@@ -627,8 +627,8 @@
stdout.add('test.dart: Compilation finished $suffix\n');
if (currentStep == totalSteps - 1 && testCase.usesWebDriver &&
!testCase.configuration['noBatch']) {
- // Note: processQueue will always be non-null for runtime == ie9, ff,
- // safari, chrome, opera. (It is only null for runtime == vm)
+ // Note: processQueue will always be non-null for runtime == ie9, ie10,
+ // ff, safari, chrome, opera. (It is only null for runtime == vm)
// This RunningProcess object is done, and hands over control to
// BatchRunner.startTest(), which handles reporting, etc.
timeoutTimer.cancel();

Powered by Google App Engine
This is Rietveld 408576698