Bug 110027 - compositing/transitions/transform-on-large-layer.html is failing on Mac
Summary: compositing/transitions/transform-on-large-layer.html is failing on Mac
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 110099
  Show dependency treegraph
 
Reported: 2013-02-16 13:35 PST by Ryosuke Niwa
Modified: 2013-09-25 11:17 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-02-16 13:35:00 PST
compositing/transitions/transform-on-large-layer.html has been failing intermittently on Mac:
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=compositing%2Ftransitions%2Ftransform-on-large-layer.html
Comment 1 Alexey Proskuryakov 2013-09-23 16:16:25 PDT
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.
Comment 2 Alexey Proskuryakov 2013-09-25 11:17:45 PDT
See also bug 96642.