diff options
author | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 18:02:55 +0000 |
---|---|---|
committer | siggi@chromium.org <siggi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-06 18:02:55 +0000 |
commit | 78eefea776afcf1a271c3eeb302e199ef92a5438 (patch) | |
tree | 21c342ef2c3bed784c01904d34ffafa7d36776b1 /tools | |
parent | 9b9f9c02433ab267ea0a5f02c38be09959a1c2c3 (diff) | |
download | chromium_src-78eefea776afcf1a271c3eeb302e199ef92a5438.zip chromium_src-78eefea776afcf1a271c3eeb302e199ef92a5438.tar.gz chromium_src-78eefea776afcf1a271c3eeb302e199ef92a5438.tar.bz2 |
Revert 99759 - Add two new valgrind suppressions.
These were already quenched by dholloway@.
BUG=95512, 95513
TEST=Linux Tests (valgrind)(3) bot cycles green.
Review URL: http://codereview.chromium.org/7739036
TBR=siggi@chromium.org
Review URL: http://codereview.chromium.org/7838001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99765 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 0c4d9f4..437df77 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5464,34 +5464,6 @@ fun:_ZN19NotificationService6NotifyEiRK18NotificationSourceRK19NotificationDetails } -{ - bug_95512 - Memcheck:Leak - fun:_Znw* - fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8ListenerEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE - fun:_ZN16ServiceIPCServer13CreateChannelEv - fun:_ZN16ServiceIPCServer4InitEv - fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState - fun:_Z18ServiceProcessMainRK18MainFunctionParams - fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionParams - fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7content19ContentMainDelegateE - fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE - fun:ChromeMain - fun:main -} - -{ - bug_95513 - Memcheck:Leak - fun:_Znw* - fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19ServiceProcessState - fun:_Z18ServiceProcessMainRK18MainFunctionParams - fun:_ZN12_GLOBAL__N_118ChromeMainDelegate10RunProcessERKSsRK18MainFunctionParams - fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParamsPN7content19ContentMainDelegateE - fun:_ZN7content11ContentMainEiPPcPNS_19ContentMainDelegateE - fun:ChromeMain - fun:main -} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |