summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 21:16:03 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-14 21:16:03 +0000
commit340fa3e8b4ced033964d97d5ae8206a45698002a (patch)
treeff2108b3366289adddfb9516bcf1bcd5d269da70 /tools
parent7efc5c2ca39266a663e915836d48ae10ba4d70ae (diff)
downloadchromium_src-340fa3e8b4ced033964d97d5ae8206a45698002a.zip
chromium_src-340fa3e8b4ced033964d97d5ae8206a45698002a.tar.gz
chromium_src-340fa3e8b4ced033964d97d5ae8206a45698002a.tar.bz2
Valgrind: Suppress a couple of errors in webkit layout tests.
BUG=149734,149736 TBR=jamesr Review URL: https://codereview.chromium.org/10916324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/memcheck/suppressions.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 6d23586..abbc560 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -5953,6 +5953,37 @@
fun:_ZN20InterstitialPageImpl4ShowEv
fun:_ZN14captive_portal28MockInterstitialPageDelegateC1EPN7content11WebContentsE
}
+{
+ bug_149734a
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10fastMallocEm
+ fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
+ fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
+ fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE22reserveInitialCapacityEm
+ fun:_ZN7WebCore20ElementAttributeData13cloneDataFromERKS0_RKNS_7ElementERS3_
+}
+{
+ bug_149734b
+ Memcheck:Leak
+ fun:malloc
+ fun:_ZN3WTF10fastMallocEm
+ fun:_ZN3WTF16VectorBufferBaseIN7WebCore9AttributeEE14allocateBufferEm
+ fun:_ZN3WTF12VectorBufferIN7WebCore9AttributeELm4EE14allocateBufferEm
+ fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE15reserveCapacityEm
+ fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEm
+ fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14expandCapacityEmPKS2_
+ fun:_ZN3WTF6VectorIN7WebCore9AttributeELm4EE14appendSlowCaseIS2_EEvRKT_
+ fun:_ZN7WebCore20ElementAttributeData12addAttributeERKNS_9AttributeEPNS_7ElementENS_30SynchronizationOfLazyAttributeE
+}
+{
+ bug_149736
+ Memcheck:Free
+ fun:_ZdlPv
+ fun:_ZN3WTF14deleteOwnedPtrIhEEvPT_
+ fun:_ZN3WTF6OwnPtrIhED1Ev
+ fun:_ZN7WebCore12CCRendererGL20getFramebufferPixelsEPvRKNS_7IntRectE
+}
#-----------------------------------------------------------------------
# 4. These only occur on our Google workstations