diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 23:18:48 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-20 23:18:48 +0000 |
commit | b41422d5a4b73bf35c759374625c98d7f7d11cd7 (patch) | |
tree | 37faf1f5ed05e81aa713118cb62c726f4d1895c4 /tools/valgrind | |
parent | 5be7da24155466bf0e9bf2e5fda1a581e549df8d (diff) | |
download | chromium_src-b41422d5a4b73bf35c759374625c98d7f7d11cd7.zip chromium_src-b41422d5a4b73bf35c759374625c98d7f7d11cd7.tar.gz chromium_src-b41422d5a4b73bf35c759374625c98d7f7d11cd7.tar.bz2 |
Relaxes tooltip supressions. It isn't important to get the exact
signature I originally put in as we don't care about browser_main
and that other stuff (and it changed), only the tooltip part.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/424008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index a78f0e3..c74edfb 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1640,17 +1640,6 @@ fun:tooltip_popup_timeout fun:gdk_threads_dispatch fun:g_timeout_dispatch - fun:g_main_context_dispatch - fun:g_main_context_iterate - fun:g_main_context_iteration - fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateEPNS0_10DispatcherE - fun:_ZN11MessageLoop11RunInternalEv - fun:_ZN11MessageLoop10RunHandlerEv - fun:_ZN16MessageLoopForUI3RunEPN4base16MessagePumpForUI10DispatcherE - fun:_ZN59_GLOBAL__N_chrome_browser_browser_main.cc_00000000_A2DDE14216RunUIMessageLoopEP14BrowserProcess - fun:_Z11BrowserMainRK18MainFunctionParams - fun:ChromeMain - fun:main } { # This looks like a bug in how the arguments passed to signals are bundled @@ -1674,13 +1663,6 @@ fun:tooltip_popup_timeout fun:gdk_threads_dispatch fun:g_timeout_dispatch - fun:g_main_context_dispatch - fun:g_main_context_iterate - fun:g_main_context_iteration - fun:_ZN4base16MessagePumpForUI17RunWithDispatcherEPNS_11MessagePump8DelegateEPNS0_10DispatcherE - fun:_ZN11MessageLoop11RunInternalEv - fun:_ZN11MessageLoop10RunHandlerEv - fun:_ZN16MessageLoopForUI3RunEPN4base16MessagePumpForUI10DispatcherE } # This task is created quite frequently and may leak on shutdown depending on # ordering. |