Title: [133017] trunk/Source/WebKit2
Revision
133017
Author
[email protected]
Date
2012-10-31 06:00:09 -0700 (Wed, 31 Oct 2012)

Log Message

[EFL] Skip EWK2UnitTestBase.ewk_context_vibration_client_callbacks_set API test
https://bugs.webkit.org/show_bug.cgi?id=100839

Unreviewed, Skip EWK2UnitTestBase.ewk_context_vibration_client_callbacks_set
API test since it is failing on the bots.

Patch by Sudarsana Nagineni <[email protected]> on 2012-10-31

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (133016 => 133017)


--- trunk/Source/WebKit2/ChangeLog	2012-10-31 12:55:54 UTC (rev 133016)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-31 13:00:09 UTC (rev 133017)
@@ -1,3 +1,14 @@
+2012-10-31  Sudarsana Nagineni  <[email protected]>
+
+        [EFL] Skip EWK2UnitTestBase.ewk_context_vibration_client_callbacks_set API test
+        https://bugs.webkit.org/show_bug.cgi?id=100839
+
+        Unreviewed, Skip EWK2UnitTestBase.ewk_context_vibration_client_callbacks_set
+        API test since it is failing on the bots.
+
+        * UIProcess/API/efl/tests/test_ewk2_context.cpp:
+        (TEST_F):
+
 2012-10-31  KyungTae Kim  <[email protected]>
 
         [WK2][EFL] Assert check need to be changed in InputMethodContextEfl::InputMethodContextEfl

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


--- trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context.cpp	2012-10-31 12:55:54 UTC (rev 133016)
+++ trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_context.cpp	2012-10-31 13:00:09 UTC (rev 133017)
@@ -121,7 +121,7 @@
         ecore_main_loop_iterate();
 }
 
-TEST_F(EWK2UnitTestBase, ewk_context_vibration_client_callbacks_set)
+TEST_F(EWK2UnitTestBase, DISABLED_ewk_context_vibration_client_callbacks_set)
 {
     VibrationCbData data = { false, false, 0, 5000 };
     ewk_context_vibration_client_callbacks_set(ewk_view_context_get(webView()), vibrateCallback, cancelVibrationCallback, &data);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to