[webkit-changes] [WebKit/WebKit] a5b855: [WPE] WPE Platform: run-webkit-tests is not passin...

Carlos Garcia Campos noreply at github.com
Mon Jan 15 00:44:43 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a5b855dbfb72ea61af4703f086130669b5a93ba5
      https://github.com/WebKit/WebKit/commit/a5b855dbfb72ea61af4703f086130669b5a93ba5
  Author: Carlos Garcia Campos <cgarcia at igalia.com>
  Date:   2024-01-15 (Mon, 15 Jan 2024)

  Changed paths:
    M Tools/Scripts/webkitpy/port/driver.py
    M Tools/Scripts/webkitpy/port/wpe.py

  Log Message:
  -----------
  [WPE] WPE Platform: run-webkit-tests is not passing the wpe-platform-api option to WTR
https://bugs.webkit.org/show_bug.cgi?id=267452

Reviewed by Alejandro G. Castro.

This is because command line options convert '-' to '_' so we should
actually check for 'wpe_platform_api' option.

* Tools/Scripts/webkitpy/port/driver.py:
(Driver.cmd_line):
* Tools/Scripts/webkitpy/port/wpe.py:
(WPEPort.setup_environ_for_server):

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




More information about the webkit-changes mailing list