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

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

Issue 2988063002: Use dart2js_plaform.dill from the sdk. (Closed)
Patch Set: Created 3 years, 5 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 | « tests/language_2/language_2.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/compiler_configuration.dart
diff --git a/tools/testing/dart/compiler_configuration.dart b/tools/testing/dart/compiler_configuration.dart
index 009fdfe62bef8ddce681a7d92ccbe1571e5485cb..39944343b3f06952e390a6c926ccc542fc64be4e 100644
--- a/tools/testing/dart/compiler_configuration.dart
+++ b/tools/testing/dart/compiler_configuration.dart
@@ -283,6 +283,9 @@ class Dart2xCompilerConfiguration extends CompilerConfiguration {
var suffix = executableScriptSuffix;
if (_isHostChecked) {
+ if (_useSdk) {
+ throw "--host-checked and --use-sdk cannot be used together";
Johnni Winther 2017/07/28 15:54:19 Why not? Is it short term?
Siggi Cherem (dart-lang) 2017/07/28 16:45:05 Added a note in the code. I actually tried implem
+ }
// The script dart2js_developer is not included in the
// shipped SDK, that is the script is not installed in
// "$buildDir/dart-sdk/bin/"
« no previous file with comments | « tests/language_2/language_2.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698