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

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

Issue 2828583003: remove dependencies to analyzer from lib/src/fasta (Closed)
Patch Set: add copyright Created 3 years, 8 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 4fe10eabdd1e61b3ad3e2d28679504328b9c5a96..4369f05331ede6d0a75efe7b780a9e947bc1e528 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -51,6 +51,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
+ "/test/fasta/",
ahe 2017/04/20 09:24:50 We don't need to exclude anything from /test/ anym
Siggi Cherem (dart-lang) 2017/04/21 04:29:23 Done. Thanks!
"/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -67,6 +68,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
+ "/test/fasta/testing/",
"/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -83,6 +85,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
+ "/test/fasta/testing/",
"/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -99,6 +102,7 @@
"exclude": [
"/test/.*_test\\.dart$",
"/test/.*_suite\\.dart$",
+ "/test/fasta/testing/",
"/testcases/top_level_accessors_part\\.dart$"
]
},
@@ -151,7 +155,6 @@
"uris": [
"../../lib/src/fasta",
- "../../lib/src/fasta/analyzer",
"../../lib/src/fasta/builder",
"../../lib/src/fasta/dill",
"../../lib/src/fasta/kernel",

Powered by Google App Engine
This is Rietveld 408576698