Bug 132684 - REGRESSION(CMAKE): [GTK] WebKit2 C API tests are not run by run-gtk-test
Summary: REGRESSION(CMAKE): [GTK] WebKit2 C API tests are not run by run-gtk-test
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-08 09:09 PDT by Carlos Garcia Campos
Modified: 2014-05-10 00:18 PDT (History)
2 users (show)

See Also:


Attachments

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