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 11348373: Remove suppressions for two reliability_tests errors that were fixed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 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 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE11Dispatcher0IMS1_FviEEclEPS1_i 1138 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE11Dispatcher0IMS1_FviEEclEPS1_i
1139 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE12CallbackDataINS3_11Dispatcher0IMS1_FviEEEE5ThunkEPvi 1139 fun:_ZN2pp25CompletionCallbackFactoryI15TestingInstanceNS_22ThreadSafeThreadT raitsEE12CallbackDataINS3_11Dispatcher0IMS1_FviEEEE5ThunkEPvi
1140 } 1140 }
1141 { 1141 {
1142 intentional_see_bug_156466 1142 intentional_see_bug_156466
1143 Memcheck:Leak 1143 Memcheck:Leak
1144 fun:_Znw* 1144 fun:_Znw*
1145 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE 1145 fun:_ZN3ash5ShellC1EPNS_13ShellDelegateE
1146 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE 1146 fun:_ZN3ash5Shell14CreateInstanceEPNS_13ShellDelegateE
1147 } 1147 }
1148 {
1149 bug_163902
1150 Memcheck:Param
1151 socketcall.sendto(msg)
1152 ...
1153 fun:_ZN3net8internal19AddressTrackerLinux4InitEv
1154 fun:_ZN3net26NetworkChangeNotifierLinux6Thread4InitEv
1155 }
1156 {
1157 bug_163904
1158 Memcheck:Param
1159 exit_group(status)
1160 fun:SyscallAsm
1161 fun:_ZN11playground214SandboxSyscallEiz
1162 fun:_ZN11playground23Die9ExitGroupEv
1163 fun:_ZN11playground23Die10SandboxDieEPKcS2_i
1164 fun:_ZN11playground27Sandbox13installFilterEb
1165 }
1166 1148
1167 #----------------------------------------------------------------------- 1149 #-----------------------------------------------------------------------
1168 # 3. Suppressions for real chromium bugs that are not yet fixed. 1150 # 3. Suppressions for real chromium bugs that are not yet fixed.
1169 # These should all be in chromium's bug tracking system (but a few aren't yet). 1151 # These should all be in chromium's bug tracking system (but a few aren't yet).
1170 1152
1171 { 1153 {
1172 # Chromium flakily leaks tasks at shutdown, see 1154 # Chromium flakily leaks tasks at shutdown, see
1173 # http://crbug.com/6532 1155 # http://crbug.com/6532
1174 # http://codereview.chromium.org/20067 1156 # http://codereview.chromium.org/20067
1175 # http://codereview.chromium.org/42083 1157 # http://codereview.chromium.org/42083
(...skipping 5108 matching lines...) Expand 10 before | Expand all | Expand 10 after
6284 } 6266 }
6285 { 6267 {
6286 bug_163924 6268 bug_163924
6287 Memcheck:Leak 6269 Memcheck:Leak
6288 fun:_Znw* 6270 fun:_Znw*
6289 fun:_ZN24JSONAsynchronousUnpacker6CreateEP32JSONAsynchronousUnpackerDelegate 6271 fun:_ZN24JSONAsynchronousUnpacker6CreateEP32JSONAsynchronousUnpackerDelegate
6290 fun:_ZN18WebResourceService18OnURLFetchCompleteEPKN3net10URLFetcherE 6272 fun:_ZN18WebResourceService18OnURLFetchCompleteEPKN3net10URLFetcherE
6291 fun:_ZN3net14URLFetcherCore29InformDelegateFetchIsCompleteEv 6273 fun:_ZN3net14URLFetcherCore29InformDelegateFetchIsCompleteEv
6292 fun:_ZN3net14URLFetcherCore21OnCompletedURLRequestEN4base9TimeDeltaE 6274 fun:_ZN3net14URLFetcherCore21OnCompletedURLRequestEN4base9TimeDeltaE
6293 } 6275 }
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