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

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

Issue 8873017: Only use dartc batch processing for the dartc component. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_runner.dart
diff --git a/tools/testing/dart/test_runner.dart b/tools/testing/dart/test_runner.dart
index 23fefe49b3e514b9392416ae74d342672ce6e581..0237dbb6ae584a747f65a1ba6ff9fc01a6712894 100644
--- a/tools/testing/dart/test_runner.dart
+++ b/tools/testing/dart/test_runner.dart
@@ -404,7 +404,7 @@ class ProcessQueue {
oldCallback(test_arg);
};
test.completedHandler = wrapper;
- if (test.executablePath.contains('compiler')) {
+ if (test.configuration['component'] == 'dartc') {
_ensureDartcBatchRunnersStarted(test.executablePath);
_getDartcBatchRunnerProcess().startTest(test);
} else {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698