Title: [143203] trunk
- Revision
- 143203
- Author
- ch.du...@sisa.samsung.com
- Date
- 2013-02-18 05:26:44 -0800 (Mon, 18 Feb 2013)
Log Message
[EFL][WK2] Disable failing API tests
https://bugs.webkit.org/show_bug.cgi?id=110081
Reviewed by Kenneth Rohde Christiansen.
Source/WebKit2:
Disable EWK2UnitTestBase.ewk_view_scale API test as it is failing.
* UIProcess/API/efl/tests/test_ewk2_view.cpp:
(TEST_F):
Tools:
Disable DOMWindowExtensionBasic WK2 test on EFL port as it times out.
* TestWebKitAPI/PlatformEfl.cmake:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (143202 => 143203)
--- trunk/Source/WebKit2/ChangeLog 2013-02-18 13:26:29 UTC (rev 143202)
+++ trunk/Source/WebKit2/ChangeLog 2013-02-18 13:26:44 UTC (rev 143203)
@@ -1,3 +1,15 @@
+2013-02-18 Christophe Dumez <ch.du...@sisa.samsung.com>
+
+ [EFL][WK2] Disable failing API tests
+ https://bugs.webkit.org/show_bug.cgi?id=110081
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Disable EWK2UnitTestBase.ewk_view_scale API test as it is failing.
+
+ * UIProcess/API/efl/tests/test_ewk2_view.cpp:
+ (TEST_F):
+
2013-02-15 Allan Sandfeld Jensen <allan.jen...@digia.com>
[Qt][WK2] Support WK2 API tests
Modified: trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp (143202 => 143203)
--- trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp 2013-02-18 13:26:29 UTC (rev 143202)
+++ trunk/Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_view.cpp 2013-02-18 13:26:44 UTC (rev 143203)
@@ -748,7 +748,7 @@
#endif
}
-TEST_F(EWK2UnitTestBase, ewk_view_scale)
+TEST_F(EWK2UnitTestBase, DISABLED_ewk_view_scale)
{
ASSERT_TRUE(loadUrlSync(environment->defaultTestPageUrl()));
Modified: trunk/Tools/ChangeLog (143202 => 143203)
--- trunk/Tools/ChangeLog 2013-02-18 13:26:29 UTC (rev 143202)
+++ trunk/Tools/ChangeLog 2013-02-18 13:26:44 UTC (rev 143203)
@@ -1,3 +1,14 @@
+2013-02-18 Christophe Dumez <ch.du...@sisa.samsung.com>
+
+ [EFL][WK2] Disable failing API tests
+ https://bugs.webkit.org/show_bug.cgi?id=110081
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Disable DOMWindowExtensionBasic WK2 test on EFL port as it times out.
+
+ * TestWebKitAPI/PlatformEfl.cmake:
+
2013-02-18 Simon Hausmann <simon.hausm...@digia.com>
[Qt] Disable the build if certain configure checks fail
Modified: trunk/Tools/TestWebKitAPI/PlatformEfl.cmake (143202 => 143203)
--- trunk/Tools/TestWebKitAPI/PlatformEfl.cmake 2013-02-18 13:26:29 UTC (rev 143202)
+++ trunk/Tools/TestWebKitAPI/PlatformEfl.cmake 2013-02-18 13:26:44 UTC (rev 143203)
@@ -52,7 +52,6 @@
set(test_webkit2_api_BINARIES
AboutBlankLoad
CookieManager
- DOMWindowExtensionBasic
DOMWindowExtensionNoCache
DocumentStartUserScriptAlertCrash
EvaluateJavaScript
@@ -91,6 +90,7 @@
set(test_webkit2_api_fail_BINARIES
CanHandleRequest
+ DOMWindowExtensionBasic
DownloadDecideDestinationCrash
NewFirstVisuallyNonEmptyLayoutFrames
RestoreSessionStateContainingFormData
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes