Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fa34f29c4fd27528388c3584a41383a632177bae
https://github.com/WebKit/WebKit/commit/fa34f29c4fd27528388c3584a41383a632177bae
Author: Fujii Hironori <[email protected]>
Date: 2024-07-25 (Thu, 25 Jul 2024)
Changed paths:
M Tools/Scripts/webkitpy/port/base.py
M Tools/Scripts/webkitpy/port/win.py
Log Message:
-----------
[Win] run-webkit-tests doesn't need to set _NT_SYMBOL_PATH environment
variable because ntsd.exe is executed by the system
https://bugs.webkit.org/show_bug.cgi?id=277098
Reviewed by Brent Fulgham.
It has no effect to set _NT_SYMBOL_PATH environment variable in
run-webkit-tests script because ntsd.exe is executed by the system.
You need to set _NT_SYMBOL_PATH to the system environment variable for
the crash log. For example:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
Manager\Environment" /f /v _NT_SYMBOL_PATH /d
"cache*C:\temp\symcache;srv*https://msdl.microsoft.com/download/symbols"
* Tools/Scripts/webkitpy/port/base.py:
* Tools/Scripts/webkitpy/port/win.py:
Canonical link: https://commits.webkit.org/281377@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes