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

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

Issue 2904483002: Improve analysis coverage. (Closed)
Patch Set: Ignore another file. 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/testing.json ('k') | pkg/testing/lib/src/analyze.dart » ('j') | 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 eb0d2a734f12a861e967428661961c01425ad61b..f27c4d4bcb4cce803bd296f4589fea30cefe8401 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -168,38 +168,28 @@
"options": "../../analysis_options.yaml",
"uris": [
- "../../lib/src/fasta",
- "../../lib/src/fasta/builder",
- "../../lib/src/fasta/dill",
- "../../lib/src/fasta/kernel",
- "../../lib/src/fasta/parser",
- "../../lib/src/fasta/scanner",
- "../../lib/src/fasta/source",
- "../../lib/src/fasta/testing",
- "../../lib/src/fasta/util",
- "../../tool",
- "../../tool/_fasta",
- "parser/parser_suite.dart",
- "scanner/scanner_suite.dart",
- "compile_test.dart",
- "kompile_test.dart",
- "outline_test.dart",
- "sdk_test.dart",
- "../incremental_kernel_generator_test.dart",
- "../../../analyzer/lib/src/fasta",
- "../../../analyzer/lib/src/summary/fasta",
- "../../../analyzer/lib/src/dart/analysis/file_state.dart",
- "../../../analyzer/test/generated/parser_fasta_test.dart",
- "../../../analyzer/tool/summary/mini_ast.dart",
- "../../../../utils/kernel-service/kernel-service.dart",
- "../../../../tools/patch_sdk.dart"
+ "../../lib",
+ "../../tool"
],
+ "note": "Tests are included via git grep below.",
+
+ "git grep": {
+ "pathspecs": [ "*.dart" ],
+ "patterns": [ "package:front_end/" ]
+ },
+
"exclude": [
- "/third_party/pkg/",
- "/third_party/pkg_tested/",
- "/pkg/analyzer/(?!.*/(fasta/|kernel/|(file_state|parser_fasta_test)\\.dart$))",
- "/pkg/js_ast/"
+ "^pkg/analysis_server/lib/src/analysis_server\\.dart",
+ "^pkg/compiler/lib/src/closure\\.dart",
+ "^pkg/compiler/lib/src/elements/elements\\.dart",
+ "^pkg/compiler/lib/src/elements/modelx\\.dart",
+ "^pkg/compiler/lib/src/js_backend/namer\\.dart",
+ "^pkg/compiler/lib/src/resolution/members\\.dart",
+ "^pkg/compiler/lib/src/resolution/resolution\\.dart",
+ "^pkg/compiler/lib/src/resolution/resolution_strategy\\.dart",
+ "^pkg/compiler/lib/src/serialization/equivalence\\.dart",
+ "^pkg/compiler/lib/src/serialization/resolved_ast_serialization\\.dart"
]
}
}
« no previous file with comments | « pkg/compiler/testing.json ('k') | pkg/testing/lib/src/analyze.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698