Bug 107341
Summary: | inspector/profiler/memory-instrumentation-cached-images.html is failing on Chromium debug builds | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hin-Chung Lam <hclam> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | japhet, schenney, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Hin-Chung Lam
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=inspector%2Fprofiler%2Fmemory-instrumentation-cached-images.html
WebKit blamelist r140172:r140177
Chrome blamelist r177708:r177716
Seems to be r140174.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hin-Chung Lam
Committed r140222: <http://trac.webkit.org/changeset/140222>
Nate Chapin
It appears this test is failing because http://trac.webkit.org/changeset/140174 causes us to prune MemoryCache a little more aggressively, leading to image.jpeg's decoded data being destroyed.
I don't know a lot about this test or exactly what it's trying to verify.
Yury, it looks like you wrote this test. Would it still verify the correct behavior if we used an image with a smaller decoded size?