Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4a2e722b4c68d9d1395d0165bc39db4f71e295f9
      
https://github.com/WebKit/WebKit/commit/4a2e722b4c68d9d1395d0165bc39db4f71e295f9
  Author: Timothy Hatcher <timo...@apple.com>
  Date:   2024-03-27 (Wed, 27 Mar 2024)

  Changed paths:
    M Tools/Scripts/prepare-ChangeLog

  Log Message:
  -----------
  prepare-ChangeLog should include names for added / changed / removed API 
tests.
https://webkit.org/b/271798

Reviewed by Alexey Proskuryakov.

Currently the output is like (no matter how many tests change):

    (TestWebKitAPI::TEST):

When it should be like:

    (TestWebKitAPI::TEST(WKWebExtensionAPIRuntime, ExampleNew)):
    (TestWebKitAPI::TEST(WKWebExtensionAPIRuntime, StartupEvent)):
    (TestWebKitAPI::TEST(WKWebExtensionAPIRuntime, Reload)): Deleted.

* Tools/Scripts/prepare-ChangeLog:
(get_function_line_ranges_for_cpp): Added $in_test_declaration to track when
we are inside a TEST() declaration, so the whole name can be captured in
the $potential_name variable.

Canonical link: https://commits.webkit.org/276758@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to