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

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

Issue 612093003: Roll Clang 216630:217949 (try 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/clang/scripts/update.sh ('k') | no next file » | 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 0e213c1503589f2579c703ef4d6f04bfca5f61c2..e47da41a5417fcea9e68b49d3379f09d180c0db2 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -495,6 +495,12 @@
fun:_ZNK5blink24BaseDateAndTimeInputType15typeMismatchForERKN3WTF6StringE
fun:_ZNK5blink24BaseDateAndTimeInputType13sanitizeValueERKN3WTF6StringE
}
+{
+ bug_418234
+ Memcheck:Uninitialized
+ fun:_ZN10extensions19ExtensionManagement7RefreshEv
+ fun:_ZN10extensions19ExtensionManagement22OnExtensionPrefChangedEv
+}
#-----------------------------------------------------------------------
# 3. Suppressions for real chromium bugs that are not yet fixed.
« no previous file with comments | « tools/clang/scripts/update.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698