Bug 107822 - [GTK] run-gtk-tests does not respect the -d argument
Summary: [GTK] run-gtk-tests does not respect the -d argument
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gustavo Noronha (kov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-24 06:30 PST by Gustavo Noronha (kov)
Modified: 2013-01-31 10:17 PST (History)
2 users (show)

See Also:


Attachments
Patch (2.70 KB, patch)
2013-01-24 06:33 PST, Gustavo Noronha (kov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.