Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(703)

Unified Diff: pkg/front_end/testing.json

Issue 2981693002: Start copying resolution/inference data from front end to analyzer ASTs. (Closed)
Patch Set: Address code review comments. Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698