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

Unified Diff: tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart

Issue 2912083002: Add compile_from_dill test (Closed)
Patch Set: Updated cf. comments Created 3 years, 7 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: tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
diff --git a/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart b/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
index 2545fe47f2cf1c3c24a1c0cd9fc0c63726d441bb..fe5f6179f6cb1c19d26321063beaedf9c9bbfbac 100644
--- a/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
+++ b/tests/compiler/dart2js/kernel/closed_world_from_dill_test.dart
@@ -125,8 +125,9 @@ Future<ResultKind> mainInternal(List<String> args,
ResolutionEnqueuer enqueuer1 = compiler1.enqueuer.resolution;
ClosedWorld closedWorld1 = compiler1.resolutionWorldBuilder.closeWorld();
- Compiler compiler2 =
- await compileWithDill(entryPoint, const {}, printSteps: true);
+ Compiler compiler2 = await compileWithDill(
+ entryPoint, const {}, [Flags.analyzeOnly, Flags.enableAssertMessage],
+ printSteps: true);
KernelFrontEndStrategy frontEndStrategy = compiler2.frontEndStrategy;
KernelToElementMap elementMap = frontEndStrategy.elementMap;
« no previous file with comments | « tests/compiler/dart2js/equivalence/check_functions.dart ('k') | tests/compiler/dart2js/kernel/compile_from_dill_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698