[webkit-changes] [WebKit/WebKit] 28f6af: [git-webkit] Deeply inspect potential gardening co...

Jonathan Bedard noreply at github.com
Wed Oct 26 08:09:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 28f6affda69277f776b26535eaede7313689dc4b
      https://github.com/WebKit/WebKit/commit/28f6affda69277f776b26535eaede7313689dc4b
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2022-10-26 (Wed, 26 Oct 2022)

  Changed paths:
    M Tools/Scripts/libraries/webkitscmpy/setup.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pickable.py
    M Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pickable_unittest.py
    M metadata/git_config_extension

  Log Message:
  -----------
  [git-webkit] Deeply inspect potential gardening commits
https://bugs.webkit.org/show_bug.cgi?id=247034
rdar://101568509

Reviewed by Elliott Williams.

* Tools/Scripts/libraries/webkitscmpy/setup.py: Bump version.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/__init__.py: Ditto.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/program/pickable.py:
(Pickable.Filters):
(Pickable.Filters.fuzzy): Move fuzzy_filter into scoping class.
(Pickable.Filters.gardening): If a commit matches a gardening pattern, inspect the files
changed to see if they are exclusively testing files.
(Pickable.pickable): Pass commit objects into callable filters.
(fuzzy_filter): Renamed Pickable.Filters.fuzzy.
* Tools/Scripts/libraries/webkitscmpy/webkitscmpy/test/pickable_unittest.py:
(TestPickable.test_branch_gardening_exclude):
(TestPickable.test_branch_gardening_include):
* metadata/git_config_extension: Add API and layout test paths.

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




More information about the webkit-changes mailing list