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

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

Issue 2695633004: Handle top-level getters and setters in parts. (Closed)
Patch Set: Created 3 years, 10 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/kompile.status ('k') | pkg/front_end/test/fasta/top_level_accessors.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 973a9c0b9f8abc05999d586583a4edd4c5ffe17f..af7e073949af730d43dbe53935ec64e43e158b8d 100644
--- a/pkg/front_end/test/fasta/testing.json
+++ b/pkg/front_end/test/fasta/testing.json
@@ -50,7 +50,8 @@
],
"exclude": [
"/test/.*_test\\.dart$",
- "/test/.*_suite\\.dart$"
+ "/test/.*_suite\\.dart$",
+ "/test/fasta/top_level_accessors_part\\.dart$"
ahe 2017/02/14 14:49:46 I've filed a bug to track this: https://github.com
]
},
@@ -65,7 +66,8 @@
],
"exclude": [
"/test/.*_test\\.dart$",
- "/test/.*_suite\\.dart$"
+ "/test/.*_suite\\.dart$",
+ "/test/fasta/top_level_accessors_part\\.dart$"
]
},
@@ -80,7 +82,8 @@
],
"exclude": [
"/test/.*_test\\.dart$",
- "/test/.*_suite\\.dart$"
+ "/test/.*_suite\\.dart$",
+ "/test/fasta/top_level_accessors_part\\.dart$"
]
},
« no previous file with comments | « pkg/front_end/test/fasta/kompile.status ('k') | pkg/front_end/test/fasta/top_level_accessors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698