diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 839ad01..5e6920f 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -165,6 +165,24 @@ fun:CFArrayCreateMutableCopy fun:_ZN8Security12KeychainCore5Trust8evaluateEv } +{ + bug_32564 + Memcheck:Free + fun:free + fun:_cache_free_block + fun:_cache_collect_free + fun:_cache_fill + fun:_cache_addForwardEntry + fun:class_respondsToSelector + fun:-[NSNibOutletConnector establishConnection] + fun:-[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + fun:loadNib + fun:+[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + fun:+[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + fun:-[NSWindowController loadWindow] + fun:-[NSWindowController window] + fun:_ZN12_GLOBAL__N_155EditSearchEngineControllerTest_ValidImageOriginals_Test8TestBodyEv +} # 2. Intentional unit test errors, stuff that is somehow a false positive # in our own code, or stuff that is so trivial it's not worth fixing. |