summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-16 22:09:59 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-16 22:09:59 +0000
commit98d977bfb1c9b1257b4410a8b88127b7296c8bb7 (patch)
tree1db7bca34d9f93dd476fa4d635bbd1ba0a2faac3 /tools/heapcheck
parent8b330900127e87bd2e46cce9cf5107251dcf5f6a (diff)
downloadchromium_src-98d977bfb1c9b1257b4410a8b88127b7296c8bb7.zip
chromium_src-98d977bfb1c9b1257b4410a8b88127b7296c8bb7.tar.gz
chromium_src-98d977bfb1c9b1257b4410a8b88127b7296c8bb7.tar.bz2
Heapcheck: Undo accidental suppression removals from r223350.
NOTRY=true TBR=yangguo@chromium.org Review URL: https://chromiumcodereview.appspot.com/23950008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223441 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 16eebb0..9b3747b 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -889,3 +889,27 @@
fun:SafeBrowsingDatabaseManagerTest::RunSBHashTest
fun:SafeBrowsingDatabaseManagerTest_CheckCorrespondsListType_Test::TestBody
}
+{
+ bug_2912
+ 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
+}