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

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

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « tools/valgrind/locate_valgrind.sh ('k') | ui/android/java/src/org/chromium/ui/base/Clipboard.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 9ea9570fb1b792e6210b7a240ae1f846fcbc9e3c..121f26b004f90cb9500cc1b5e92659cbe4925fe6 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -501,6 +501,16 @@
fun:_ZN10extensions19ExtensionManagement7RefreshEv
fun:_ZN10extensions19ExtensionManagement22OnExtensionPrefChangedEv
}
+{
+ bug_464462
+ Memcheck:Uninitialized
+ fun:_ZN7content14ManifestParser16ParseIconDensityERKN4base15DictionaryValueE
+ fun:_ZN7content14ManifestParser10ParseIconsERKN4base15DictionaryValueE
+ fun:_ZN7content14ManifestParser5ParseEv
+ fun:_ZN7content18ManifestParserTest21ParseManifestWithURLsERKN4base16BasicStringPieceISsEERK4GURLS8_
+ fun:_ZN7content18ManifestParserTest13ParseManifestERKN4base16BasicStringPieceISsEE
+ fun:_ZN7content45ManifestParserTest_IconDensityParseRules_Test8TestBodyEv
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
« no previous file with comments | « tools/valgrind/locate_valgrind.sh ('k') | ui/android/java/src/org/chromium/ui/base/Clipboard.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698