Bug 132736

Summary: REGRESSION(CMAKE): [GTK] run-gtk-tests doesn't set the right injected bundle path
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson, pnormand
Priority: P2 Keywords: Gtk, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pnormand: review+

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>