Bug 192293
Summary: | [WinCairo] Windows Python 2.7 path length limitation | ||
---|---|---|---|
Product: | WebKit | Reporter: | Fujii Hironori <Hironori.Fujii> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | basuke, 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 |
Fujii Hironori
[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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Basuke Suzuki
Python 3.6 is the right solution to move forward. +1 to this choice.
Fujii Hironori
We no longer use Python 2. Closed.