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

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

Issue 1192103002: Support serialization of the compiler backbone. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Handle (bypass) external const constructors. Created 5 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
Index: tests/compiler/dart2js/analyze_unused_dart2js_test.dart
diff --git a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
index 07f049c188210c7ef7836ea864dabb5f51a7f3f1..db3923a0ab90c271e6626c83c34a8f2bbe299641 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -38,6 +38,10 @@ const Map<String, List<String>> WHITE_LIST = const {
"lib/src/constants/expressions.dart": const [
"The method 'readFromEnvironment' is never called"],
+ // Serialization code is only used in test.
+ "lib/src/serialization/": const [
+ "is never"],
+
// Nested functions are currently kept alive in the IR.
"lib/src/tree_ir/": const [
"accept", "FunctionExpression", "CreateFunction"
« no previous file with comments | « pkg/compiler/lib/src/util/link_implementation.dart ('k') | tests/compiler/dart2js/serialization_analysis_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698