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 Rendering | Assignee: | 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 | ||
Darin Adler
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Darin Adler
Committed r197565: <http://trac.webkit.org/changeset/197565>
Simon Fraser (smfr)
Thanks, will take a look.
Simon Fraser (smfr)
https://trac.webkit.org/r197571