Bug 128926

Summary: [Win] Fall back to Windows symbol servers when necessary
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: Tools / TestsAssignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, glenn, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Brent Fulgham
Reported 2014-02-17 12:01:55 PST
I noticed that our test bots were not generating crash dumps because the _NT_SYMBOL_PATH environment variable was not always properly defined on our test bots. A better solution is to fall back to using the Microsoft Symbol Servers in this case, rather than failing to generate dump files. The only downside is some increased test latency due to having to query and download symbols (on demand) from MSDN when symbols are not available locally.
Attachments
Patch (1.51 KB, patch)
2014-02-17 12:04 PST, Brent Fulgham
rniwa: review+
Brent Fulgham
Comment 1 2014-02-17 12:04:37 PST
Brent Fulgham
Comment 2 2014-02-17 12:20:23 PST
Ryosuke Niwa
Comment 3 2014-02-17 13:35:04 PST
Fixed webkitpy tests on Mac in http://trac.webkit.org/changeset/164247.
Note You need to log in before you can comment on or make changes to this bug.