summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-23 18:38:25 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-23 18:38:25 +0000
commit75df504dc0562c45e111de882181cddfe5c12bde (patch)
tree6bd5714aa49a58c01d1cd32b222b70dbec512d85 /tools/valgrind
parent2b1223cc579afff030e8b59d3f1859eccf867556 (diff)
downloadchromium_src-75df504dc0562c45e111de882181cddfe5c12bde.zip
chromium_src-75df504dc0562c45e111de882181cddfe5c12bde.tar.gz
chromium_src-75df504dc0562c45e111de882181cddfe5c12bde.tar.bz2
Add suppression for leak in options ui. (50056)
Update suppression to match the stack after some refactoring (45254, 45301) TBR=satorux@chromium.org BUG=50026, 45254, 45301 TEST=none Review URL: http://codereview.chromium.org/3014031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53490 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt16
1 files changed, 14 insertions, 2 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index cd519383..40e97be 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -3019,9 +3019,8 @@
fun:_ZN11ProfileImpl14InitExtensionsEv
fun:_ZN14ProfileManager10AddProfileEP7Profileb
fun:_ZN14ProfileManager10GetProfileERK8FilePathb
- fun:_ZN14ProfileManager10GetProfileERK8FilePath
fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
- fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_2290686D13CreateProfileERK18MainFunctionParamsRK8FilePath
+ fun:_ZN14ProfileManager17GetDefaultProfileEv
fun:_Z11BrowserMainRK18MainFunctionParams
fun:ChromeMain
fun:main
@@ -3070,6 +3069,7 @@
fun:_ZN3IPC11SyncChannel11SyncContext17OnMessageReceivedERKNS_7MessageE
fun:_ZN3IPC7Channel11ChannelImpl23ProcessIncomingMessagesEv
fun:_ZN3IPC7Channel11ChannelImpl28OnFileCanReadWithoutBlockingEi
+ fun:_ZN4base19MessagePumpLibevent21FileDescriptorWatcher28OnFileCanReadWithoutBlockingEiPS0_
fun:_ZN4base19MessagePumpLibevent22OnLibeventNotificationEisPv
fun:event_process_active
fun:event_base_loop
@@ -3542,3 +3542,15 @@
...
fun:*LoadTimingObserverTest*TestBodyEv
}
+{
+ bug_50056
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEPT_MS9_FvS5_E
+ fun:_ZN22ContentSettingsHandler16RegisterMessagesEv
+ fun:_ZN17DOMMessageHandler6AttachEP5DOMUI
+ fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUIHandler
+ fun:_ZN9OptionsUIC1EP11TabContents
+ fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL
+}
+