[webkit-changes] [WebKit/WebKit] 42fcbb: REGRESSION(227811 at main): run-webkit-tests reports ...

Fujii Hironori noreply at github.com
Mon Aug 7 18:23:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 42fcbb07f8be92bcf0b6171f114e39aded2d10f4
      https://github.com/WebKit/WebKit/commit/42fcbb07f8be92bcf0b6171f114e39aded2d10f4
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
    M Tools/Scripts/webkitpy/common/host.py

  Log Message:
  -----------
  REGRESSION(227811 at main): run-webkit-tests reports "perl: warning: Setting locale failed." on Windows
https://bugs.webkit.org/show_bug.cgi?id=259640

Reviewed by Don Olmstead.

After 227811 at main set a environment vairable 'LC_ALL' to
'en_US.UTF-8', run-webkit-tests reports "perl: warning: Setting locale
failed." on Windows.

> perl: warning: Setting locale failed.
> perl: warning: Please check that your locale settings:
> 	LC_ALL = "en_US.UTF-8",
> 	LC_MESSAGES = "en_US.UTF-8",
> 	LANG = "en_US.UTF-8"
>     are supported and installed on your system.
> perl: warning: Falling back to the standard locale ("C").

* Tools/Scripts/webkitpy/common/host.py:
(Host._engage_awesome_locale_hacks):
Do nothing on Windows.

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




More information about the webkit-changes mailing list