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

Unified Diff: pkg/front_end/test/fasta/testing.json

Issue 2894283002: Reapply CL: first step for modular support in fasta (Closed)
Patch Set: new changes since first CL Created 3 years, 7 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/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"
]
},

Powered by Google App Engine
This is Rietveld 408576698