| Index: tools/valgrind/memcheck/suppressions.txt
|
| ===================================================================
|
| --- tools/valgrind/memcheck/suppressions.txt (revision 27460)
|
| +++ tools/valgrind/memcheck/suppressions.txt (working copy)
|
| @@ -306,6 +306,14 @@
|
| fun:PORT_NewArena_Util
|
| fun:PK11_ImportAndReturnPrivateKey
|
| }
|
| +{
|
| + bug_23314
|
| + Memcheck:Addr2
|
| + fun:sqlite3PcacheClearSyncFlags
|
| + fun:syncJournal
|
| + fun:sqlite3PagerCommitPhaseOne
|
| + fun:sqlite3BtreeCommitPhaseOne
|
| +}
|
| #-----------------------------------------------------------------------
|
| # 2. intentional unit test errors, or stuff that is somehow a false positive
|
| # in our own code, or stuff that is so trivial it's not worth fixing
|
|
|