diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 03:39:19 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-10 03:39:19 +0000 |
commit | eadbd581c240aac6fd8ed4b3a61513a9096f5d65 (patch) | |
tree | 489bbe2676744eb27393df53ba5b6d7f06238182 /tools | |
parent | 1b53c770c68281682964fa0ab0f9f82cc082a900 (diff) | |
download | chromium_src-eadbd581c240aac6fd8ed4b3a61513a9096f5d65.zip chromium_src-eadbd581c240aac6fd8ed4b3a61513a9096f5d65.tar.gz chromium_src-eadbd581c240aac6fd8ed4b3a61513a9096f5d65.tar.bz2 |
Valgrind: Suppress a couple more memory errors.
BUG=122733,122752
TEST=none
TBR=jhawkins
Review URL: https://chromiumcodereview.appspot.com/9999017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index af69117..bfd87e8 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5744,6 +5744,40 @@ fun:_ZN5gdata15GDataFileSystem8SaveFeedE10scoped_ptrIN4base5ValueEERK8FilePath fun:_ZN5gdata15GDataFileSystem14OnGetDocumentsEPNS0_18GetDocumentsParamsENS_14GDataErrorCodeE10scoped_ptrIN4base5ValueEE } +{ + bug_122733 + Memcheck:Leak + fun:_Znw* + fun:_ZN9__gnu_cxx13new_allocatorINS_15_Hashtable_nodeISsEEE8allocateEmPKv + fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE11_M_get_nodeEv + fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE11_M_new_nodeERKSs + fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE22insert_unique_noresizeERKSs + fun:_ZN9__gnu_cxx9hashtableISsSsNS_4hashISsEESt9_IdentityISsESt8equal_toISsESaISsEE13insert_uniqueERKSs + fun:_ZN9__gnu_cxx8hash_setISsNS_4hashISsEESt8equal_toISsESaISsEE6insertERKSs + fun:_ZN13safe_browsing6Scorer6CreateERKN4base16BasicStringPieceISsEE + fun:_ZN13safe_browsing24PhishingClassifierFilter18OnSetPhishingModelERKSs +} +{ + bug_122752a + Memcheck:Unaddressable + fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE + fun:_ZN7WebCore13CCThreadProxy18finishAllRenderingEv + fun:_ZN7WebCore15CCLayerTreeHost18finishAllRenderingEv + fun:_ZN6WebKit16WebLayerTreeView18finishAllRenderingEv + fun:_ZN6WebKit11WebViewImpl33setIsAcceleratedCompositingActiveEb + fun:_ZN6WebKit11WebViewImpl20setRootGraphicsLayerEPN7WebCore13GraphicsLayerE +} +{ + bug_122752b + Memcheck:Unaddressable + fun:_ZN6WebKit12CCThreadImpl8postTaskEN3WTF10PassOwnPtrIN7WebCore8CCThread4TaskEEE + fun:_ZN7WebCore13CCThreadProxy14setNeedsCommitEv + fun:_ZN7WebCore15CCLayerTreeHost14setNeedsCommitEv + fun:_ZN7WebCore13LayerChromium14setNeedsCommitEv + fun:_ZN7WebCore13LayerChromium11removeChildEPS0_ + fun:_ZN7WebCore13LayerChromium16removeFromParentEv + fun:_ZN7WebCore21GraphicsLayerChromium16removeFromParentEv +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |