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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 8776052: Suppress uninits in layout tests from WebKit roll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 5290 matching lines...) Expand 10 before | Expand all | Expand 10 after
5301 fun:_ZN*DefaultFocusManagerFactory18CreateFocusManagerEPN5views6WidgetE 5301 fun:_ZN*DefaultFocusManagerFactory18CreateFocusManagerEPN5views6WidgetE
5302 fun:_ZN5views19FocusManagerFactory6CreateEPNS_6WidgetE 5302 fun:_ZN5views19FocusManagerFactory6CreateEPNS_6WidgetE
5303 fun:_ZN5views6Widget21OnNativeWidgetCreatedEv 5303 fun:_ZN5views6Widget21OnNativeWidgetCreatedEv
5304 fun:_ZN5views15NativeWidgetGtk16InitNativeWidgetERKNS_6Widget10InitParamsE 5304 fun:_ZN5views15NativeWidgetGtk16InitNativeWidgetERKNS_6Widget10InitParamsE
5305 fun:_ZN5views6Widget4InitERKNS0_10InitParamsE 5305 fun:_ZN5views6Widget4InitERKNS0_10InitParamsE
5306 fun:_ZN5views6Widget31CreateWindowWithParentAndBoundsEPNS_14WidgetDelegateEP1 0_GtkWindowRKN3gfx4RectE 5306 fun:_ZN5views6Widget31CreateWindowWithParentAndBoundsEPNS_14WidgetDelegateEP1 0_GtkWindowRKN3gfx4RectE
5307 fun:_ZN5views6Widget22CreateWindowWithBoundsEPNS_14WidgetDelegateERKN3gfx4Rec tE 5307 fun:_ZN5views6Widget22CreateWindowWithBoundsEPNS_14WidgetDelegateERKN3gfx4Rec tE
5308 fun:_ZN33AccessibilityEventRouterViewsTest24CreateWindowWithContentsEPN5views 4ViewE 5308 fun:_ZN33AccessibilityEventRouterViewsTest24CreateWindowWithContentsEPN5views 4ViewE
5309 fun:_ZN60AccessibilityEventRouterViewsTest_TestFocusNotification_Test8TestBod yEv 5309 fun:_ZN60AccessibilityEventRouterViewsTest_TestFocusNotification_Test8TestBod yEv
5310 } 5310 }
5311 {
5312 bug_106183a
5313 Memcheck:Uninitialized
5314 fun:_ZN7WebCore13RenderMarquee18updateMarqueeStyleEv
5315 fun:_ZN7WebCore11RenderLayer12styleChangedENS_15StyleDifferenceEPKNS_11Render StyleE
5316 fun:_ZN7WebCore20RenderBoxModelObject14styleDidChangeENS_15StyleDifferenceEPK NS_11RenderStyleE
5317 fun:_ZN7WebCore9RenderBox14styleDidChangeENS_15StyleDifferenceEPKNS_11RenderS tyleE
5318 fun:_ZN7WebCore11RenderBlock14styleDidChangeENS_15StyleDifferenceEPKNS_11Rend erStyleE
5319 fun:_ZN7WebCore12RenderObject8setStyleEN3WTF10PassRefPtrINS_11RenderStyleEEE
5320 fun:_ZN7WebCore12RenderObject18setAnimatableStyleEN3WTF10PassRefPtrINS_11Rend erStyleEEE
5321 fun:_ZN7WebCore19NodeRendererFactory14createRendererEv
5322 fun:_ZN7WebCore19NodeRendererFactory22createRendererIfNeededEv
5323 fun:_ZN7WebCore4Node22createRendererIfNeededEv
5324 fun:_ZN7WebCore7Element6attachEv
5325 }
5326 {
5327 bug_106183b
5328 Memcheck:Uninitialized
5329 fun:_ZN7WebCore21ComplexTextController10setPaddingEi
5330 fun:_ZN7WebCore21ComplexTextControllerC1ERKNS_7TextRunEiijjjPKNS_4FontE
5331 fun:_ZNK7WebCore4Font27selectionRectForComplexTextERKNS_7TextRunERKNS_10Float PointEiii
5332 fun:_ZNK7WebCore4Font20selectionRectForTextERKNS_7TextRunERKNS_10FloatPointEi ii
5333 fun:_ZNK7WebCore13InlineTextBox17positionForOffsetEi
5334 fun:_ZN7WebCore10RenderText14localCaretRectEPNS_9InlineBoxEiPi
5335 fun:_ZNK7WebCore15VisiblePosition14localCaretRectERPNS_12RenderObjectE
5336 fun:_ZN7WebCore9CaretBase15updateCaretRectEPNS_8DocumentERKNS_15VisiblePositi onE
5337 fun:_ZN7WebCore14FrameSelection14localCaretRectEv
5338 fun:_ZN7WebCore14FrameSelection18recomputeCaretRectEv
5339 fun:_ZN7WebCore14FrameSelection16updateAppearanceEv
5340 fun:_ZN7WebCore9FrameView22performPostLayoutTasksEv
5341 fun:_ZN7WebCore9FrameView6layoutEb
5342 fun:_ZN7WebCore8Document12updateLayoutEv
5343 fun:_ZN7WebCore8Document36updateLayoutIgnorePendingStylesheetsEv
5344 fun:_ZN7WebCore19ReplacementFragment30insertFragmentForTestRenderingEPNS_4Nod eE
5345 fun:_ZN7WebCore19ReplacementFragmentC1EPNS_8DocumentEPNS_16DocumentFragmentEb RKNS_16VisibleSelectionE
5346 fun:_ZN7WebCore23ReplaceSelectionCommand7doApplyEv
5347 fun:_ZN7WebCore11EditCommand5applyEv
5348 fun:_ZN7WebCore12applyCommandEN3WTF10PassRefPtrINS_11EditCommandEEE
5349 fun:_ZN7WebCoreL21executeInsertFragmentEPNS_5FrameEN3WTF10PassRefPtrINS_16Doc umentFragmentEEE
5350 fun:_ZN7WebCoreL17executeInsertHTMLEPNS_5FrameEPNS_5EventENS_19EditorCommandS ourceERKN3WTF6StringE
5351 }
5311 5352
5312 #----------------------------------------------------------------------- 5353 #-----------------------------------------------------------------------
5313 # 4. These only occur on our Google workstations 5354 # 4. These only occur on our Google workstations
5314 { 5355 {
5315 bug_todo_freeres 5356 bug_todo_freeres
5316 Memcheck:Free 5357 Memcheck:Free
5317 fun:free 5358 fun:free
5318 fun:__libc_freeres 5359 fun:__libc_freeres
5319 fun:_vgnU_freeres 5360 fun:_vgnU_freeres
5320 fun:_Exit 5361 fun:_Exit
(...skipping 17 matching lines...) Expand all
5338 obj:/lib/libselinux.so.1 5379 obj:/lib/libselinux.so.1
5339 obj:/lib/libselinux.so.1 5380 obj:/lib/libselinux.so.1
5340 } 5381 }
5341 { 5382 {
5342 bug_todo_grep 5383 bug_todo_grep
5343 Memcheck:Leak 5384 Memcheck:Leak
5344 fun:malloc 5385 fun:malloc
5345 obj:/bin/grep 5386 obj:/bin/grep
5346 obj:/bin/grep 5387 obj:/bin/grep
5347 } 5388 }
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