Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(152)

Unified Diff: tools/valgrind/memcheck/suppressions.txt

Issue 135763003: Suppress a BidiResolver leak. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/memcheck/suppressions.txt
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt
index 8e0efa6a5cee94f7a7bf1835b9eee54b442fa818..4b61374388c457dca4be86c3eebc2557ef16b9f9 100644
--- a/tools/valgrind/memcheck/suppressions.txt
+++ b/tools/valgrind/memcheck/suppressions.txt
@@ -6395,3 +6395,20 @@
Memcheck:Uninitialized
fun:_ZNK7WebCore11RenderLayer25shouldBeSelfPaintingLayerEv
}
+{
+ bug_333572
+ Memcheck:Leak
+ fun:_Znw*
+ fun:_ZN7WebCore12BidiResolverINS_15TextRunIteratorENS_16BidiCharacterRunEE9appendRunEv
+ fun:_ZN7WebCore12BidiResolverINS_15TextRunIteratorENS_16BidiCharacterRunEE21createBidiRunsForLineERKS1_NS_23VisualDirectionOverrideEbb
+ fun:_ZN7WebCore10RenderText29computePreferredLogicalWidthsEfRN3WTF7HashSetIPKNS_14SimpleFontDataENS1_7PtrHashIS5_EENS1_10HashTraitsIS5_EENS1_16DefaultAllocatorEEERNS_13GlyphOverflowE
+ fun:_ZNK7WebCore10RenderText5widthEjjRKNS_4FontEfNS_13TextDirectionEPN3WTF7HashSetIPKNS_14SimpleFontDataENS5_7PtrHashIS9_EENS5_10HashTraitsIS9_EENS5_16DefaultAllocatorEEEPNS_13GlyphOverflowE
+ fun:_ZN7WebCore15BreakingContext10handleTextERN3WTF6VectorINS_15WordMeasurementELm64ENS1_16DefaultAllocatorEEERb
+ fun:_ZN7WebCore11LineBreaker16nextSegmentBreakERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERNS_8LineInfoERNS_14RenderTextInfoEPNS_14FloatingObjectEjRN3WTF6VectorINS_15WordMeasurementELm64ENSC_16DefaultAllocatorEEE
+ fun:_ZN7WebCore11LineBreaker13nextLineBreakERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERNS_8LineInfoERNS_14RenderTextInfoEPNS_14FloatingObjectEjRN3WTF6VectorINS_15WordMeasurementELm64ENSC_16DefaultAllocatorEEE
+ fun:_ZN7WebCore15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayoutStateERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERKS4_RKNS_10BidiStatusEj
+ fun:_ZN7WebCore15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateEb
+ fun:_ZN7WebCore15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S1_
+ fun:_ZN7WebCore13RenderSVGText6layoutEv
+ fun:_ZN7WebCore16SVGRenderSupport14layoutChildrenEPNS_12RenderObjectEb
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698