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

Unified Diff: pkg/front_end/analysis_options.yaml

Issue 2825063002: Move kernel baseline tests to front_end. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/analysis_options.yaml
diff --git a/pkg/front_end/analysis_options.yaml b/pkg/front_end/analysis_options.yaml
index fc1d4a2f0bc4a39a9819c8e9f7ad2821253f595e..241c9df704d6b4664967fcf1ed77280397cab5d3 100644
--- a/pkg/front_end/analysis_options.yaml
+++ b/pkg/front_end/analysis_options.yaml
@@ -7,8 +7,7 @@ analyzer:
language:
enableSuperMixins: true
exclude:
- # TODO(devoncarew): Without this exclude I see ~400 analysis errors.
- - test/fasta/**
+ - testcases/**
errors:
# Omits warnings due to missing `@virtual`
# TODO(sigmund): enable once #28601 is fixed
« no previous file with comments | « no previous file | pkg/front_end/lib/src/fasta/analyzer/analyzer_compile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698