RESOLVED FIXED 179817
[WPE] Build C API tests
https://bugs.webkit.org/show_bug.cgi?id=179817
Summary [WPE] Build C API tests
Carlos Garcia Campos
Reported 2017-11-17 05:47:54 PST
They aren't build for WPE.
Attachments
Patch (16.67 KB, patch)
2017-11-17 05:49 PST, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2017-11-17 05:49:28 PST
Carlos Garcia Campos
Comment 2 2017-11-17 06:12:06 PST
This is not expected to build since it depends on two other patches.
Michael Catanzaro
Comment 3 2017-11-17 07:35:16 PST
Comment on attachment 327165 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327165&action=review > Tools/TestWebKitAPI/wpe/PlatformWebViewWPE.cpp:68 > + if (m_window) > + delete m_window; delete is NULL-safe, so remove the if (m_window) check. > Tools/TestWebKitAPI/wpe/PlatformWebViewWPE.cpp:89 > + // FIXME: implement this. What happened to using notImplemented()? :D
Carlos Garcia Campos
Comment 4 2017-11-17 08:29:32 PST
Comment on attachment 327165 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=327165&action=review >> Tools/TestWebKitAPI/wpe/PlatformWebViewWPE.cpp:68 >> + delete m_window; > > delete is NULL-safe, so remove the if (m_window) check. Right! >> Tools/TestWebKitAPI/wpe/PlatformWebViewWPE.cpp:89 >> + // FIXME: implement this. > > What happened to using notImplemented()? :D notImplemented() is WebCore API.
Carlos Garcia Campos
Comment 5 2017-11-20 01:51:16 PST
Note You need to log in before you can comment on or make changes to this bug.