Title: [207191] trunk/Source/WebKit2
- Revision
- 207191
- Author
- [email protected]
- Date
- 2016-10-11 23:39:44 -0700 (Tue, 11 Oct 2016)
Log Message
[EFL] Update API tests which are passed or failed
https://bugs.webkit.org/show_bug.cgi?id=163322
Unreviewed, simple on/off API test.
*ewk_favicon_database_clear* has been crashed for a long time, however
*ewk_cookie_manager_permanent_storage* is fine now. So the passing test
is enabled again, and disable the failure tests.
Patch by Gyuyoung Kim <[email protected]> on 2016-10-11
* UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp:
(TEST_F):
* UIProcess/API/efl/tests/test_ewk2_favicon_database.cpp:
(TEST_F):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (207190 => 207191)
--- trunk/Source/WebKit2/ChangeLog 2016-10-12 06:26:35 UTC (rev 207190)
+++ trunk/Source/WebKit2/ChangeLog 2016-10-12 06:39:44 UTC (rev 207191)
@@ -1,3 +1,19 @@
+2016-10-11 Gyuyoung Kim <[email protected]>
+
+ [EFL] Update API tests which are passed or failed
+ https://bugs.webkit.org/show_bug.cgi?id=163322
+
+ Unreviewed, simple on/off API test.
+
+ *ewk_favicon_database_clear* has been crashed for a long time, however
+ *ewk_cookie_manager_permanent_storage* is fine now. So the passing test
+ is enabled again, and disable the failure tests.
+
+ * UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp:
+ (TEST_F):
+ * UIProcess/API/efl/tests/test_ewk2_favicon_database.cpp:
+ (TEST_F):
+
2016-10-11 Daniel Bates <[email protected]>
Attempt to fix the Apple Internal Mac build following r207159
Modified: trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp (207190 => 207191)
--- trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp 2016-10-12 06:26:35 UTC (rev 207190)
+++ trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp 2016-10-12 06:39:44 UTC (rev 207191)
@@ -267,7 +267,7 @@
ASSERT_EQ(0, countHostnamesWithCookies(cookieManager));
}
-TEST_F(EWK2CookieManagerTest, DISABLED_ewk_cookie_manager_permanent_storage)
+TEST_F(EWK2CookieManagerTest, ewk_cookie_manager_permanent_storage)
{
std::unique_ptr<EWK2UnitTestServer> httpServer = std::make_unique<EWK2UnitTestServer>();
httpServer->run(serverCallback);
Modified: trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_favicon_database.cpp (207190 => 207191)
--- trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_favicon_database.cpp 2016-10-12 06:26:35 UTC (rev 207190)
+++ trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_favicon_database.cpp 2016-10-12 06:39:44 UTC (rev 207191)
@@ -121,7 +121,7 @@
ewk_favicon_database_icon_change_callback_del(database, requestFaviconData);
}
-TEST_F(EWK2FaviconDatabaseTest, ewk_favicon_database_clear)
+TEST_F(EWK2FaviconDatabaseTest, DISABLED_ewk_favicon_database_clear)
{
std::unique_ptr<EWK2UnitTestServer> httpServer1 = std::make_unique<EWK2UnitTestServer>();
httpServer1->run(serverCallback);
@@ -156,7 +156,7 @@
while (!data2.icon)
ecore_main_loop_iterate();
-
+
ASSERT_TRUE(data2.icon);
evas_object_unref(data2.icon);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes