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

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

Issue 5481001: Relaxing the suppression for 64804 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 three kinds of suppressions in this file. 1 # There are three 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 3321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3332 fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_ pb14ThemeSpecificsEP7Profile 3332 fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_ pb14ThemeSpecificsEP7Profile
3333 fun:_ZN12browser_sync76_GLOBAL__N_chrome_browser_sync_glue_theme_util_unittes t.cc_00000000_6D6EFF0A69ThemeUtilTest_SetCurrentThemeIfNecessaryDefaultThemeNotN ecessary_Test8TestBodyEv 3333 fun:_ZN12browser_sync76_GLOBAL__N_chrome_browser_sync_glue_theme_util_unittes t.cc_00000000_6D6EFF0A69ThemeUtilTest_SetCurrentThemeIfNecessaryDefaultThemeNotN ecessary_Test8TestBodyEv
3334 } 3334 }
3335 { 3335 {
3336 bug_64804 3336 bug_64804
3337 Memcheck:Leak 3337 Memcheck:Leak
3338 fun:_Znw* 3338 fun:_Znw*
3339 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv 3339 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv
3340 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE 3340 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE
3341 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE 3341 fun:_ZN10URLFetcherC1ERK4GURLNS_11RequestTypeEPNS_8DelegateE
3342 fun:_ZN10URLFetcher6CreateEiRK4GURLNS_11RequestTypeEPNS_8DelegateE
3343 } 3342 }
3344 { 3343 {
3345 bug_64887 3344 bug_64887
3346 Memcheck:Value8 3345 Memcheck:Value8
3347 fun:_itoa_word 3346 fun:_itoa_word
3348 fun:vfprintf 3347 fun:vfprintf
3349 fun:vsnprintf 3348 fun:vsnprintf
3350 fun:snprintf 3349 fun:snprintf
3351 fun:_ZN7testing*26PrintByteSegmentInObjectToEPKhmmPSo 3350 fun:_ZN7testing*26PrintByteSegmentInObjectToEPKhmmPSo
3352 fun:_ZN7testing*24PrintBytesInObjectToImplEPKhmPSo 3351 fun:_ZN7testing*24PrintBytesInObjectToImplEPKhmPSo
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
3449 bug_64930c 3448 bug_64930c
3450 Memcheck:Leak 3449 Memcheck:Leak
3451 fun:_Znw* 3450 fun:_Znw*
3452 ... 3451 ...
3453 fun:*ThemeMapC1Ev 3452 fun:*ThemeMapC1Ev
3454 fun:*ThemeMapEE3NewEPv 3453 fun:*ThemeMapEE3NewEPv
3455 fun:*ThemeMapENS_25DefaultLazyInstanceTraitsIS2_EEE7PointerEv 3454 fun:*ThemeMapENS_25DefaultLazyInstanceTraitsIS2_EEE7PointerEv
3456 fun:*ThemeMapENS_25DefaultLazyInstanceTraitsIS2_EEE3GetEv 3455 fun:*ThemeMapENS_25DefaultLazyInstanceTraitsIS2_EEE3GetEv
3457 fun:_ZN13ResourcesUtil18GetThemeResourceIdERKSs 3456 fun:_ZN13ResourcesUtil18GetThemeResourceIdERKSs
3458 } 3457 }
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