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

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

Issue 6979018: Remove stale suppressions (class name changed) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « chrome/browser/ui/gtk/gtk_theme_service.cc ('k') | 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 1995 matching lines...) Expand 10 before | Expand all | Expand 10 after
2006 fun:_ZN16ExtensionService4InitEv 2006 fun:_ZN16ExtensionService4InitEv
2007 } 2007 }
2008 { 2008 {
2009 bug_40877 2009 bug_40877
2010 Memcheck:Leak 2010 Memcheck:Leak
2011 fun:_Znw* 2011 fun:_Znw*
2012 fun:_ZN25ActiveNotificationTracker20RegisterNotificationERKN6WebKit15WebNotif icationE 2012 fun:_ZN25ActiveNotificationTracker20RegisterNotificationERKN6WebKit15WebNotif icationE
2013 fun:_ZN53ActiveNotificationTrackerTest_TestLookupAndClear_Test8TestBodyEv 2013 fun:_ZN53ActiveNotificationTrackerTest_TestLookupAndClear_Test8TestBodyEv
2014 } 2014 }
2015 { 2015 {
2016 bug_41186
2017 Memcheck:Addr1
2018 fun:_ZNK16GtkThemeProvider11UsingNativeThemeEv
2019 fun:_ZN12browser_sync*14UseSystemThemeEP7Profile
2020 fun:_ZN12browser_sync33GetThemeSpecificsFromCurrentThemeEP7ProfilePN7sync_pb1 4ThemeSpecificsE
2021 fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_ pb14ThemeSpecificsEP7Profile
2022 }
2023 {
2024 bug_42389 2016 bug_42389
2025 Memcheck:Leak 2017 Memcheck:Leak
2026 ... 2018 ...
2027 fun:malloc 2019 fun:malloc
2028 fun:g_malloc 2020 fun:g_malloc
2029 ... 2021 ...
2030 fun:gdk_pixbuf_loader_write 2022 fun:gdk_pixbuf_loader_write
2031 fun:_ZN10IconLoader9ParseIconEv 2023 fun:_ZN10IconLoader9ParseIconEv
2032 } 2024 }
2033 { 2025 {
(...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3218 { 3210 {
3219 bug_63671 3211 bug_63671
3220 Memcheck:Param 3212 Memcheck:Param
3221 write(buf) 3213 write(buf)
3222 ... 3214 ...
3223 fun:_ZN9file_util9WriteFileERK8FilePathPKci 3215 fun:_ZN9file_util9WriteFileERK8FilePathPKci
3224 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE 3216 fun:_Z24ConvertWebAppToExtensionRK18WebApplicationInfoRKN4base4TimeE
3225 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv 3217 fun:_ZN30ExtensionFromWebApp_Basic_Test8TestBodyEv
3226 } 3218 }
3227 { 3219 {
3228 bug_63672
3229 Memcheck:Addr1
3230 fun:_ZNK16GtkThemeProvider11UsingNativeThemeEv
3231 fun:_ZN12browser_sync67_GLOBAL__N_chrome_browser_sync_glue_theme_util.cc_0000 0000_1C67A97A14UseSystemThemeEP7Profile
3232 fun:_ZN12browser_sync33GetThemeSpecificsFromCurrentThemeEP7ProfilePN7sync_pb1 4ThemeSpecificsE
3233 fun:_ZN12browser_sync44SetCurrentThemeFromThemeSpecificsIfNecessaryERKN7sync_ pb14ThemeSpecificsEP7Profile
3234 fun:_ZN12browser_sync76_GLOBAL__N_chrome_browser_sync_glue_theme_util_unittes t.cc_00000000_6D6EFF0A69ThemeUtilTest_SetCurrentThemeIfNecessaryDefaultThemeNotN ecessary_Test8TestBodyEv
3235 }
3236 {
3237 bug_64804 3220 bug_64804
3238 Memcheck:Leak 3221 Memcheck:Leak
3239 fun:_Znw* 3222 fun:_Znw*
3240 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv 3223 fun:_ZN4base16MessageLoopProxy22CreateForCurrentThreadEv
3241 ... 3224 ...
3242 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE 3225 fun:_ZN10URLFetcher4CoreC1EPS_RK4GURLNS_11RequestTypeEPNS_8DelegateE
3243 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE 3226 fun:_ZN10URLFetcherC*ERK4GURLNS_11RequestTypeEPNS_8DelegateE
3244 } 3227 }
3245 { 3228 {
3246 bug_64887_a 3229 bug_64887_a
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
4619 } 4602 }
4620 { 4603 {
4621 bug_todo_getdelim2 4604 bug_todo_getdelim2
4622 Memcheck:Leak 4605 Memcheck:Leak
4623 fun:malloc 4606 fun:malloc
4624 fun:getdelim 4607 fun:getdelim
4625 obj:/lib/libselinux.so.1 4608 obj:/lib/libselinux.so.1
4626 obj:/lib/libselinux.so.1 4609 obj:/lib/libselinux.so.1
4627 obj:/lib/libselinux.so.1 4610 obj:/lib/libselinux.so.1
4628 } 4611 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/gtk_theme_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698