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 4ebaed6d71cbde5d0cdc08133fb8c4205aed408c..afbb479711844b7eb183afb70d8319b6849ab441 100644 |
--- a/pkg/front_end/test/fasta/testing.json |
+++ b/pkg/front_end/test/fasta/testing.json |
@@ -51,7 +51,8 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/testcases/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$", |
+ "/testcases/shaker/" |
] |
}, |
@@ -67,7 +68,8 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/testcases/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$", |
+ "/testcases/shaker/" |
] |
}, |
@@ -83,7 +85,8 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/testcases/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$", |
+ "/testcases/shaker/" |
] |
}, |
@@ -99,7 +102,22 @@ |
"exclude": [ |
"/test/.*_test\\.dart$", |
"/test/.*_suite\\.dart$", |
- "/testcases/top_level_accessors_part\\.dart$" |
+ "/testcases/top_level_accessors_part\\.dart$", |
+ "/testcases/shaker/" |
+ ] |
+ }, |
+ |
+ { |
+ "name": "shaker", |
+ "kind": "Chain", |
+ "source": "shaker_test.dart", |
+ "path": "../../testcases/shaker/", |
+ "status": "shaker.status", |
+ "pattern": [ |
+ "\\.dart$" |
+ ], |
+ "exclude": [ |
+ "/shaker/lib/lib.dart" |
] |
}, |