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+

Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2014-02-17 12:04:37 PST
Created attachment 224411 [details]
Patch
Comment 2 Brent Fulgham 2014-02-17 12:20:23 PST
Committed r164244: <http://trac.webkit.org/changeset/164244>
Comment 3 Ryosuke Niwa 2014-02-17 13:35:04 PST
Fixed webkitpy tests on Mac in http://trac.webkit.org/changeset/164247.