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

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

Issue 2663163005: Update location of rasta tests. (Closed)
Patch Set: Update location of rasta tests. Created 3 years, 11 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/outline_test.dart ('k') | pkg/pkg.status » ('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 57e853490f7a8f29c504edda84f9624232c1b1a5..4c1eb0a2692cc463ed5d0ac5f96600d0221d75fd 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -44,7 +44,8 @@
"\\.dart$"
],
"exclude": [
- "/test/.*_test\\.dart$"
+ "/test/.*_test\\.dart$",
+ "/test/.*_suite\\.dart$"
]
},
{
@@ -57,7 +58,8 @@
"\\.dart$"
],
"exclude": [
- "/test/.*_test\\.dart$"
+ "/test/.*_test\\.dart$",
+ "/test/.*_suite\\.dart$"
]
},
{
@@ -70,7 +72,8 @@
"\\.dart$"
],
"exclude": [
- "/test/.*_test\\.dart$"
+ "/test/.*_test\\.dart$",
+ "/test/.*_suite\\.dart$"
]
},
{
« no previous file with comments | « pkg/front_end/test/fasta/outline_test.dart ('k') | pkg/pkg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698