Bug 192293

Summary: [WinCairo] Windows Python 2.7 path length limitation
Product: WebKit Reporter: Fujii Hironori <Hironori.Fujii>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: Basuke.Suzuki, don.olmstead, lforschler
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=188092
Bug Depends on: 184986    
Bug Blocks: 192207    

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.