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

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

Issue 8400018: Suppress valgrind cond/value4 error in PowerMenuButton (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years, 2 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.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index afd3ba6f52bb459a03d575f5a5a0161f53a59db8..ebea6a6b8dab7b5460c855096fbf853926b9f296 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5060,6 +5060,25 @@
fun:_ZN7testing8internal11CmpHelperGEIddEENS_15AssertionResultEPKcS4_RKT_RKT0_
fun:_ZN3gfx31JPEGCodec_EncodeDecodeRGBA_Test8TestBodyEv
}
+
+{
+ bug_101867_a
+ Memcheck:Cond
+ ...
+ fun:_ZN8chromeos15PowerMenuButton22UpdateIconAndLabelInfoEv
+ fun:_ZN8chromeos15PowerMenuButtonC1EPNS_14StatusAreaHostE
+ fun:_ZN8chromeos14StatusAreaView4InitEv
+ fun:_ZN8chromeos11BrowserView4InitEv
+}
+{
+ bug_101867_b
+ Memcheck:Value4
+ fun:_ZN8chromeos15PowerMenuButton22UpdateIconAndLabelInfoEv
+ fun:_ZN8chromeos15PowerMenuButtonC1EPNS_14StatusAreaHostE
+ fun:_ZN8chromeos14StatusAreaView4InitEv
+ fun:_ZN8chromeos11BrowserView4InitEv
+}
+
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations
{
« 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