[webkit-changes] [WebKit/WebKit] 3464e0: REGRESSION (260654 at main): BaseXcconfigCheckerTest ...

EWS noreply at github.com
Sat Feb 25 10:43:13 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3464e0af6f31f9b080796edb0576a2ce285a3411
      https://github.com/WebKit/WebKit/commit/3464e0af6f31f9b080796edb0576a2ce285a3411
  Author: David Kilzer <ddkilzer at apple.com>
  Date:   2023-02-25 (Sat, 25 Feb 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/style/checkers/basexcconfig.py

  Log Message:
  -----------
  REGRESSION (260654 at main): BaseXcconfigCheckerTest fails when not run from top-level folder
https://bugs.webkit.org/show_bug.cgi?id=252946
<rdar://105893621>

Reviewed by Alexey Proskuryakov.

Construct a relative path to fix the bug.

* Tools/Scripts/webkitpy/style/checkers/basexcconfig.py:
(BaseXcconfigChecker.read_common_base_xcconfig_variables):
- Construct a relative path using __file__ to
  Configurations/CommonBase.xcconfig so that this test works
  no matter where test-webkitpy (or check-webkit-style) is
  invoked.

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




More information about the webkit-changes mailing list