Title: [181554] trunk/Source/WebKit2
Revision
181554
Author
[email protected]
Date
2015-03-16 07:32:38 -0700 (Mon, 16 Mar 2015)

Log Message

[EFL][WK2] REGRESSION(r178526): test_ewk2_storage_manager has been failed for a long time
https://bugs.webkit.org/show_bug.cgi?id=141249

Patch by Przemyslaw Piorkowski <[email protected]> on 2015-03-16
Reviewed by Gyuyoung Kim.

* PlatformEfl.cmake: Enable test_ewk2_storage_manager for EFL port - it is passing now.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (181553 => 181554)


--- trunk/Source/WebKit2/ChangeLog	2015-03-16 14:24:46 UTC (rev 181553)
+++ trunk/Source/WebKit2/ChangeLog	2015-03-16 14:32:38 UTC (rev 181554)
@@ -1,3 +1,12 @@
+2015-03-16  Przemyslaw Piorkowski  <[email protected]>
+
+        [EFL][WK2] REGRESSION(r178526): test_ewk2_storage_manager has been failed for a long time
+        https://bugs.webkit.org/show_bug.cgi?id=141249
+
+        Reviewed by Gyuyoung Kim.
+
+        * PlatformEfl.cmake: Enable test_ewk2_storage_manager for EFL port - it is passing now.
+
 2015-03-16  David Kilzer  <[email protected]>
 
         [iOS] REGRESSION (r181511): Most layout tests crash with a NULL deref

Modified: trunk/Source/WebKit2/PlatformEfl.cmake (181553 => 181554)


--- trunk/Source/WebKit2/PlatformEfl.cmake	2015-03-16 14:24:46 UTC (rev 181553)
+++ trunk/Source/WebKit2/PlatformEfl.cmake	2015-03-16 14:32:38 UTC (rev 181554)
@@ -515,6 +515,7 @@
     test_ewk2_popup_menu
     test_ewk2_settings
     test_ewk2_ssl
+    test_ewk2_storage_manager
     test_ewk2_text_checker
     test_ewk2_view
     test_ewk2_window_features
@@ -524,7 +525,6 @@
 #
 # webkit.org/b/107422: test_ewk2_auth_request
 # webkit.org/b/132980: test_ewk2_context_menu
-# webkit.org/b/141249: test_ewk2_storage_manager
 
 if (ENABLE_API_TESTS)
     foreach (testName ${EWK2UnitTests_BINARIES})
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to