[webkit-changes] [WebKit/WebKit] 8e3072: REGRESSION(261707 at main) [Win] run-webkit-tests: Mo...

Fujii Hironori noreply at github.com
Thu Mar 16 00:37:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8e30724e2de3d1f2a49d0a9897c9e293072a0979
      https://github.com/WebKit/WebKit/commit/8e30724e2de3d1f2a49d0a9897c9e293072a0979
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-03-16 (Thu, 16 Mar 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py

  Log Message:
  -----------
  REGRESSION(261707 at main) [Win] run-webkit-tests: ModuleNotFoundError: No module named 'resource'
https://bugs.webkit.org/show_bug.cgi?id=253994

Reviewed by Carlos Alberto Lopez Perez.

The 'resource' module isn't available for Windows Python.

* Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py:
(run): Import resource in the try block and catch ModuleNotFoundError.

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




More information about the webkit-changes mailing list