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