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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # There are four kinds of suppressions in this file. 1 # There are four kinds of suppressions in this file.
2 # 1. third party stuff we have no control over 2 # 1. third party stuff we have no control over
3 # 3 #
4 # 2. intentional unit test errors, or stuff that is somehow a false positive 4 # 2. intentional unit test errors, or stuff that is somehow a false positive
5 # in our own code, or stuff that is so trivial it's not worth fixing 5 # in our own code, or stuff that is so trivial it's not worth fixing
6 # 6 #
7 # 3. Suppressions for real chromium bugs that are not yet fixed. 7 # 3. Suppressions for real chromium bugs that are not yet fixed.
8 # These should all be in chromium's bug tracking system (but a few aren't yet). 8 # These should all be in chromium's bug tracking system (but a few aren't yet).
9 # Periodically we should sweep this file and the bug tracker clean by 9 # Periodically we should sweep this file and the bug tracker clean by
10 # running overnight and removing outdated bugs/suppressions. 10 # running overnight and removing outdated bugs/suppressions.
(...skipping 6377 matching lines...) Expand 10 before | Expand all | Expand 10 after
6388 fun:sys_sendmsg 6388 fun:sys_sendmsg
6389 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv 6389 fun:_ZN8breakpad12_GLOBAL__N_122NonBrowserCrashHandlerEPKvmPv
6390 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv 6390 fun:_ZN15google_breakpad16ExceptionHandler12HandleSignalEiP7siginfoPv
6391 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv 6391 fun:_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP7siginfoPv
6392 } 6392 }
6393 { 6393 {
6394 bug_333564 6394 bug_333564
6395 Memcheck:Uninitialized 6395 Memcheck:Uninitialized
6396 fun:_ZNK7WebCore11RenderLayer25shouldBeSelfPaintingLayerEv 6396 fun:_ZNK7WebCore11RenderLayer25shouldBeSelfPaintingLayerEv
6397 } 6397 }
6398 {
6399 bug_333572
6400 Memcheck:Leak
6401 fun:_Znw*
6402 fun:_ZN7WebCore12BidiResolverINS_15TextRunIteratorENS_16BidiCharacterRunEE9ap pendRunEv
6403 fun:_ZN7WebCore12BidiResolverINS_15TextRunIteratorENS_16BidiCharacterRunEE21c reateBidiRunsForLineERKS1_NS_23VisualDirectionOverrideEbb
6404 fun:_ZN7WebCore10RenderText29computePreferredLogicalWidthsEfRN3WTF7HashSetIPK NS_14SimpleFontDataENS1_7PtrHashIS5_EENS1_10HashTraitsIS5_EENS1_16DefaultAllocat orEEERNS_13GlyphOverflowE
6405 fun:_ZNK7WebCore10RenderText5widthEjjRKNS_4FontEfNS_13TextDirectionEPN3WTF7Ha shSetIPKNS_14SimpleFontDataENS5_7PtrHashIS9_EENS5_10HashTraitsIS9_EENS5_16Defaul tAllocatorEEEPNS_13GlyphOverflowE
6406 fun:_ZN7WebCore15BreakingContext10handleTextERN3WTF6VectorINS_15WordMeasureme ntELm64ENS1_16DefaultAllocatorEEERb
6407 fun:_ZN7WebCore11LineBreaker16nextSegmentBreakERNS_12BidiResolverINS_14Inline IteratorENS_7BidiRunEEERNS_8LineInfoERNS_14RenderTextInfoEPNS_14FloatingObjectEj RN3WTF6VectorINS_15WordMeasurementELm64ENSC_16DefaultAllocatorEEE
6408 fun:_ZN7WebCore11LineBreaker13nextLineBreakERNS_12BidiResolverINS_14InlineIte ratorENS_7BidiRunEEERNS_8LineInfoERNS_14RenderTextInfoEPNS_14FloatingObjectEjRN3 WTF6VectorINS_15WordMeasurementELm64ENSC_16DefaultAllocatorEEE
6409 fun:_ZN7WebCore15RenderBlockFlow26layoutRunsAndFloatsInRangeERNS_15LineLayout StateERNS_12BidiResolverINS_14InlineIteratorENS_7BidiRunEEERKS4_RKNS_10BidiStatu sEj
6410 fun:_ZN7WebCore15RenderBlockFlow19layoutRunsAndFloatsERNS_15LineLayoutStateEb
6411 fun:_ZN7WebCore15RenderBlockFlow20layoutInlineChildrenEbRNS_10LayoutUnitES2_S 1_
6412 fun:_ZN7WebCore13RenderSVGText6layoutEv
6413 fun:_ZN7WebCore16SVGRenderSupport14layoutChildrenEPNS_12RenderObjectEb
6414 }
OLDNEW
« 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