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

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

Issue 2894273002: Revert "First step for modular output in fasta." (Closed)
Patch Set: 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 afbb479711844b7eb183afb70d8319b6849ab441..4ebaed6d71cbde5d0cdc08133fb8c4205aed408c 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -51,8 +51,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
- "/testcases/top_level_accessors_part\\.dart$",
- "/testcases/shaker/"
+ "/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -68,8 +67,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
- "/testcases/top_level_accessors_part\\.dart$",
- "/testcases/shaker/"
+ "/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -85,8 +83,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
- "/testcases/top_level_accessors_part\\.dart$",
- "/testcases/shaker/"
+ "/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -102,22 +99,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.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"
+ "/testcases/top_level_accessors_part\\.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