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

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

Issue 1697203002: Switch to downloaded SDK executable, drop executables in testing/bin. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « tools/testing/dart/test_runner.dart ('k') | tools/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_suite.dart
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart
index 79d5bc49f47637ab54a7fa257f6509ba8244f749..21a99a82c2a4462556dd8d0e0ec78537907c7993 100644
--- a/tools/testing/dart/test_suite.dart
+++ b/tools/testing/dart/test_suite.dart
@@ -2387,19 +2387,6 @@ class TestUtils {
}
/**
- * Returns the path to the dart binary checked into the repo, used for
- * bootstrapping test.dart.
- */
- static Path get dartTestExecutable {
- var path = '$dartDir/tools/testing/bin/'
- '${Platform.operatingSystem}/dart';
- if (Platform.operatingSystem == 'windows') {
- path = '$path.exe';
- }
- return new Path(path);
- }
-
- /**
* Gets extra options under [key] passed to the testing script.
*/
static List<String> getExtraOptions(Map configuration, String key) {
« no previous file with comments | « tools/testing/dart/test_runner.dart ('k') | tools/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698