[Webkit-unassigned] [Bug 199487] JSTestGlobalObject.cpp of bindings-generation-tests is failing for Windows Python

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 3 21:09:48 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=199487

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
In Windows Python, preprocessor.pm calls cl.exe.
cl.exe is failing to open testglobalscope_constructors_file which is created by webkitpy/bindings/main.py using tempfile.mkstemp().

> c1: fatal error C1083: Cannot open source file: 'c:/users/000013~1/appdata/local/temp/tmpytx5zj': Permission denied

In Cygwin Python, preprocessor.pm is using Cygwin's gcc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190704/850ed4b7/attachment.html>


More information about the webkit-unassigned mailing list