It's time to get the test system up and running. This patch does the following: 1. Adds relevant CMake files to get things building. 2. Adds a "--ftw" flag to the build scripts that will trigger a relevant build.
Created attachment 379175 [details] Patch
Comment on attachment 379175 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=379175&action=review > Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp:877 > +#if USE(CF) && !PLATFORM(WIN_CAIRO) && !USE(DIRECT2D) Maybe this should just be: #if USE(CF) && !OS(WINDOWS) ? This isn't build for the AppleWin port, either.
Note: These changes revealed Bug 202021.
Comment on attachment 379175 [details] Patch Clearing flags on attachment: 379175 Committed r250121: <https://trac.webkit.org/changeset/250121>
All reviewed patches have been landed. Closing bug.
<rdar://problem/55547688>