summaryrefslogtreecommitdiffstats
path: root/tools/heapcheck
diff options
context:
space:
mode:
authorzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 04:41:45 +0000
committerzhaoqin@google.com <zhaoqin@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 04:41:45 +0000
commitf55174ba325780309d7254bbe6cff95446ed0054 (patch)
tree6f985551ea87c9967d25a04f9883d71784dba141 /tools/heapcheck
parent2a1f41ce76d3696678ff80e4b534ff12ef165412 (diff)
downloadchromium_src-f55174ba325780309d7254bbe6cff95446ed0054.zip
chromium_src-f55174ba325780309d7254bbe6cff95446ed0054.tar.gz
chromium_src-f55174ba325780309d7254bbe6cff95446ed0054.tar.bz2
suppress memory leak from WebCore::V8PerIsolateData::create
BUG=259188 TEST=waterfall TBR=dimich@chromium.org Review URL: https://codereview.chromium.org/18682004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211022 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/heapcheck')
-rw-r--r--tools/heapcheck/suppressions.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt
index 09a0e20..ef93013 100644
--- a/tools/heapcheck/suppressions.txt
+++ b/tools/heapcheck/suppressions.txt
@@ -980,3 +980,12 @@
fun:__RT_impl_Runtime_ParallelRecompile
fun:v8::internal::Runtime_ParallelRecompile
}
+{
+ bug_259188
+ Heapcheck:Leak
+ ...
+ fun:WebCore::V8PerIsolateData::create
+ fun:WebCore::V8PerIsolateData::ensureInitialized
+ fun:WebKit::initialize
+ fun:UnitTestTestSuite
+}