Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: tools/valgrind/memcheck/suppressions_mac.txt

Issue 10827243: Widen suppression for 141293 Exclude ImageTest.PNGEncodeFromSkiaDecodeToPlatform on mac valgrind (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/valgrind/gtest_exclude/ui_unittests.gtest_mac.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index e3eba8f14178bc4ee146f84426fb0fa3c3a05778..7066cf7b244618845069f95a1ae2a8d2d95f365e 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
« no previous file with comments | « tools/valgrind/gtest_exclude/ui_unittests.gtest_mac.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698