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

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

Issue 1155463005: dart2js cps: Remove dart2dart from cps pipeline and clean up. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Skip tests specific to the dart backend Created 5 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/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 3fc00682263708d1343cfa609ae4f8b45df8d4a8..9ae51b7e0b694b51b1c2252c92a58bbbcbf7aba4 100644
--- a/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
+++ b/tests/compiler/dart2js/analyze_unused_dart2js_test.dart
@@ -37,6 +37,21 @@ const Map<String, List<String>> WHITE_LIST = const {
// Method in abstract class. Currently only instantiated trough tests.
"lib/src/constants/expressions.dart": const [
"The method 'readFromEnvironment' is never called"],
+
+ // Nested functions are currently kept alive in the IR.
+ "lib/src/tree_ir/": const [
+ "accept", "FunctionExpression", "CreateFunction"
+ ],
+
+ "lib/src/cps_ir/": const [
+ "accept", "CreateFunction",
+ ],
+
+ "/lib/src/dart_backend/backend_ast_to_frontend_ast.dart": const [
+ " is never "
+ ],
+
+ "/lib/src/cps_ir/type_propagation.dart": const ["UnitTypeSystem"],
};
void main() {
« no previous file with comments | « pkg/compiler/lib/src/use_unused_api.dart ('k') | tests/compiler/dart2js/backend_dart/dart_new_backend_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698