diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-08 03:08:23 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-08 03:08:23 +0000 |
commit | 2a98f90a3637e932db7db5da634b169f6553ac11 (patch) | |
tree | 8c4d1b72ba7ecf2cdb0b9a6da3e9acb4f430fc5b | |
parent | b096d03b3a3c42789371afde33de83b8b9c2f131 (diff) | |
download | chromium_src-2a98f90a3637e932db7db5da634b169f6553ac11.zip chromium_src-2a98f90a3637e932db7db5da634b169f6553ac11.tar.gz chromium_src-2a98f90a3637e932db7db5da634b169f6553ac11.tar.bz2 |
Valgrind/Heapchecker: Widen a couple of suppressions.
BUG=166709,169185
NOTRY=true
TBR=glider
Review URL: https://chromiumcodereview.appspot.com/12629008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186870 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/heapcheck/suppressions.txt | 3 | ||||
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 90cf32a..653497b 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1672,8 +1672,7 @@ fun:v8::internal::Factory::NewCode fun:v8::internal::StubCompiler::GetCodeWithFlags fun:v8::internal::StubCompiler::GetCodeWithFlags - fun:v8::internal::CallStubCompiler::GetCode - fun:v8::internal::CallStubCompiler::CompileCallGlobal + ... fun:v8::internal::StubCache::ComputeCallGlobal } { diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index bfc361a..67ef3b8 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -6201,9 +6201,6 @@ fun:_ZN7content13BrowserThread28PostBlockingPoolTaskAndReplyERKN15tracked_objects8LocationERKN4base8CallbackIFvvEEESA_ fun:_ZN10extensions11ImageLoader15LoadImagesAsyncEPKNS_9ExtensionERKSt6vectorINS0_19ImageRepresentationESaIS5_EERKN4base8CallbackIFvRKN3gfx5ImageEEEE fun:_ZN10extensions11ImageLoader14LoadImageAsyncEPKNS_9ExtensionERK17ExtensionResourceRKN3gfx4SizeERKN4base8CallbackIFvRKNS7_5ImageEEEE - fun:_ZN30BackgroundApplicationListModel11Application11RequestIconEN14extension_misc14ExtensionIconsE - ... - fun:_ZN64BackgroundApplicationListModelTest_AddRemovePermissionsTest_Test8TestBodyEv } { bug_166818 |