Bug 31123 - Make run-webkit-tests work for the Debug_Internal Windows configuration
Summary: Make run-webkit-tests work for the Debug_Internal Windows configuration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-04 08:51 PST by Adam Roben (:aroben)
Modified: 2009-11-04 08:59 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.57 KB, patch)
2009-11-04 08:51 PST, Adam Roben (:aroben)
no flags Details | Formatted Diff | Diff
Make run-webkit-tests work for the Debug_Internal Windows configuration (1.57 KB, patch)
2009-11-04 08:54 PST, Adam Roben (:aroben)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2009-11-04 08:51:38 PST
Created attachment 42486 [details]
Patch

In Debug_Internal, DumpRenderTree.exe and ImageDiff.exe have no _debug
suffix.

Reviewed by NOBODY (OOPS!).

* Scripts/run-webkit-tests: Don't add the _debug suffix in
Debug_Internal, either.
---
 2 files changed, 15 insertions(+), 2 deletions(-)
Comment 1 Adam Roben (:aroben) 2009-11-04 08:54:07 PST
Created attachment 42487 [details]
Make run-webkit-tests work for the Debug_Internal Windows configuration
Comment 2 Adam Roben (:aroben) 2009-11-04 08:59:29 PST
Committed r50513: <http://trac.webkit.org/changeset/50513>