https://bugs.webkit.org/show_bug.cgi?id=177202
* CMakeLists.txt:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@227783
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
add_subdirectory(WebKitTestRunner)
add_subdirectory(MiniBrowser/mac)
elseif ("${PORT}" STREQUAL "JSCOnly")
- if (ENABLE_API_TESTS)
- add_subdirectory(TestWebKitAPI)
- endif ()
elseif ("${PORT}" STREQUAL "WPE")
if (DEVELOPER_MODE)
add_subdirectory(ImageDiff)
+2018-01-30 Yusuke Suzuki <utatane.tea@gmail.com>
+
+ Unreviewed, try to fix JSCOnly build
+ https://bugs.webkit.org/show_bug.cgi?id=177202
+
+ * CMakeLists.txt:
+
2018-01-30 Carlos Garcia Campos <cgarcia@igalia.com>
Unreviewed. Try to avoid webdriver tests step timing out in the bots.