RESOLVED FIXED 160284
API test WebKit2.AutoLayoutIntegration is a flaky timeout
https://bugs.webkit.org/show_bug.cgi?id=160284
Summary API test WebKit2.AutoLayoutIntegration is a flaky timeout
Attachments
Patch (4.63 KB, patch)
2016-09-28 17:14 PDT, Tim Horton
no flags
Ryan Haddad
Comment 1 2016-07-27 20:50:36 PDT
Unfortunately, I do not have steps to reproduce this yet.
Ryan Haddad
Comment 2 2016-09-23 13:22:28 PDT
This is making the bots red often enough that I think we should look into getting this resolved sooner rather than later.
Alexey Proskuryakov
Comment 3 2016-09-23 15:57:12 PDT
This is quite reproducible: while true; do run-api-tests --no-build WebKit2.AutoLayoutIntegration; done
Alexey Proskuryakov
Comment 4 2016-09-26 15:00:27 PDT
The test has become more flaky recently, we should fix or skip it soon.
Tim Horton
Comment 5 2016-09-26 15:39:51 PDT
I wonder if it got worse in https://trac.webkit.org/changeset/206247?
Ryan Haddad
Comment 6 2016-09-28 14:45:34 PDT
Tim Horton
Comment 7 2016-09-28 16:31:59 PDT
It looks like it's usually the second to last test that gets stuck (the _setShouldExpandContentToViewHeightForAutoLayout one)
Tim Horton
Comment 8 2016-09-28 16:36:53 PDT
Getting stuck waiting for [webView load:@"<div class='large'></div>" withWidth:50 expectingContentSize:NSMakeSize(100, 100) resettingWidth:NO];
Tim Horton
Comment 9 2016-09-28 16:54:42 PDT
The invalidateIntrinsicContentSize is coming in before the load finishes, and we don't get another after it completes.
Tim Horton
Comment 10 2016-09-28 17:14:45 PDT
WebKit Commit Bot
Comment 11 2016-09-28 18:17:00 PDT
Comment on attachment 290148 [details] Patch Clearing flags on attachment: 290148 Committed r206572: <http://trac.webkit.org/changeset/206572>
WebKit Commit Bot
Comment 12 2016-09-28 18:17:04 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 13 2016-09-28 21:48:26 PDT
👍🏻
Note You need to log in before you can comment on or make changes to this bug.