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

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

Issue 179074: Valgrind suppression updates for Mac UI bots (Closed)
Patch Set: Add bug number 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 | « tools/valgrind/memcheck/suppressions.txt ('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_mac.txt
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt
index 8b067ef9617a9ca9161f4e6603ae10fb499c93fc..15a7e9ad3538e81a8cd11c7369232a1faa648ccc 100644
--- a/tools/valgrind/memcheck/suppressions_mac.txt
+++ b/tools/valgrind/memcheck/suppressions_mac.txt
@@ -613,3 +613,61 @@
fun:_ZN5NPAPI12_GLOBAL__N_117ReadSTRPluginInfoERK8FilePathP10__CFBundleP13WebPluginInfo
fun:_ZN5NPAPI9PluginLib17ReadWebPluginInfoERK8FilePathP13WebPluginInfo
}
+{
+ bug_20580
+ Memcheck:Addr1
+ fun:syncJournal
+ fun:sqlite3PagerCommitPhaseOne
+ fun:sqlite3BtreeCommitPhaseOne
+ fun:vdbeCommit
+ fun:sqlite3VdbeHalt
+ fun:sqlite3VdbeExec
+ fun:sqlite3Step
+ fun:sqlite3_step
+ fun:sqlite3_exec
+ fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
+}
+{
+ bug_20580_b
+ Memcheck:Addr4
+ ...
+ fun:sqlite3BitvecDestroy
+ fun:pager_end_transaction
+ fun:sqlite3PagerCommitPhaseTwo
+ fun:sqlite3BtreeCommitPhaseTwo
+ fun:vdbeCommit
+ fun:sqlite3VdbeHalt
+ fun:sqlite3VdbeExec
+ fun:sqlite3Step
+ fun:sqlite3_step
+ fun:sqlite3_exec
+ fun:_ZN7history16ArchivedDatabase17CommitTransactionEv
+ fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
+}
+{
+ bug_20837
+ Memcheck:Leak
+ fun:malloc
+ fun:sqlite3MemMalloc
+ fun:mallocWithAlarm
+ fun:sqlite3Malloc
+ fun:sqlite3DbMallocRaw
+ fun:sqlite3DbStrNDup
+ fun:sqlite3NameFromToken
+ fun:sqlite3StartTable
+ fun:yy_reduce
+ fun:sqlite3Parser
+ fun:sqlite3RunParser
+ fun:sqlite3Prepare
+ fun:sqlite3LockAndPrepare
+ fun:sqlite3_prepare
+ fun:sqlite3_exec
+ fun:sqlite3InitCallback
+ fun:sqlite3_exec
+ fun:sqlite3VdbeExec
+ fun:sqlite3Step
+ fun:sqlite3_step
+ fun:sqlite3_exec
+ fun:_ZN7history11URLDatabase27InitKeywordSearchTermsTableEv
+ fun:_ZN7history16ArchivedDatabase4InitERK8FilePath
+}
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698