Changes between Version 44 and Version 45 of BuildingOnWindows
- Timestamp:
- Aug 17, 2010, 12:04:30 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v44 v45 86 86 = Running the Layout Tests on Windows = 87 87 88 == Getting Crash Logs == 89 90 `run-webkit-tests` can save crash logs when a crash occurs during a test. To set this up: 91 1. Install [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b Debugging Tools for Windows 32-bit Version] 92 1. Set the `_NT_SYMBOL_PATH` environment variable to include both the Microsoft and Safari symbol servers. It should look something like `SRV*c:\symbols*http://msdl.microsoft.com/download/symbols;SRV*c:\symbols*http://url.for.safari/symbol/server`. (See [http://developer.apple.com/internet/safari/windows_symbols_agree.html this page] for the URL of the Safari symbol server.) 93 94 == Common Problems == 95 88 96 Running the layout-tests without failures requires a few tweaks to the environment: 89 97