diff options
author | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 20:37:54 +0000 |
---|---|---|
committer | zhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-01 20:37:54 +0000 |
commit | be8130673389499865116d36450b40232481b9c7 (patch) | |
tree | e395be0a9bd10405cd6b27f69449f696e159ba51 /tools | |
parent | eb06def326b132740b5300541178993066fc000a (diff) | |
download | chromium_src-be8130673389499865116d36450b40232481b9c7.zip chromium_src-be8130673389499865116d36450b40232481b9c7.tar.gz chromium_src-be8130673389499865116d36450b40232481b9c7.tar.bz2 |
Suppress unaddressable on ChromeBrowserMainExtraPartsAsh::PreMainMessageLoopStart
TBR=oshima@chromium.org
BUG=125801
TEST=waterfall.sh
Review URL: https://chromiumcodereview.appspot.com/10261035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134768 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 0f7bdcf..c16a913 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -5775,6 +5775,22 @@ ... fun:_ZN*_*_Test8TestBodyEv } +{ + bug_125801 + Memcheck:Unaddressable + fun:_ZNK10scoped_ptrIN4aura10RootWindowEE3getEv + fun:_ZN3ash5Shell13GetRootWindowEv + fun:_ZN30ChromeBrowserMainExtraPartsAsh23PreMainMessageLoopStartEv + fun:_ZN22ChromeBrowserMainParts23PreMainMessageLoopStartEv + fun:_ZN30ChromeBrowserMainPartsChromeos23PreMainMessageLoopStartEv + fun:_ZN7content15BrowserMainLoop20MainMessageLoopStartEv + fun:_ZN12_GLOBAL__N_121BrowserMainRunnerImpl10InitializeERKN7content18MainFunctionParamsE + fun:_Z11BrowserMainRKN7content18MainFunctionParamsE + fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRKN7content18MainFunctionParamsEPNS2_19ContentMainDelegateE + fun:_ZN12_GLOBAL__N_121ContentMainRunnerImpl3RunEv + fun:_ZN7content11ContentMainEiPPKcPNS_19ContentMainDelegateE + fun:ChromeMain +} #----------------------------------------------------------------------- # 4. These only occur on our Google workstations |