Chromium Code Reviews| 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 4fe10eabdd1e61b3ad3e2d28679504328b9c5a96..4369f05331ede6d0a75efe7b780a9e947bc1e528 100644 |
| --- a/pkg/front_end/test/fasta/testing.json |
| +++ b/pkg/front_end/test/fasta/testing.json |
| @@ -51,6 +51,7 @@ |
| "exclude": [ |
| "/test/.*_test\\.dart$", |
| "/test/.*_suite\\.dart$", |
| + "/test/fasta/", |
|
ahe
2017/04/20 09:24:50
We don't need to exclude anything from /test/ anym
Siggi Cherem (dart-lang)
2017/04/21 04:29:23
Done. Thanks!
|
| "/testcases/top_level_accessors_part\\.dart$" |
| ] |
| }, |
| @@ -67,6 +68,7 @@ |
| "exclude": [ |
| "/test/.*_test\\.dart$", |
| "/test/.*_suite\\.dart$", |
| + "/test/fasta/testing/", |
| "/testcases/top_level_accessors_part\\.dart$" |
| ] |
| }, |
| @@ -83,6 +85,7 @@ |
| "exclude": [ |
| "/test/.*_test\\.dart$", |
| "/test/.*_suite\\.dart$", |
| + "/test/fasta/testing/", |
| "/testcases/top_level_accessors_part\\.dart$" |
| ] |
| }, |
| @@ -99,6 +102,7 @@ |
| "exclude": [ |
| "/test/.*_test\\.dart$", |
| "/test/.*_suite\\.dart$", |
| + "/test/fasta/testing/", |
| "/testcases/top_level_accessors_part\\.dart$" |
| ] |
| }, |
| @@ -151,7 +155,6 @@ |
| "uris": [ |
| "../../lib/src/fasta", |
| - "../../lib/src/fasta/analyzer", |
| "../../lib/src/fasta/builder", |
| "../../lib/src/fasta/dill", |
| "../../lib/src/fasta/kernel", |