Bug 118479
Summary: | [Mac] [WK1] fast/repaint/fixed-right-in-page-scale.html asserts or fails | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Farler <dfarler> |
Component: | Layout and Rendering | Assignee: | Simon Fraser (smfr) <simon.fraser> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | ap, simon.fraser, thorton |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.7 |
David Farler
After 151803 and 151804, fast/repaint/fixed-right-in-page-scale.html crashes on Lion WK1 Tests.
First occurrence: http://build.webkit.org/builders/Apple%20Lion%20Debug%20WK1%20%28Tests%29/builds/9320
I'm not sure which of these two commits is causing the crash and if they are dependent, so I'll be skipping this test on Lion while this is fixed.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Farler
Committed r152461 to skip the test on Lion.
David Farler
This is Lion WK1.
David Farler
Actually, this is Lion and Mountain Lion WK1.
Committed r152463 to bring the expectation up from mac-lion to mac and marked the test as Pass Crash.
Simon Fraser (smfr)
This is
ASSERTION FAILED: m_repaintRect == renderer()->clippedOverflowRectForRepaint(renderer()->containerForRepaint())
Simon Fraser (smfr)
It's also showing image failures on Mavericks.
Tim Horton
http://trac.webkit.org/changeset/159218 seems to have fixed the crash, so I’m going to remove that part of the expectation
Alexey Proskuryakov
This test doesn't appear to fail any more, will try removing the remaining expectation.