Bug 132736 - REGRESSION(CMAKE): [GTK] run-gtk-tests doesn't set the right injected bundle path
Summary: REGRESSION(CMAKE): [GTK] run-gtk-tests doesn't set the right injected bundle ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk, Regression
Depends on:
Blocks:
 
Reported: 2014-05-09 04:27 PDT by Carlos Garcia Campos
Modified: 2014-05-09 05:50 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.69 KB, patch)
2014-05-09 04:32 PDT, Carlos Garcia Campos
pnormand: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-05-09 04:27:32 PDT
There are two problems, the path returned by common.library_build_path() is wrong when common.binary_build_path() has previously been called, and the test is still looking for the .la instead of .so
Comment 1 Carlos Garcia Campos 2014-05-09 04:32:36 PDT
Created attachment 231142 [details]
Patch

This doesn't fail in the bots, because bots have never run these tests since the CMAKE switch, see bug #132684
Comment 2 Carlos Garcia Campos 2014-05-09 05:50:33 PDT
Committed r168526: <http://trac.webkit.org/changeset/168526>