Title: [203850] trunk/Tools
- Revision
- 203850
- Author
- [email protected]
- Date
- 2016-07-28 16:52:42 -0700 (Thu, 28 Jul 2016)
Log Message
Disable WebKit2.ResizeWithHiddenContentDoesNotHang for now
* TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm:
(animatedResizeWebView):
(TEST):
This test times out only when run in the WebKit Testing simulator environment,
but not in a fresh simulator. Disabling to keep the bots green while under investigation.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (203849 => 203850)
--- trunk/Tools/ChangeLog 2016-07-28 23:29:37 UTC (rev 203849)
+++ trunk/Tools/ChangeLog 2016-07-28 23:52:42 UTC (rev 203850)
@@ -1,5 +1,15 @@
2016-07-28 Tim Horton <[email protected]>
+ Disable WebKit2.ResizeWithHiddenContentDoesNotHang for now
+
+ * TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm:
+ (animatedResizeWebView):
+ (TEST):
+ This test times out only when run in the WebKit Testing simulator environment,
+ but not in a fresh simulator. Disabling to keep the bots green while under investigation.
+
+2016-07-28 Tim Horton <[email protected]>
+
Frequent animation lags when interacting with Safari (sidebar, tab switching, etc.)
https://bugs.webkit.org/show_bug.cgi?id=160289
<rdar://problem/27553464>
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm (203849 => 203850)
--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm 2016-07-28 23:29:37 UTC (rev 203849)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm 2016-07-28 23:52:42 UTC (rev 203850)
@@ -88,6 +88,9 @@
return webView;
}
+// FIXME: This test times out only when run in the WebKit Testing simulator, but
+// not e.g. in a fresh simulator.
+#if 0
TEST(WebKit2, ResizeWithHiddenContentDoesNotHang)
{
auto webView = animatedResizeWebView();
@@ -107,6 +110,7 @@
didEndAnimatedResize = false;
}
}
+#endif
TEST(WebKit2, AnimatedResizeDoesNotHang)
{
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes