Bug 107822

Summary: [GTK] run-gtk-tests does not respect the -d argument
Product: WebKit Reporter: Gustavo Noronha (kov) <gustavo>
Component: New BugsAssignee: Gustavo Noronha (kov) <gustavo>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Gustavo Noronha (kov) 2013-01-24 06:30:53 PST
[GTK] run-gtk-tests does not respect the -d argument
Comment 1 Gustavo Noronha (kov) 2013-01-24 06:33:15 PST
Created attachment 184482 [details]
Patch
Comment 2 Gustavo Noronha (kov) 2013-01-31 04:44:47 PST
Comment on attachment 184482 [details]
Patch

Clearing flags on attachment: 184482

Committed r141402: <http://trac.webkit.org/changeset/141402>
Comment 3 Gustavo Noronha (kov) 2013-01-31 04:44:52 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Zan Dobersek 2013-01-31 09:08:23 PST
Oops, this patch made WebKit2 unit tests fail since the injected bundle path is now incorrectly set:

** (WebKitWebProcess:29082): WARNING **: Error loading the injected bundle (./Tools/gtk/../Scripts/../../WebKitBuild/Release/libTestWebKitAPIInjectedBundle.la): ./Tools/gtk/../Scripts/../../WebKitBuild/Release/libTestWebKitAPIInjectedBundle.la: cannot open shared object file: No such file or directory

TEST: ./Tools/gtk/../Scripts/../../WebKitBuild/Release/Programs/TestWebKitAPI/TestWebKit2: TIMEOUT

(The bundle is otherwise located in WebKitBuild/(Release|Debug)/Libraries/.)
Comment 5 Zan Dobersek 2013-01-31 10:17:30 PST
Fix at bug #108496.