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

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

Issue 2893493004: First step for modular output in fasta. (Closed)
Patch Set: cl comments 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
« no previous file with comments | « pkg/front_end/test/fasta/shaker_test.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b9d526e1d420010bd002f00bfc12b44ebcca1475..2c91b0a470c08068459b5f08a625112ca2ebd001 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"
]
},
« no previous file with comments | « pkg/front_end/test/fasta/shaker_test.dart ('k') | pkg/front_end/test/fasta/testing/suite.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698