Title: [116180] trunk/Tools
Revision
116180
Author
[email protected]
Date
2012-05-04 15:19:21 -0700 (Fri, 04 May 2012)

Log Message

REGRESSION (r115752): WebKit2.NewFirstVisuallyNonEmptyLayout API test times out
https://bugs.webkit.org/show_bug.cgi?id=85675

* TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp:
(TestWebKitAPI::TEST): Disable the test.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (116179 => 116180)


--- trunk/Tools/ChangeLog	2012-05-04 22:08:30 UTC (rev 116179)
+++ trunk/Tools/ChangeLog	2012-05-04 22:19:21 UTC (rev 116180)
@@ -1,3 +1,11 @@
+2012-05-04  Andy Estes  <[email protected]>
+
+        REGRESSION (r115752): WebKit2.NewFirstVisuallyNonEmptyLayout API test times out
+        https://bugs.webkit.org/show_bug.cgi?id=85675
+
+        * TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp:
+        (TestWebKitAPI::TEST): Disable the test.
+
 2012-04-30  Jer Noble  <[email protected]>
 
         Full screen will exit during a provisional load of a non-ancestor iframe.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp (116179 => 116180)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp	2012-05-04 22:08:30 UTC (rev 116179)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2/NewFirstVisuallyNonEmptyLayout.cpp	2012-05-04 22:19:21 UTC (rev 116180)
@@ -47,7 +47,7 @@
     WKPageSetPageLoaderClient(page, &loaderClient);
 }
 
-TEST(WebKit2, NewFirstVisuallyNonEmptyLayout)
+TEST(WebKit2, DISABLED_NewFirstVisuallyNonEmptyLayout)
 {
     WKRetainPtr<WKContextRef> context(AdoptWK, Util::createContextForInjectedBundleTest("NewFirstVisuallyNonEmptyLayoutTest"));
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to