Index: pkg/front_end/testing.json |
diff --git a/pkg/front_end/testing.json b/pkg/front_end/testing.json |
index 216d169de645cf2a650642ad7685130887aa6c48..b5c1197c208345208ed3a6025204a7061f336b07 100644 |
--- a/pkg/front_end/testing.json |
+++ b/pkg/front_end/testing.json |
@@ -107,6 +107,23 @@ |
] |
}, |
+ { |
+ "name": "ast_builder", |
+ "kind": "Chain", |
+ "source": "test/fasta/ast_builder_test.dart", |
+ "path": "testcases/", |
+ "status": "testcases/ast_builder.status", |
+ "pattern": [ |
+ "\\.dart$" |
+ ], |
+ "exclude": [ |
+ "/test/.*_test\\.dart$", |
+ "/test/.*_suite\\.dart$", |
+ "/testcases/top_level_accessors_part\\.dart$", |
+ "/testcases/shaker/" |
+ ] |
+ }, |
+ |
{ |
"name": "shaker", |
"kind": "Chain", |