OLD | NEW |
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 5297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5308 fun:_ZN*DownloadManagerTest_* | 5308 fun:_ZN*DownloadManagerTest_* |
5309 } | 5309 } |
5310 { | 5310 { |
5311 bug_93006b | 5311 bug_93006b |
5312 Memcheck:Leak | 5312 Memcheck:Leak |
5313 fun:_Znw* | 5313 fun:_Znw* |
5314 fun:_ZN15DownloadManager4InitEP7Profile | 5314 fun:_ZN15DownloadManager4InitEP7Profile |
5315 fun:_ZN19DownloadManagerTestC2Ev | 5315 fun:_ZN19DownloadManagerTestC2Ev |
5316 fun:_ZN*DownloadManagerTest_* | 5316 fun:_ZN*DownloadManagerTest_* |
5317 } | 5317 } |
| 5318 { |
| 5319 bug_93006c |
| 5320 Memcheck:Leak |
| 5321 fun:_Znw* |
| 5322 fun:_ZN23DownloadResourceHandler10OnWillReadEiPPN3net8IOBufferEPii |
| 5323 fun:_ZN23BufferedResourceHandler27UseAlternateResourceHandlerEiP15ResourceHan
dler |
| 5324 fun:_ZN23BufferedResourceHandler23CompleteResponseStartedEib |
| 5325 fun:_ZN23BufferedResourceHandler15OnReadCompletedEiPi |
| 5326 fun:_ZN22ResourceDispatcherHost12CompleteReadEPN3net10URLRequestEPi |
| 5327 fun:_ZN22ResourceDispatcherHost15OnReadCompletedEPN3net10URLRequestEi |
| 5328 fun:_ZN3net10URLRequest19NotifyReadCompletedEi |
| 5329 fun:_ZN3net13URLRequestJob18NotifyReadCompleteEi |
| 5330 fun:_ZN3net17URLRequestTestJob20ProcessNextOperationEv |
| 5331 fun:_ZN3net17URLRequestTestJob24ProcessOnePendingMessageEv |
| 5332 fun:_ZN56ResourceDispatcherHostTest_*8TestBodyEv |
| 5333 } |
5318 | 5334 |
5319 #----------------------------------------------------------------------- | 5335 #----------------------------------------------------------------------- |
5320 # These only occur on our Google workstations | 5336 # These only occur on our Google workstations |
5321 { | 5337 { |
5322 bug_todo_freeres | 5338 bug_todo_freeres |
5323 Memcheck:Free | 5339 Memcheck:Free |
5324 fun:free | 5340 fun:free |
5325 fun:__libc_freeres | 5341 fun:__libc_freeres |
5326 fun:_vgnU_freeres | 5342 fun:_vgnU_freeres |
5327 fun:_Exit | 5343 fun:_Exit |
(...skipping 10 matching lines...) Expand all Loading... |
5338 } | 5354 } |
5339 { | 5355 { |
5340 bug_todo_getdelim2 | 5356 bug_todo_getdelim2 |
5341 Memcheck:Leak | 5357 Memcheck:Leak |
5342 fun:malloc | 5358 fun:malloc |
5343 fun:getdelim | 5359 fun:getdelim |
5344 obj:/lib/libselinux.so.1 | 5360 obj:/lib/libselinux.so.1 |
5345 obj:/lib/libselinux.so.1 | 5361 obj:/lib/libselinux.so.1 |
5346 obj:/lib/libselinux.so.1 | 5362 obj:/lib/libselinux.so.1 |
5347 } | 5363 } |
OLD | NEW |