summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-01 20:28:03 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-01 20:28:03 +0000
commite750040e2c21ada7f5afc91a68a77d01ee1710b3 (patch)
treeed15f239a6c0f3b37d4a0332562d5bb1e7b63f28 /tools
parent3aff9ad2ffae39c2614e4d7f97fdd62f11dddea6 (diff)
downloadchromium_src-e750040e2c21ada7f5afc91a68a77d01ee1710b3.zip
chromium_src-e750040e2c21ada7f5afc91a68a77d01ee1710b3.tar.gz
chromium_src-e750040e2c21ada7f5afc91a68a77d01ee1710b3.tar.bz2
Valgrind Mac: Put a suppression back in for a sporatic leak.
BUG=31634 TEST=none TBR=jhawkins Review URL: http://codereview.chromium.org/6759078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80214 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions_mac.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 1f8e5f51..1841946 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -396,6 +396,16 @@
fun:_ZN7history14HistoryBackend8InitImplEv
fun:_ZN7history14HistoryBackend4InitEb
}
+# Note: bug 31634 happens very sporatically.
+{
+ bug_31634
+ Memcheck:Leak
+ fun:malloc_zone_malloc
+ fun:_CFRuntimeCreateInstance
+ fun:__CFDictionaryInit
+ fun:CFDictionaryCreate
+ fun:classDescription
+}
{
bug_35164
Memcheck:Cond