diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 02:13:02 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-09 02:13:02 +0000 |
commit | 271191217f3777b0f6757dfc9ba4375caeefdf44 (patch) | |
tree | d7b1a9a415f1a69c706400c10072ffa9d2753d3e /tools/valgrind | |
parent | ac8f87b57bc5ea9b939d38b685b09836fbaa63f3 (diff) | |
download | chromium_src-271191217f3777b0f6757dfc9ba4375caeefdf44.zip chromium_src-271191217f3777b0f6757dfc9ba4375caeefdf44.tar.gz chromium_src-271191217f3777b0f6757dfc9ba4375caeefdf44.tar.bz2 |
Widen suppression for 141293 Exclude ImageTest.PNGEncodeFromSkiaDecodeToPlatform on mac valgrind
TBR=cjhopman@chromium.org
BUG=141539, 141293
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10827243
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_unittests.gtest_mac.txt | 2 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 33 |
2 files changed, 18 insertions, 17 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_unittests.gtest_mac.txt b/tools/valgrind/gtest_exclude/ui_unittests.gtest_mac.txt new file mode 100644 index 0000000..112421f --- /dev/null +++ b/tools/valgrind/gtest_exclude/ui_unittests.gtest_mac.txt @@ -0,0 +1,2 @@ +# See crbug.com/141539 +ImageTest.PNGEncodeFromSkiaDecodeToPlatform diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index e3eba8f..7066cf7 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -317,23 +317,22 @@ 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 + # 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 } # 2. Intentional unit test errors, stuff that is somehow a false positive |