Bug 35768 - run-webkit-tests sopmetimes sets the path too late when running on cygwin
Summary: run-webkit-tests sopmetimes sets the path too late when running on cygwin
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-04 15:18 PST by Dumitru Daniliuc
Modified: 2010-03-04 15:34 PST (History)
1 user (show)

See Also:


Attachments
patch (1.12 KB, patch)
2010-03-04 15:27 PST, Dumitru Daniliuc
aroben: review+
dumi: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2010-03-04 15:18:28 PST
When running on cygwin, WebKitTools/Scripts/run-webkit-tests sometimes seems to invoke DumpRenderTree before setting the correct path. This leads to DumpRenderTree crashing, because it cannot find CoreFoundation.dll.
Comment 1 Dumitru Daniliuc 2010-03-04 15:27:09 PST
Created attachment 50058 [details]
patch
Comment 2 Adam Roben (:aroben) 2010-03-04 15:27:50 PST
Comment on attachment 50058 [details]
patch

r=me
Comment 3 Dumitru Daniliuc 2010-03-04 15:34:42 PST
Landed as r55558.