[Webkit-unassigned] [Bug 110027] compositing/transitions/transform-on-large-layer.html is failing on Mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 23 16:17:22 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=110027


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|compositing/transitions/tra |compositing/transitions/tra
                   |nsform-on-large-layer.html  |nsform-on-large-layer.html
                   |added by r142979 is failing |is failing on Mac
                   |intermittently              |
                 CC|                            |allan.jensen at digia.com
             Blocks|                            |110099




--- Comment #1 from Alexey Proskuryakov <ap at webkit.org>  2013-09-23 16:16:25 PST ---
What I'm seeing is not so much that the test is flaky, but that it's failing all the time. run-webkit-tests just fails to properly report that.

On Mac WebKit1, the test always times out, because resizing the window is not implemented. We store the new size, and report it when asked, but don't actually resize the window, so there is no resize event. This can be easily fixed by adding [sender setFrame:frame]; to DumpRenderTree's UIDelegate.mm.

Mac WebKit2 also always times out, although resizing is implemented there. I could not figure out why in the time I had for this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list