diff options
author | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 22:41:10 +0000 |
---|---|---|
committer | cbentzel@chromium.org <cbentzel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-28 22:41:10 +0000 |
commit | 00275125f0b5e619de7be8bb13d3fb54c568199a (patch) | |
tree | 11b78328c03fc9bb959b30b4409f5593c34a25eb /tools/heapcheck | |
parent | fccef1559e02b001c69a0d35ad960e37dcbfd650 (diff) | |
download | chromium_src-00275125f0b5e619de7be8bb13d3fb54c568199a.zip chromium_src-00275125f0b5e619de7be8bb13d3fb54c568199a.tar.gz chromium_src-00275125f0b5e619de7be8bb13d3fb54c568199a.tar.bz2 |
Heapcheck suppressions for PeerConnectionHandlerTest
BUG=105624
TBR=grunell@chromium.org,tommi@chromium.org
Review URL: http://codereview.chromium.org/8659019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111792 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r-- | tools/heapcheck/suppressions.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 3e93db9b..58863fa 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1743,3 +1743,28 @@ # fun:PrintPreviewTabControllerUnitTest_MultiplePreviewTabs_Test::TestBody # fun:PrintPreviewTabControllerUnitTest_ClearInitiatorTabDetails_Test::TestBody } +{ + bug_105624_a + Heapcheck:Leak + fun:PeerConnectionHandlerTest_Basic_Test::TestBody +} +{ + bug_105624_b + Heapcheck:Leak + fun:WTF::fastMalloc + fun:WTF::RefCounted::operator new + fun:WebCore::MediaStreamSource::create + fun:WebKit::WebMediaStreamSource::initialize + fun:PeerConnectionHandlerTest_Basic_Test::TestBody +} +{ + bug_105624_c + Heapcheck:Leak + fun:WTF::fastMalloc + fun:WTF::StringImpl::createUninitialized + fun:WTF::String::fromUTF8 + fun:WTF::String::fromUTF8 + fun:WTF::String::fromUTF8 + fun:WebKit::WebString::fromUTF8 + fun:PeerConnectionHandlerTest_Basic_Test::TestBody +} |