Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7c786c8ebb152ce2980198a3c9c183b27e169a66
https://github.com/WebKit/WebKit/commit/7c786c8ebb152ce2980198a3c9c183b27e169a66
Author: Brianna Fan <[email protected]>
Date: 2024-06-07 (Fri, 07 Jun 2024)
Changed paths:
A
Source/WebCore/SmartPointerExpectations/NoUncountedMemberCheckerExpectations
A
Source/WebCore/SmartPointerExpectations/RefCntblBaseVirtualDtorExpectations
A
Source/WebCore/SmartPointerExpectations/UncountedCallArgsCheckerExpectations
A
Source/WebCore/SmartPointerExpectations/UncountedLocalVarsCheckerExpectations
A
Source/WebKit/SmartPointerExpectations/NoUncountedMemberCheckerExpectations
A Source/WebKit/SmartPointerExpectations/RefCntblBaseVirtualDtorExpectations
A
Source/WebKit/SmartPointerExpectations/UncountedCallArgsCheckerExpectations
A
Source/WebKit/SmartPointerExpectations/UncountedLocalVarsCheckerExpectations
M Tools/CISupport/build-webkit-org/steps.py
M Tools/Scripts/compare-static-analysis-results
M Tools/Scripts/generate-dirty-files
M Tools/Scripts/generate-static-analysis-archive
Log Message:
-----------
Add smart pointer expectations to WebKit and WebCore
https://bugs.webkit.org/show_bug.cgi?id=274320
rdar://128281857
Reviewed by David Kilzer.
Revises scripts to save unexpected lists to smart pointer result archive.
Adds a section to the results page that links to the unexpected lists.
Creates DisplayUnexpectedResults step to show unexpected lists in Buildbot UI.
* Tools/Scripts/compare-static-analysis-results:
(find_diff):
(compare_project_results_to_expectations): Sorts unexpected lists
alphabetically and saves in archive.
(compare_project_results_by_run): Removes .txt extension.
* Tools/Scripts/generate-dirty-files:
(find_project_results): Sorts filenames alphabetically. Removes .txt extension.
* Tools/Scripts/generate-static-analysis-archive:
(parse_command_line):
(generate_unexpected_results_links): Added.
(generate_results_page): If there are unexpected results, adds links to
unexpected lists.
* Tools/CISupport/build-webkit-org/steps.py:
(AddToLogMixin): Added.
(CompareStaticAnalyzerResults): Creates unexpected_results.json.
(DisplayUnexpectedResults): Reads unexpected_results.json and creates logs.
(ExtractStaticAnalyzerTestResults): Invokes DisplayUnexpectedResults
conditionally.
* Source/WebCore/SmartPointerExpectations: Added.
* Source/WebKit/SmartPointerExpectations: Added.
- Adds expectations for each checker type.
Canonical link: https://commits.webkit.org/279827@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes