diff options
author | stuartmorgan@google.com <stuartmorgan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 18:06:30 +0000 |
---|---|---|
committer | stuartmorgan@google.com <stuartmorgan@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 18:06:30 +0000 |
commit | 294ea5aa11b1965820fc26877374200da6b2013a (patch) | |
tree | 2f2566ad5b844cf187e76653645bcd84bed38e8e | |
parent | 68d209b6d160360b06b3bcbe56232aae6cf12357 (diff) | |
download | chromium_src-294ea5aa11b1965820fc26877374200da6b2013a.zip chromium_src-294ea5aa11b1965820fc26877374200da6b2013a.tar.gz chromium_src-294ea5aa11b1965820fc26877374200da6b2013a.tar.bz2 |
Adjust SQL suppressions for optimization level change
BUG=20580,20837,20653
TEST=Happier Mac UI valgrind bots
Review URL: http://codereview.chromium.org/190007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25196 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions_mac.txt | 43 |
1 files changed, 22 insertions, 21 deletions
diff --git a/tools/valgrind/memcheck/suppressions_mac.txt b/tools/valgrind/memcheck/suppressions_mac.txt index 15a7e9a..ae804a6 100644 --- a/tools/valgrind/memcheck/suppressions_mac.txt +++ b/tools/valgrind/memcheck/suppressions_mac.txt @@ -568,9 +568,7 @@ # Strange... bug_20653a Memcheck:Param - write(buf) - fun:write$UNIX2003 - fun:unixWrite + ... fun:sqlite3OsWrite fun:pager_write_pagelist fun:sqlite3PagerCommitPhaseOne @@ -645,29 +643,32 @@ fun:_ZN7history16ArchivedDatabase4InitERK8FilePath } { + bug_20580_c + Memcheck:Addr4 + ... + fun:sqlite3MemSize + fun:sqlite3MallocSize + fun:sqlite3PageFree + fun:pager_truncate_cache + fun:pager_truncate + fun:pager_playback + fun:sqlite3PagerRollback + fun:sqlite3BtreeRollback + fun:sqlite3RollbackAll + fun:sqlite3VdbeHalt + fun:sqlite3VdbeExec + 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 } |