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

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

Issue 341053: Add suppressions for Mac UI valgrind bots (Closed)
Patch Set: Created 11 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 | tools/valgrind/memcheck/suppressions_mac.txt » ('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 10540a118eb3489767fde711c6c6ba269cdf34cc..1d0597b14015c49c0155a4694458da2077c0f826 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -314,6 +314,14 @@
fun:sqlite3BtreeCommitPhaseOne
}
{
+ bug_23314b
+ Memcheck:Addr4
+ fun:sqlite3PcacheClearSyncFlags
+ fun:syncJournal
+ fun:sqlite3PagerCommitPhaseOne
+ fun:sqlite3BtreeCommitPhaseOne
+}
+{
# Valgrind doesn't grok clone quite yet on x64,
# see https://bugs.kde.org/show_bug.cgi?id=117564
valgrind_bug_117564
« no previous file with comments | « no previous file | tools/valgrind/memcheck/suppressions_mac.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698