diff options
author | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-08 19:12:47 +0000 |
---|---|---|
committer | cjhopman@chromium.org <cjhopman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-08 19:12:47 +0000 |
commit | ac5c0e9d02a9fe80cd9ee6c0cba651ff2ccd3d55 (patch) | |
tree | ed7a7a71da23d810b241a2a70887f4bcfa730984 /tools | |
parent | 07b2f0c1c991397e2bec249d28b740be60e24dd5 (diff) | |
download | chromium_src-ac5c0e9d02a9fe80cd9ee6c0cba651ff2ccd3d55.zip chromium_src-ac5c0e9d02a9fe80cd9ee6c0cba651ff2ccd3d55.tar.gz chromium_src-ac5c0e9d02a9fe80cd9ee6c0cba651ff2ccd3d55.tar.bz2 |
Add support for PNG representation in gfx::Image
Reviewed at: https://chromiumcodereview.appspot.com/10799014
Reverted for failure of mac_valgrind. Failure due (almost certainly) to
a bug in Apple's code. Added suppression and filed bug (http://crbug.com/141293).
BUG=123865
Review URL: https://chromiumcodereview.appspot.com/10830207
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150598 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 826445b..e3eba8f 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -316,6 +316,25 @@ fun:_ZN5media18VideoCaptureDevice6CreateERKNS0_4NameE fun:_ZN5media45VideoCaptureDeviceTest_OpenInvalidDevice_Test8TestBodyEv } +{ + # See http://crbug.com/141293 + bug_141293 + Memcheck:Uninitialized + fun:deflateEnd + fun:deflateSetDictionary + fun:deflate + fun:png_write_finish_row + fun:png_write_find_filter + fun:_cg_png_write_row + fun:writeOnePng + fun:_CGImagePluginWritePNG + fun:CGImageDestinationFinalize + fun:+[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationOfImageRepsInArray:usingType:properties:] + fun:-[NSBitmapImageRep(NSBitmapImageFileTypeExtensions) representationUsingType:properties:] + fun:_ZN3gfx8internal14PNGFromNSImageEP7NSImagePSt6vectorIhSaIhEE + fun:_ZNK3gfx5Image10ToImagePNGEv + fun:_ZN12_GLOBAL__N_143ImageTest_PlatformToPNGEncodeAndDecode_Test8TestBodyEv +} # 2. Intentional unit test errors, stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing. |