Bug 155020

Summary: REGRESSION (r197541): many tiled drawing tests failing after new "large tile size" logic was added
Product: WebKit Reporter: Darin Adler <darin>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, sabouhallawa, simon.fraser
Priority: P2    
Version: WebKit Local Build   
Hardware: Mac   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=154985

Description Darin Adler 2016-03-04 08:53:48 PST
Ever since r197541 landed to fix bug 154985, 21 tiled drawing tests have been failing on bots like elcapitan-release-tests-wk2, and also locally on my computer and on EWS, with differences like this one:

- (tile size 800 x 600)
- (top left tile 0, 0 tiles grid 1 x 1)
+ (tile size 512 x 512)
+ (top left tile 0, 0 tiles grid 2 x 2)

For now, I am adding entries to platform/wk2/TestExpectations so these failures are quiet until we can fix them.
Comment 1 Darin Adler 2016-03-04 09:02:19 PST
Committed r197565: <http://trac.webkit.org/changeset/197565>
Comment 2 Simon Fraser (smfr) 2016-03-04 09:09:46 PST
Thanks, will take a look.
Comment 3 Simon Fraser (smfr) 2016-03-04 10:49:07 PST
https://trac.webkit.org/r197571