diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 20:46:34 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-10 20:46:34 +0000 |
commit | 5b29a145327916e67cf09ea6710e4b1ad1eb7c51 (patch) | |
tree | 90e2dd0f6552f17732943a6f0032e33433b547a0 | |
parent | e38b4b2e61b774df528fb57e3660f068e23400a4 (diff) | |
download | chromium_src-5b29a145327916e67cf09ea6710e4b1ad1eb7c51.zip chromium_src-5b29a145327916e67cf09ea6710e4b1ad1eb7c51.tar.gz chromium_src-5b29a145327916e67cf09ea6710e4b1ad1eb7c51.tar.bz2 |
Valgrind: Widen a suppression for ExtensionMessageService::DispatchEventToRenderers.
BUG=42880
TEST=Valgrind Mac goes green.
TBR=willchan
Review URL: http://codereview.chromium.org/1994010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46849 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index fc93a53..867b2ed 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -2691,23 +2691,12 @@ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE11_M_get_nodeEv fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE14_M_create_nodeERKS7_ fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE9_M_insertEPSt18_Rb_tree_node_baseSE_RKS7_ - fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE13insert_uniqueERKS7_ + ... fun:_ZNSt8_Rb_treeISsSt4pairIKSsSt3setIiSt4lessIiESaIiEEESt10_Select1stIS7_ES3_ISsESaIS7_EE13insert_uniqueESt17_Rb_tree_iteratorIS7_ERKS7_ fun:_ZNSt3mapISsSt3setIiSt4lessIiESaIiEES1_ISsESaISt4pairIKSsS4_EEE6insertESt17_Rb_tree_iteratorIS8_ERKS8_ fun:_ZNSt3mapISsSt3setIiSt4lessIiESaIiEES1_ISsESaISt4pairIKSsS4_EEEixERS7_ fun:_ZN23ExtensionMessageService24DispatchEventToRenderersERKSsS1_bRK4GURL fun:_ZL13DispatchEventP7ProfilePKcSs - fun:_ZN27ExtensionBrowserEventRouter12TabClosingAtEP11TabContentsi - fun:_ZN13TabStripModel16InternalCloseTabEP11TabContentsib - fun:_ZN13TabStripModel17InternalCloseTabsESt6vectorIiSaIiEEb - fun:_ZN13TabStripModel12CloseAllTabsEv - fun:_ZN7Browser12CloseAllTabsEv - fun:_ZN7Browser15OnWindowClosingEv - fun:-[BrowserWindowController windowShouldClose:] - fun:-[NSWindow _document:shouldClose:contextInfo:] - fun:-[NSWindow __close] - fun:-[NSWindow _close:] - fun:-[NSApplication sendAction:to:from:] } { bug_42896 @@ -2880,4 +2869,4 @@ fun:_ZN8syncable16DirectoryManager8OpenImplERKSsRK8FilePathPb fun:_ZN8syncable16DirectoryManager4OpenERKSs ... -}
\ No newline at end of file +} |