Bug 166631
Summary: | [CMake] Build as many API tests as possible, in cross-platform CMakeLists.txt | ||
---|---|---|---|
Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | bugs-noreply, lforschler |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | PC | ||
OS: | Linux |
Michael Catanzaro
Right now the Windows and GTK ports build only a small subset of WebCore API tests, EFL builds almost none (and in separate binaries, it needs to use one binary to match the other ports), and Mac builds none. The only platform that is actually running most tests is Mac with XCode.
The situation for WebKit2 and WTF tests looks a bit better, but I bet many tests are missing there too.
This should be cleaned up. In particular, as many tests as possible should be listed in a cross-platform location so you don't need to edit multiple CMake files when adding a test that runs on all ports.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |