summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authoryangguo@chromium.org <yangguo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-29 15:16:28 +0000
committeryangguo@chromium.org <yangguo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-29 15:16:28 +0000
commitae0f6cfd963db2dbc71f6b9138bdfbcdf722ee29 (patch)
tree0277eda088931e9057e1e0135fdf3791be809654 /tools/heapcheck
parentd03edc0b4df4dbc358bbfef462f528ada9dc7e37 (diff)
downloadchromium_src-ae0f6cfd963db2dbc71f6b9138bdfbcdf722ee29.zip
chromium_src-ae0f6cfd963db2dbc71f6b9138bdfbcdf722ee29.tar.gz
chromium_src-ae0f6cfd963db2dbc71f6b9138bdfbcdf722ee29.tar.bz2
Remove stale suppression entries for heap leak check.
The leaks in question have been fixed in r225503. R=machenbach@chromium.org BUG=291236 Review URL: https://codereview.chromium.org/24988002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt46
1 files changed, 0 insertions, 46 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index fbc947f..fbdb16e 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -841,52 +841,6 @@
fun:NetworkingPrivateCryptoTest_VerifyCredentials_Test::TestBody
}
{
- bug_291236_a
- Heapcheck:Leak
- fun:v8::internal::Malloced::New
- fun:v8::internal::Zone::NewSegment
- fun:v8::internal::Zone::NewExpand
- fun:v8::internal::Zone::New
- fun:v8::internal::ZoneAllocationPolicy::New
- fun:v8::internal::List::NewData
- fun:v8::internal::List::Resize
-}
-{
- bug_291236_b
- Heapcheck:Leak
- fun:v8::internal::Malloced::New
- fun:v8::internal::Zone::NewSegment
- fun:v8::internal::Zone::NewExpand
- fun:v8::internal::Zone::New
- fun:v8::internal::ZoneObject::operator new
- fun:v8::internal::HOptimizedGraphBuilder::VisitCompareOperation
- fun:v8::internal::CompareOperation::Accept
- fun:v8::internal::HOptimizedGraphBuilder::Visit
- fun:v8::internal::HOptimizedGraphBuilder::VisitForControl
-}
-{
- bug_291236_c
- Heapcheck:Leak
- fun:v8::internal::Malloced::New
- fun:v8::internal::Zone::NewSegment
- fun:v8::internal::Zone::NewExpand
- fun:v8::internal::Zone::New
- fun:v8::internal::ZoneObject::operator new
- fun:v8::internal::LChunkBuilder::Build
- fun:v8::internal::LChunk::NewChunk
- fun:v8::internal::OptimizingCompiler::OptimizeGraph
-}
-{
- bug_291236_d
- Heapcheck:Leak
- fun:v8::internal::Malloced::New
- fun:v8::internal::Zone::NewSegment
- fun:v8::internal::Zone::NewExpand
- fun:v8::internal::Zone::New
- fun:v8::internal::ZoneObject::operator new
- fun:v8::internal::HCompareNumericAndBranch::New
-}
-{
bug_298887
Heapcheck:Leak
...