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

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

Issue 8949038: Widen one Memcheck/Mac suppression to make the Webkit bot greener (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « no previous file | 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
===================================================================
--- tools/valgrind/memcheck/suppressions_mac.txt (revision 115315)
+++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
@@ -1947,8 +1947,8 @@
fun:create
fun:aquireColorWorldByAttributes
fun:acquireColorWorld
- fun:CMSTransformConvertComponents
- fun:CGCMSInterfaceTransformConvertColorComponents
+ fun:CMSTransformConvert*
+ fun:CGCMSInterfaceTransformConvert*
}
{
bug_105341_b
@@ -1959,22 +1959,10 @@
fun:create
fun:aquireColorWorldByAttributes
fun:acquireColorWorld
- fun:CMSTransformConvertComponents
- fun:CGCMSInterfaceTransformConvertColorComponents
+ fun:CMSTransformConvert*
+ fun:CGCMSInterfaceTransformConvert*
}
{
- bug_105341_c
- Memcheck:Leak
- fun:malloc_zone_malloc
- fun:_CFRuntimeCreateInstance
- fun:allocWorld
- fun:create
- fun:aquireColorWorldByAttributes
- fun:acquireColorWorld
- fun:CMSTransformConvertRequired
- fun:CGCMSInterfaceTransformConvertRequired
-}
-{
bug_105342
Memcheck:Leak
fun:_Znw*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698