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

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

Issue 492093003: Suppress an uninit Valgrind report on a few layout tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
« 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 6240 matching lines...) Expand 10 before | Expand all | Expand 10 after
6251 fun:_ZN28NotificationConversionHelper28GfxImageToNotificationBitmapEPKN3gfx5I mageEPN10extensions3api13notifications18NotificationBitmapE 6251 fun:_ZN28NotificationConversionHelper28GfxImageToNotificationBitmapEPKN3gfx5I mageEPN10extensions3api13notifications18NotificationBitmapE
6252 fun:_ZN28NotificationConversionHelper33NotificationToNotificationOptionsERK12 NotificationPN10extensions3api13notifications19NotificationOptionsE 6252 fun:_ZN28NotificationConversionHelper33NotificationToNotificationOptionsERK12 NotificationPN10extensions3api13notifications19NotificationOptionsE
6253 fun:_ZN71NotificationConversionHelperTest_NotificationToNotificationOptions_T est8TestBodyEv 6253 fun:_ZN71NotificationConversionHelperTest_NotificationToNotificationOptions_T est8TestBodyEv
6254 } 6254 }
6255 { 6255 {
6256 bug_404182 6256 bug_404182
6257 Memcheck:Leak 6257 Memcheck:Leak
6258 fun:_Znw* 6258 fun:_Znw*
6259 fun:_ZN8app_list4test12_GLOBAL__N_122AppListViewTestContext16RunStartPageTest Ev 6259 fun:_ZN8app_list4test12_GLOBAL__N_122AppListViewTestContext16RunStartPageTest Ev
6260 } 6260 }
6261 {
6262 bug_405865
6263 Memcheck:Uninitialized
6264 fun:_ZNK5blink13InlineFlowBox20computeMaxLogicalTopERf
6265 ...
6266 fun:_ZNK5blink13RootInlineBox13maxLogicalTopEv
6267 fun:_ZN5blinkL22computeUnderlineOffsetENS_21TextUnderlinePositionERKNS_11Font MetricsEPKNS_13InlineTextBoxEf
6268 fun:_ZN5blink13InlineTextBox15paintDecorationEPNS_15GraphicsContextERKNS_10Fl oatPointENS_14TextDecorationEPKNS_10ShadowListE
6269 fun:_ZN5blink13InlineTextBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay outUnitES6_
6270 fun:_ZN5blink13InlineFlowBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay outUnitES6_
6271 fun:_ZN5blink13RootInlineBox5paintERNS_9PaintInfoERKNS_11LayoutPointENS_10Lay outUnitES6_
6272 fun:_ZNK5blink17RenderLineBoxList5paintEPNS_20RenderBoxModelObjectERNS_9Paint InfoERKNS_11LayoutPointE
6273 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE
6274 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
6275 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
6276 fun:_ZN5blink11RenderBlock10paintChildEPNS_9RenderBoxERNS_9PaintInfoERKNS_11L ayoutPointE
6277 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_11LayoutPointE
6278 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE
6279 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
6280 fun:_ZN5blink11RenderBlock5paintERNS_9PaintInfoERKNS_11LayoutPointE
6281 fun:_ZN5blink11RenderBlock10paintChildEPNS_9RenderBoxERNS_9PaintInfoERKNS_11L ayoutPointE
6282 fun:_ZN5blink11RenderBlock13paintChildrenERNS_9PaintInfoERKNS_11LayoutPointE
6283 fun:_ZN5blink11RenderBlock13paintContentsERNS_9PaintInfoERKNS_11LayoutPointE
6284 fun:_ZN5blink11RenderBlock11paintObjectERNS_9PaintInfoERKNS_11LayoutPointE
6285 }
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