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

Unified Diff: pkg/front_end/test/fasta/testing.json

Issue 2766323005: Fix warnings in dart2js and analyzer caused by Fasta. (Closed)
Patch Set: Created 3 years, 9 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/source_file_provider.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/test/fasta/testing.json
diff --git a/pkg/front_end/test/fasta/testing.json b/pkg/front_end/test/fasta/testing.json
index 1f1e87957312eea9f6735c0bda3350ee431cea8e..8d50ad1b13184c5a2255b48157f34fb5f32fc9ba 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -152,13 +152,21 @@
"kompile_test.dart",
"outline_test.dart",
"sdk_test.dart",
+ "../../../analyzer/lib/src/fasta",
+ "../../../compiler/bin",
+ "../../../compiler/tool",
"../../../../utils/kernel-service/kernel-service.dart",
"../../../../tools/patch_sdk.dart"
],
"exclude": [
"/third_party/pkg/",
- "/pkg/analyzer/"
+ "/pkg/analyzer/(?!.*/fasta/)",
+ "/pkg/compiler/lib/(?!.*/(scanner|parser)/)",
+ "/pkg/compiler/lib/src/parser/partial_elements\\.dart$",
+ "/pkg/js_ast/",
+ "/pkg/compiler/tool/dart2js_profile_many\\.dart$",
+ "/pkg/compiler/tool/track_memory\\.dart$"
]
}
}
« no previous file with comments | « pkg/compiler/lib/src/source_file_provider.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698