[webkit-changes] [WebKit/WebKit] 4075f3: webkitpy: Use WinCairoPort by default on Windows

Fujii Hironori noreply at github.com
Wed Mar 15 13:58:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4075f39b99867ed031472f80da844bc2cead2069
      https://github.com/WebKit/WebKit/commit/4075f39b99867ed031472f80da844bc2cead2069
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/common/config/ports.py
    M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
    M Tools/Scripts/webkitpy/port/factory.py
    M Tools/Scripts/webkitpy/port/factory_unittest.py

  Log Message:
  -----------
  webkitpy: Use WinCairoPort by default on Windows
https://bugs.webkit.org/show_bug.cgi?id=253912

Reviewed by Jonathan Bedard.

With this change, we can invoke run-webkit-tests without --wincairo
switch on Windows. However, we can't remove --wincairo switch yet
because buildbot is still using it. I'll rename WinCairoPort to
WinPort in the future. However, there are some remaining tasks. I keep
the name WinCairoPort at the moment.

* Tools/Scripts/webkitpy/common/config/ports.py:
(DeprecatedPort.port):
(MacWK2Port):
(WinPort): Deleted.
(WinPort.run_webkit_tests_command): Deleted.
* Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(_set_up_derived_options):
* Tools/Scripts/webkitpy/port/factory.py:
(PortFactory):
(PortFactory._default_port):
* Tools/Scripts/webkitpy/port/factory_unittest.py:
(FactoryTest.test_win):

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




More information about the webkit-changes mailing list