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

Unified Diff: tests/compiler/dart2js/analyze_test_test.dart

Issue 2865693002: Create closed world for hello world using .dill file (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
« no previous file with comments | « pkg/compiler/lib/src/universe/selector.dart ('k') | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/analyze_test_test.dart
diff --git a/tests/compiler/dart2js/analyze_test_test.dart b/tests/compiler/dart2js/analyze_test_test.dart
index 9f917bb0fcbb403eaaad18d2d646a239cada0648..9a24cc0ca2a1ec180ada9c1b9ce70834f6a590b0 100644
--- a/tests/compiler/dart2js/analyze_test_test.dart
+++ b/tests/compiler/dart2js/analyze_test_test.dart
@@ -27,6 +27,9 @@ const Map<String, List/*<String|MessageKind>*/ > WHITE_LIST = const {
"Library 'package:async/async.dart' doesn't export a "
"'ForkableStream' declaration.",
],
+ "pkg/kernel/lib/transformations/closure/": const [
+ "Duplicated library name 'kernel.transformations.closure.converter'",
+ ],
};
const List<String> SKIP_LIST = const <String>[
« no previous file with comments | « pkg/compiler/lib/src/universe/selector.dart ('k') | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698