[webkit-changes] [WebKit/WebKit] 51caed: prepare-ChangeLog should include added / removed /...
Timothy Hatcher
noreply at github.com
Tue Aug 20 16:27:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 51caed5694a3e496706448ed0b0ab3ab9eb79eaf
https://github.com/WebKit/WebKit/commit/51caed5694a3e496706448ed0b0ab3ab9eb79eaf
Author: Timothy Hatcher <timothy at apple.com>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Tools/Scripts/prepare-ChangeLog
Log Message:
-----------
prepare-ChangeLog should include added / removed / changed test fixture tests.
https://webkit.org/b/278405
rdar://problem/134359295
Reviewed by Alex Christensen.
Currently the output is like (no matter how many tests change):
(TestWebKitAPI::TEST_F):
When it should be like:
(TestWebKitAPI::TEST_F(WKWebExtensionAPISidebar, Foo)): Added.
(TestWebKitAPI::TEST_F(WKWebExtensionAPISidebar, Bar)): Deleted.
* Tools/Scripts/prepare-ChangeLog:
(get_function_line_ranges_for_cpp): Added "TEST_F" to $in_test_declaration check.
Canonical link: https://commits.webkit.org/282531@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list