Title: [182886] trunk/Source/WebKit2
Revision
182886
Author
gyuyoung....@webkit.org
Date
2015-04-16 06:55:08 -0700 (Thu, 16 Apr 2015)

Log Message

[EFL] Disable a flaky ewk_context_network_process_model() API test
https://bugs.webkit.org/show_bug.cgi?id=143824

Reviewed by Csaba Osztrogonác.

ewk_context_network_process_model has been often failed. Though Bug 142967
was filed to fix this issue, it is not solved yet. To maintain EFL bot, this patch
disables it until fixing it.

* UIProcess/API/efl/tests/test_ewk2_context.cpp:
(TEST_F):

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (182885 => 182886)


--- trunk/Source/WebKit2/ChangeLog	2015-04-16 13:39:25 UTC (rev 182885)
+++ trunk/Source/WebKit2/ChangeLog	2015-04-16 13:55:08 UTC (rev 182886)
@@ -1,3 +1,17 @@
+2015-04-16  Gyuyoung Kim  <gyuyoung....@webkit.org>
+
+        [EFL] Disable a flaky ewk_context_network_process_model() API test
+        https://bugs.webkit.org/show_bug.cgi?id=143824
+
+        Reviewed by Csaba Osztrogonác.
+
+        ewk_context_network_process_model has been often failed. Though Bug 142967
+        was filed to fix this issue, it is not solved yet. To maintain EFL bot, this patch
+        disables it until fixing it.
+
+        * UIProcess/API/efl/tests/test_ewk2_context.cpp:
+        (TEST_F):
+
 2015-04-16  Csaba Osztrogonác  <o...@webkit.org>
 
         [WK2] Forwarding headers generator shouldn't generate unnecessary headers

Modified: trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context.cpp (182885 => 182886)


--- trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context.cpp	2015-04-16 13:39:25 UTC (rev 182885)
+++ trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context.cpp	2015-04-16 13:55:08 UTC (rev 182886)
@@ -215,7 +215,7 @@
 }
 
 
-TEST_F(EWK2ContextTestMultipleProcesses, ewk_context_network_process_model)
+TEST_F(EWK2ContextTestMultipleProcesses, DISABLED_ewk_context_network_process_model)
 {
     Ewk_Context* context = ewk_view_context_get(webView());
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to