| 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"
|
| ]
|
| }
|
| }
|
|
|