Bug 107341 - inspector/profiler/memory-instrumentation-cached-images.html is failing on Chromium debug builds
Summary: inspector/profiler/memory-instrumentation-cached-images.html is failing on Ch...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 16:46 PST by Hin-Chung Lam
Modified: 2013-04-08 15:59 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 1 Hin-Chung Lam 2013-01-18 17:05:13 PST
Committed r140222: <http://trac.webkit.org/changeset/140222>
Comment 2 Nate Chapin 2013-02-04 16:11:37 PST
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?