diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 00:25:03 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-22 00:25:03 +0000 |
commit | 5c54b295fffa28a904b975c43b8026122132674d (patch) | |
tree | 943f7d0ae0a70abeae3d671591a8018dd258f78d /tools/valgrind/memcheck | |
parent | effe1cbaf6683daccebe4153411730181b09d12b (diff) | |
download | chromium_src-5c54b295fffa28a904b975c43b8026122132674d.zip chromium_src-5c54b295fffa28a904b975c43b8026122132674d.tar.gz chromium_src-5c54b295fffa28a904b975c43b8026122132674d.tar.bz2 |
Expand valgrind suppressions.
BUG=19775
Review URL: http://codereview.chromium.org/2858020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/memcheck')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 29 |
1 files changed, 1 insertions, 28 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index bf3a2ef..29403b9 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -3464,25 +3464,6 @@ fun:sqlite3MemMalloc fun:mallocWithAlarm fun:sqlite3Malloc - fun:sqlite3HashInsert - fun:createModule - fun:sqlite3_create_module_v2 - fun:sqlite3Fts2Init - fun:openDatabase - fun:sqlite3_open - fun:_ZN3sql10Connection12OpenInternalERKSs - fun:_ZN3sql10Connection12OpenInMemoryEv - fun:_ZN7history16InMemoryDatabase6InitDBEv - fun:_ZN7history16InMemoryDatabase12InitFromDiskERK8FilePath -} -{ - bug_19775_c - Memcheck:Leak - ... - fun:malloc - fun:sqlite3MemMalloc - fun:mallocWithAlarm - fun:sqlite3Malloc fun:sqlite3_malloc fun:pcache1Create fun:sqlite3PcacheFetch @@ -3502,17 +3483,9 @@ fun:sqlite3LockAndPrepare } { - bug_19775_d + bug_19775_c Memcheck:Leak ... - fun:malloc - fun:sqlite3MemMalloc - fun:mallocWithAlarm - fun:sqlite3Malloc - fun:sqlite3MallocZero - fun:sqlite3PagerOpen - fun:sqlite3BtreeOpen - fun:sqlite3BtreeFactory fun:openDatabase fun:sqlite3_open fun:_ZN3sql10Connection12OpenInternalERKSs |