[Win] TestWTF.FileSystemTest.* is timing out if it is run by normal user python3.exe .\Tools\Scripts\run-api-tests --no-build --debug TestWTF.FileSystemTest.* run-api-tests script clears TEMP and TMP env vars. generateTemporaryPath in Source/WTF/wtf/win/FileSystemWin.cpp never finish because normal user can't create a file in Windows system directory.
It has no timeout if I invoke TestWTF.exe directly. WebKitBuild\Debug\bin64\TestWTF.exe --gtest_filter=FileSystemTest.*
Created attachment 441983 [details] Patch
Comment on attachment 441983 [details] Patch Clearing flags on attachment: 441983 Committed r284638 (243358@main): <https://commits.webkit.org/243358@main>
All reviewed patches have been landed. Closing bug.
<rdar://problem/84520879>