Summary: | [Windows] Report better error messages when WinLauncher/DRT Fail to Run | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> | ||||
Component: | Tools / Tests | Assignee: | Brent Fulgham <bfulgham> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | ||||||
Priority: | P2 | ||||||
Version: | 528+ (Nightly build) | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Brent Fulgham
2013-08-20 14:23:39 PDT
Created attachment 209232 [details]
Patch
Comment on attachment 209232 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209232&action=review > Tools/win/DLLLauncher/DLLLauncherMain.cpp:177 > + return fatalError(L"Unknown Program", L"Failed to determine name of executabl: " + getLastErrorString(::GetLastError())); you lost a useful e here Comment on attachment 209232 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=209232&action=review >> Tools/win/DLLLauncher/DLLLauncherMain.cpp:177 >> + return fatalError(L"Unknown Program", L"Failed to determine name of executabl: " + getLastErrorString(::GetLastError())); > > you lost a useful e here Whoops! Committed r154367: <http://trac.webkit.org/changeset/154367> |