diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 18:04:43 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 18:04:43 +0000 |
commit | e674497e39047637a4d04663e6cca40d5dd5c89d (patch) | |
tree | 737f11daf6c6faf130d7feea3dd3d956a866bb3c /tools/heapcheck | |
parent | 8bf63e49e1ddec178c3d016ea9f84c695c455e8f (diff) | |
download | chromium_src-e674497e39047637a4d04663e6cca40d5dd5c89d.zip chromium_src-e674497e39047637a4d04663e6cca40d5dd5c89d.tar.gz chromium_src-e674497e39047637a4d04663e6cca40d5dd5c89d.tar.bz2 |
Suppress gpu_unittests leaks found on the HeapChecker bot
Also rename one of the suppressions (259357) from a generic to a more specific (145701).
BUG=145701,259357
TBR=rnk
NOTRY=true
Review URL: https://codereview.chromium.org/18563005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 9dc001f..29df536 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -475,6 +475,14 @@ fun:*TestBody } { + bug_145701 + Heapcheck:Leak + fun:ShareGroup + fun:GLES2Implementation + fun:gpu::gles2::GLES2ImplementationTest::Initialize + fun:gpu::gles2::GLES2Implementation*::SetUp +} +{ bug_145703 Heapcheck:Leak ... @@ -1055,3 +1063,27 @@ ... fun:jingle_glue::ProxyResolvingClientSocket::ProcessProxyResolveDone } +{ + bug_259357a + Heapcheck:Leak + ... + fun:*Proto::* + ... + fun:gpu::gles2::MemoryProgramCache* + fun:gpu::gles2::MemoryProgramCacheTest_* +} +{ + bug_259357b + Heapcheck:Leak + ... + fun:std::set::insert + fun:gpu::IdAllocator::* +} +{ + bug_259357c + Heapcheck:Leak + ... + fun:gpu::MappedMemoryManager::Alloc + ... + fun:gpu::*_Test::TestBody +} |