Bug 269390 - Add scripts that parse and compare static analyzer HTML output
Summary: Add scripts that parse and compare static analyzer HTML output
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-02-14 12:11 PST by Brianna Fan
Modified: 2024-03-21 14:15 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brianna Fan 2024-02-14 12:11:00 PST
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.
Comment 1 Radar WebKit Bug Importer 2024-02-14 12:11:17 PST
<rdar://problem/122962791>
Comment 2 Brianna Fan 2024-02-19 15:23:34 PST
Pull request: https://github.com/WebKit/WebKit/pull/24785
Comment 3 EWS 2024-03-21 14:15:32 PDT
Committed 276495@main (49272b1cbf82): <https://commits.webkit.org/276495@main>

Reviewed commits have been landed. Closing PR #24785 and removing active labels.