Bug 155020 - REGRESSION (r197541): many tiled drawing tests failing after new "large tile size" logic was added
Summary: REGRESSION (r197541): many tiled drawing tests failing after new "large tile ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Local Build
Hardware: Mac All
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-04 08:53 PST by Darin Adler
Modified: 2016-03-04 10:49 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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