Title: [204092] trunk/Tools
Revision
204092
Author
timothy_hor...@apple.com
Date
2016-08-03 11:44:04 -0700 (Wed, 03 Aug 2016)

Log Message

Revise a TestWebKitAPI comment to mention the actual underlying problem

* TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm:
Note that this is because of https://bugs.webkit.org/show_bug.cgi?id=160516

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204091 => 204092)


--- trunk/Tools/ChangeLog	2016-08-03 18:43:15 UTC (rev 204091)
+++ trunk/Tools/ChangeLog	2016-08-03 18:44:04 UTC (rev 204092)
@@ -1,3 +1,10 @@
+2016-08-03  Tim Horton  <timothy_hor...@apple.com>
+
+        Revise a TestWebKitAPI comment to mention the actual underlying problem
+
+        * TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm:
+        Note that this is because of https://bugs.webkit.org/show_bug.cgi?id=160516
+
 2016-08-03  Carlos Alberto Lopez Perez  <clo...@igalia.com>
 
         Benchmark test content-animation timeouts always

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm (204091 => 204092)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm	2016-08-03 18:43:15 UTC (rev 204091)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/AnimatedResize.mm	2016-08-03 18:44:04 UTC (rev 204092)
@@ -88,8 +88,7 @@
     return webView;
 }
 
-// FIXME: This test times out only when run in the WebKit Testing simulator, but
-// not e.g. in a fresh simulator.
+// FIXME (160516): This test fails when run in a headless simulator because only the first commit ever happens.
 #if 0
 TEST(WebKit2, ResizeWithHiddenContentDoesNotHang)
 {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to