| Index: tools/valgrind/memcheck/suppressions_mac.txt
|
| ===================================================================
|
| --- tools/valgrind/memcheck/suppressions_mac.txt (revision 80207)
|
| +++ tools/valgrind/memcheck/suppressions_mac.txt (working copy)
|
| @@ -396,7 +396,17 @@
|
| 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
|
| ...
|
|
|