summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-08 15:17:30 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-08 15:17:30 +0000
commit24f8d52cb72621cc157963e12fafeb67d726f5b8 (patch)
tree6d78b5035ef37f1eb2d047fe544657ba4f44ad9e /tools
parentf5c76735f574f90654b8e1d1e171e2d236265d56 (diff)
downloadchromium_src-24f8d52cb72621cc157963e12fafeb67d726f5b8.zip
chromium_src-24f8d52cb72621cc157963e12fafeb67d726f5b8.tar.gz
chromium_src-24f8d52cb72621cc157963e12fafeb67d726f5b8.tar.bz2
Suppressed the V8 leaks in heapchecker's reports.
BUG=34994 TBR=brettw Review URL: http://codereview.chromium.org/582016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38358 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/heapcheck/suppressions.txt18
1 files changed, 16 insertions, 2 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 754a8da..df80a33 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -143,5 +143,19 @@
fun:TestSuite::Run
fun:main
}
-
-
+{
+ bug_34994_a
+ Heapcheck:Leak
+ ...
+ fun:v8::internal::Invoke
+ fun:v8::internal::Execution::Call
+ fun:v8::Script::Run
+}
+{
+ bug_34994_b
+ Heapcheck:Leak
+ ...
+ fun:v8::internal::Invoke
+ fun:v8::internal::Execution::Call
+ fun:v8::Function::Call
+}