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

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

Issue 3074006: Widen suppression for bug 16128... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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 | 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 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1024 fun:realloc 1024 fun:realloc
1025 fun:FcPatternObjectInsertElt 1025 fun:FcPatternObjectInsertElt
1026 fun:FcConfigPatternAdd 1026 fun:FcConfigPatternAdd
1027 fun:FcConfigSubstituteWithPat 1027 fun:FcConfigSubstituteWithPat
1028 fun:FcFontRenderPrepare 1028 fun:FcFontRenderPrepare
1029 } 1029 }
1030 { 1030 {
1031 bug_16128 1031 bug_16128
1032 Memcheck:Leak 1032 Memcheck:Leak
1033 fun:_Znw* 1033 fun:_Znw*
1034 fun:_ZN3IPC11SyncChannelC1ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE 1034 ...
1035 fun:_ZN11ChildThread4InitEv 1035 fun:_ZN3IPC11SyncChannel*Channel4ModeEPNS3_8ListenerEPNS_12ChannelProxy13Mess ageFilterEP11MessageLoopbPN4base13WaitableEventE
1036 }
1037 {
1038 bug_16128_2
1039 Memcheck:Leak
1040 fun:_Znw*
1041 fun:_ZN3IPC11SyncChannelC2ERKSsNS_7Channel4ModeEPNS3_8ListenerEPNS_12ChannelP roxy13MessageFilterEP11MessageLoopbPN4base13WaitableEventE
1042 ... 1036 ...
1043 fun:_ZN11ChildThread4InitEv 1037 fun:_ZN11ChildThread4InitEv
1044 } 1038 }
1045 { 1039 {
1046 bug_16156 1040 bug_16156
1047 Memcheck:Leak 1041 Memcheck:Leak
1048 ... 1042 ...
1049 fun:gtk_im_context_set_cursor_location 1043 fun:gtk_im_context_set_cursor_location
1050 ... 1044 ...
1051 fun:gtk_widget_size_allocate 1045 fun:gtk_widget_size_allocate
(...skipping 2572 matching lines...) Expand 10 before | Expand all | Expand 10 after
3624 fun:_ZN15SyncSetupWizard*EP18ProfileSyncService 3618 fun:_ZN15SyncSetupWizard*EP18ProfileSyncService
3625 fun:_ZN18ProfileSyncService* 3619 fun:_ZN18ProfileSyncService*
3626 fun:_ZN22ProfileSync* 3620 fun:_ZN22ProfileSync*
3627 ... 3621 ...
3628 fun:*GetProfileSyncServiceEv 3622 fun:*GetProfileSyncServiceEv
3629 fun:_ZN7Profile16IsSyncAccessibleEv 3623 fun:_ZN7Profile16IsSyncAccessibleEv
3630 fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb 3624 fun:_ZN7Browser31UpdateCommandsForFullscreenModeEb
3631 fun:_ZN7Browser16InitCommandStateEv 3625 fun:_ZN7Browser16InitCommandStateEv
3632 fun:_ZN7Browser*ENS_4TypeEP7Profile 3626 fun:_ZN7Browser*ENS_4TypeEP7Profile
3633 } 3627 }
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