diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-21 15:06:28 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-21 15:06:28 +0000 |
commit | 486f3378bfef5343691f23296b60265b08ea9213 (patch) | |
tree | 9e3fdacde1e747a9a43753429d10e647cde1c937 | |
parent | 74b8d3e4e52a6419a98ecc40b6f6710f7911726d (diff) | |
download | chromium_src-486f3378bfef5343691f23296b60265b08ea9213.zip chromium_src-486f3378bfef5343691f23296b60265b08ea9213.tar.gz chromium_src-486f3378bfef5343691f23296b60265b08ea9213.tar.bz2 |
Extend the suppression for bug 56090 (Valgrind leak in
_ZN11ProfileImpl20CreateWebDataServiceEv)
Extend the suppression for bug 22450 (Memory leak in
URLRequestTestHTTP.UnexpectedServerAuthTest, .ProxyTunnelRedirectTest)
BUG=56090,22450
TBR=timurrrr
Review URL: http://codereview.chromium.org/3416016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60055 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 16dd432..87326d3 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -1155,7 +1155,7 @@ bug_22450 Memcheck:Leak fun:_Znw* - fun:*DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11AddressListEPNS_6NetLogE + fun:*DefaultClientSocketFactory21CreateTCPClientSocketERKNS_11AddressListEPNS_6NetLogE* fun:_ZN3net13TCPConnectJob12DoTCPConnectEv fun:_ZN3net13TCPConnectJob6DoLoopEi fun:_ZN3net13TCPConnectJob12OnIOCompleteEi @@ -2669,17 +2669,12 @@ fun:_ZN11ProfileImpl15InitSyncServiceERKSs fun:_ZN11ProfileImpl21GetProfileSyncServiceERKSs fun:_ZN11ProfileImpl21GetProfileSyncServiceEv - fun:_ZN7Profile16IsSyncAccessibleEv - fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb - fun:_ZN7Browser16InitCommandStateEv + ... fun:_ZN7BrowserC1ENS_4TypeEP7Profile - fun:_ZN7Browser6CreateEP7Profile - fun:_ZN11BrowserInit17LaunchWithProfile17OpenTabsInBrowserEP7BrowserbRKSt6vectorINS0_3TabESaIS4_EE - fun:_ZN11BrowserInit17LaunchWithProfile17OpenURLsInBrowserEP7BrowserbRKSt6vectorI4GURLSaIS4_EE - fun:_ZN11BrowserInit17LaunchWithProfile17ProcessLaunchURLsEbRKSt6vectorI4GURLSaIS2_EE + ... fun:_ZN11BrowserInit17LaunchWithProfile6LaunchEP7Profileb fun:_ZN11BrowserInit13LaunchBrowserERK11CommandLineP7ProfileRK8FilePathbPi fun:_ZN11BrowserInit18ProcessCmdLineImplERK11CommandLineRK8FilePathbP7ProfilePiPS_ fun:_ZN11BrowserInit5StartERK11CommandLineRK8FilePathP7ProfilePi - fun:_Z11BrowserMainRK18MainFunctionParams } + |