Bug 269390
Summary: | Add scripts that parse and compare static analyzer HTML output | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brianna Fan <bfan2> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfan2, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Brianna Fan
These scripts should work in conjunction to turn static analyzer HTML output into useful data.
The first script takes in static analyzer output and parses each HTML file, extracts the necessary data (e.g. bug number, file name), and sorts by per project and checker type.
The second script takes in two parsed output directories (from the first script) and compares them. It outputs numbers of issues and files fixed and created between the two results.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/122962791>
Brianna Fan
Pull request: https://github.com/WebKit/WebKit/pull/24785
EWS
Committed 276495@main (49272b1cbf82): <https://commits.webkit.org/276495@main>
Reviewed commits have been landed. Closing PR #24785 and removing active labels.