WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
110027
compositing/transitions/transform-on-large-layer.html is failing on Mac
https://bugs.webkit.org/show_bug.cgi?id=110027
Summary
compositing/transitions/transform-on-large-layer.html is failing on Mac
Ryosuke Niwa
Reported
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
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
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.
Alexey Proskuryakov
Comment 2
2013-09-25 11:17:45 PDT
See also
bug 96642
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug