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

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

Issue 177056: More valgrind suppressions. (Closed)
Patch Set: Created 11 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 | « 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
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 845806b050a9c234f4c3c5fcd316291d164815d8..b24f52c0302a8c001dfbed37f7b8711d37969720 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -211,6 +211,20 @@
fun:ats_font_get_glyphs_for_glyph_names
fun:get_glyphs_for_glyph_names
}
+{
+ bug_20807
+ Memcheck:Addr4
+ fun:_ZNK12DynamicArray14getFirstNumberEv
+ fun:CCFindArraySegment
+ fun:CCArrayGetEntryPtr
+ fun:_ZNK29CLocalRefToSharedStorageEntry13GetLoadedDataEl
+ fun:_ZN17CIconStorageEntry7GetDataEl
+ fun:_ISGetIconDataPointer
+ fun:_Z20CheckIfDataAvailablemPv
+ fun:_ISGoThruImageStorages
+ fun:IsDataAvailableInImageRef
+ fun:IsDataAvailableInIconRef
+}
# 2. Intentional unit test errors, stuff that is somehow a false positive
@@ -581,3 +595,22 @@
fun:sqlite3_exec
fun:_ZN14SQLTransaction10EndCommandEPKc
}
+{
+ bug_20808
+ Memcheck:Addr8
+ ...
+ fun:CGContextDrawLayerAtPoint
+ fun:-[RenderWidgetHostViewCocoa drawRect:]
+}
+{
+ bug_20814
+ Memcheck:Addr4
+ fun:_ZN10CLVContextC2EPKvm
+ fun:_Z26getAllCarbonLazyValues2000v
+ fun:CLVVisitValuesForKey
+ fun:INIT_ResourceManager
+ fun:CurResFile
+ fun:_ZN5NPAPI12_GLOBAL__N_124ScopedBundleResourceFileC1EP10__CFBundle
+ fun:_ZN5NPAPI12_GLOBAL__N_117ReadSTRPluginInfoERK8FilePathP10__CFBundleP13WebPluginInfo
+ fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
+}
« 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