Bug 192293 - [WinCairo] Windows Python 2.7 path length limitation
Summary: [WinCairo] Windows Python 2.7 path length limitation
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 184986
Blocks: 192207
  Show dependency treegraph
 
Reported: 2018-12-02 20:09 PST by Fujii Hironori
Modified: 2021-10-12 13:02 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2018-12-02 20:09:55 PST
[WinCairo] Windows Python 2.7 path length limitation

WinCairo port is using Windows Python 2.7 even though AppleWin port has been using Cygwin Python for long time.
There is an issue Windows Python 2.7 can't handle long path.

run-webkit-test (Bug 188092 comment 11)
Buildbot slave (Bug 192207 comment 2)

We have two workarounds:

1. Use Windows Python 3.6 or later
2. Use Cygwin Python 2.7

I think we need to update Buildbot (Bug 175056) for #1.
Comment 1 Basuke Suzuki 2018-12-03 10:20:33 PST
Python 3.6 is the right solution to move forward. +1 to this choice.
Comment 2 Fujii Hironori 2021-10-12 13:02:53 PDT
We no longer use Python 2. Closed.