summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-08 19:18:11 +0000
committergroby@chromium.org <groby@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-08 19:18:11 +0000
commit9c670da2816df634fe39904b539ecb44eaa9ad7f (patch)
treea1a8df8d9231e48c3e01d7ff83eb6e4f96d41bc4 /tools
parent4df2d07343a0ffe94655a65163c4cd57a7c09347 (diff)
downloadchromium_src-9c670da2816df634fe39904b539ecb44eaa9ad7f.zip
chromium_src-9c670da2816df634fe39904b539ecb44eaa9ad7f.tar.gz
chromium_src-9c670da2816df634fe39904b539ecb44eaa9ad7f.tar.bz2
[Memory Sheriff] Suppressing WK leak messages.
Technically, they're not leaks, but caused by WK tests timing out. We should not track "leaks" for timed-out WK tests, assigning this suppression to the tracking bug for that. NOTRY=true TBR=thestig@chromium.org,timurrr@chromium.org BUG=239141 Review URL: https://chromiumcodereview.appspot.com/15066003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198963 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 839693c..5bb982f 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -7204,4 +7204,15 @@ fun:_ZN7content18RenderViewHostImpl16CreateRenderViewERKSbItN4base20string16_cha
fun:_ZN7content15WebContentsImpl32CreateRenderViewForRenderManagerEPNS_14RenderViewHostEi
fun:_ZN7content21RenderViewHostManager14InitRenderViewEPNS_14RenderViewHostEi
fun:_ZN7content21RenderViewHostManager8NavigateERKNS_19NavigationEntryImplE
-} \ No newline at end of file
+}
+{
+ bug_239141
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10fastMallocEm
+ fun:_ZN3WTF9BitVector13OutOfLineBits6createEm
+ fun:_ZN3WTF9BitVector15resizeOutOfLineEm
+ fun:_ZN3WTF9BitVector10ensureSizeEm
+ fun:_ZN3WTF9BitVectorC1Em
+ fun:_ZN7WebCore10UseCounter17recordMeasurementENS0_7FeatureE
+}