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

Unified Diff: pkg/front_end/lib/src/fasta/testing/suite.dart

Issue 2675593003: Enable running of fasta tests on build bot. (Closed)
Patch Set: Rebased on 17d8de6063e78eb14b7c1814626743164a4473d9. Created 3 years, 11 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 | « pkg/front_end/lib/src/fasta/testing/kernel_chain.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/testing/suite.dart
diff --git a/pkg/front_end/lib/src/fasta/testing/suite.dart b/pkg/front_end/lib/src/fasta/testing/suite.dart
index 045d01bacfff665be459679ebb38f81aa62dc527..cbe4cfec917a90c6e979ee10048c11f8f9bd49a2 100644
--- a/pkg/front_end/lib/src/fasta/testing/suite.dart
+++ b/pkg/front_end/lib/src/fasta/testing/suite.dart
@@ -99,7 +99,7 @@ class FeContext extends TestContext {
Future<Program> platform;
- FeContext(String sdk, Uri vm, Uri packages, bool strongMode,
+ FeContext(Uri sdk, Uri vm, Uri packages, bool strongMode,
DartSdk dartSdk, bool updateExpectations, this.uriTranslator,
bool fullCompile, AstKind astKind)
: steps = <Step>[
@@ -140,7 +140,7 @@ class FeContext extends TestContext {
}
static Future<FeContext> create(Chain suite, Map<String, String> environment,
- String sdk, Uri vm, Uri packages, bool strongMode, DartSdk dartSdk,
+ Uri sdk, Uri vm, Uri packages, bool strongMode, DartSdk dartSdk,
bool updateExpectations) async {
TranslateUri uriTranslator = await TranslateUri.parse(packages);
String astKindString = environment[AST_KIND_INDEX];
« no previous file with comments | « pkg/front_end/lib/src/fasta/testing/kernel_chain.dart ('k') | pkg/front_end/test/fasta/testing.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698