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

Issue 2693673002: Add some analysis excludes for pkg/front_end. (Closed)

Created:
3 years, 10 months ago by devoncarew
Modified:
3 years, 10 months ago
CC:
reviews_dartlang.org, Siggi Cherem (dart-lang)
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : just exclude test/fasta/** #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -2 lines) Patch
M pkg/front_end/.analysis_options View 1 2 chunks +5 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
devoncarew
- update the .analysis_options file to add analysis excludes for lib/src/fasta and test/fasta If there's ...
3 years, 10 months ago (2017-02-11 00:05:34 UTC) #2
Siggi Cherem (dart-lang)
I'm surprised - do you see the same problem on the command line too? THis ...
3 years, 10 months ago (2017-02-11 00:39:47 UTC) #4
Paul Berry
On 2017/02/11 00:39:47, Siggi Cherem (dart-lang) wrote: > I'm surprised - do you see the ...
3 years, 10 months ago (2017-02-12 14:42:50 UTC) #5
devoncarew
> sdk/bin/dartanalyzer --options pkg/front_end/.analysis_options pkg/front_end/lib/src/fasta/ | sort -u I just see a few if I ...
3 years, 10 months ago (2017-02-12 17:17:01 UTC) #6
Siggi Cherem (dart-lang)
lgtm Ah yes, this makes sense now. The test folder currently contains a lot of ...
3 years, 10 months ago (2017-02-13 05:11:23 UTC) #7
ahe
The files in pkg/front_end/test/fasta/rasta contains error-recovery tests, and thus may contain errors. The rest of ...
3 years, 10 months ago (2017-02-13 06:25:37 UTC) #8
Paul Berry
lgtm
3 years, 10 months ago (2017-02-13 13:45:27 UTC) #9
devoncarew
Committed patchset #2 (id:20001) manually as 7f2421094652cf5976a0c14b39dbf5724439f35c (presubmit successful).
3 years, 10 months ago (2017-02-13 14:30:12 UTC) #11
devoncarew
3 years, 10 months ago (2017-02-13 14:33:06 UTC) #12
Message was sent while issue was closed.
> The files in pkg/front_end/test/fasta/rasta contains error-recovery tests

Excluding just that dir does drop the remaining error count to ~30 issues. From
spot checking the remaining items, some look like legitimate problems, and some
like negative tests that are outside the rasta dir.

Powered by Google App Engine
This is Rietveld 408576698