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

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

Issue 2786003: Add variants for two existing suppressions. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 6 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 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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 { 859 {
860 # ditto, but tweak to match the chromeos's stack. 860 # ditto, but tweak to match the chromeos's stack.
861 bug_16089d 861 bug_16089d
862 Memcheck:Leak 862 Memcheck:Leak
863 fun:* 863 fun:*
864 ... 864 ...
865 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task 865 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
866 ... 866 ...
867 fun:_ZN3net16HostResolverImpl3Job5StartEv 867 fun:_ZN3net16HostResolverImpl3Job5StartEv
868 } 868 }
869
870 {
871 # ditto, but for IPv6 support (?)
872 bug_16089e
873 Memcheck:Leak
874 fun:*
875 ...
876 fun:_ZN4base22LinuxDynamicThreadPool8PostTaskEP4Task
877 ...
878 fun:_ZN3net16HostResolverImpl16ProbeIPv6SupportEv
879 }
869 { 880 {
870 # very common in ui tests 881 # very common in ui tests
871 bug_16091 882 bug_16091
872 Memcheck:Leak 883 Memcheck:Leak
873 ... 884 ...
874 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE 885 fun:_ZN11MessageLoop22AddDestructionObserverEPNS_19DestructionObserverE
875 ... 886 ...
876 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv 887 fun:_ZN3IPC11SyncChannel11SyncContext15OnChannelOpenedEv
877 } 888 }
878 { 889 {
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 { 1092 {
1082 bug_19371 1093 bug_19371
1083 Memcheck:Leak 1094 Memcheck:Leak
1084 fun:_Znw* 1095 fun:_Znw*
1085 ... 1096 ...
1086 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE 1097 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1087 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE 1098 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1088 fun:_ZN4base13WaitableEvent4WaitEv 1099 fun:_ZN4base13WaitableEvent4WaitEv
1089 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 1100 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1090 } 1101 }
1102
1103 {
1104 # slight variant of the above
1105 bug_19371a
1106 Memcheck:Leak
1107 fun:_Znw*
1108 ...
1109 fun:_ZN4base13WaitableEvent7EnqueueEPNS0_6WaiterE
1110 fun:_ZN4base13WaitableEvent9TimedWaitERKNS_9TimeDeltaE
1111 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
1112 }
1091 { 1113 {
1092 bug_19377 1114 bug_19377
1093 Memcheck:Leak 1115 Memcheck:Leak
1094 fun:calloc 1116 fun:calloc
1095 ... 1117 ...
1096 fun:event_base_new 1118 fun:event_base_new
1097 fun:_ZN4base19MessagePumpLibeventC1Ev 1119 fun:_ZN4base19MessagePumpLibeventC1Ev
1098 fun:_ZN11MessageLoopC1ENS_4TypeE 1120 fun:_ZN11MessageLoopC1ENS_4TypeE
1099 fun:_ZN4base6Thread10ThreadMainEv 1121 fun:_ZN4base6Thread10ThreadMainEv
1100 } 1122 }
(...skipping 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after
3072 } 3094 }
3073 3095
3074 { 3096 {
3075 bug_46144 3097 bug_46144
3076 Memcheck:Leak 3098 Memcheck:Leak
3077 fun:malloc 3099 fun:malloc
3078 fun:_ZN3WTF10fastMallocEj 3100 fun:_ZN3WTF10fastMallocEj
3079 fun:_ZN3WTF13FastAllocBasenwEj 3101 fun:_ZN3WTF13FastAllocBasenwEj
3080 fun:_ZN3WTF20ThreadIdentifierData10initializeEj 3102 fun:_ZN3WTF20ThreadIdentifierData10initializeEj
3081 } 3103 }
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