Bug 132684

Summary: REGRESSION(CMAKE): [GTK] WebKit2 C API tests are not run by run-gtk-test
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gustavo, mrobinson
Priority: P2 Keywords: Gtk, Regression
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Carlos Garcia Campos 2014-05-08 09:09:07 PDT
Since the switch to CMAKE we are not running the WebKit2 C API tests, because now there are built in several binaries and non of them starts with "Test" prefix. We should either rename the binaries to have a Test prefix, or remove the restriction for non WebKit2Gtk tests (we use the Test prefix in WebKit2Gtk tests to avoid trying to run other binaries like the a11y test server, or the remote inspector server as tests).
Comment 1 Carlos Garcia Campos 2014-05-10 00:18:43 PDT
This should be fixed now by r168574