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

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

Issue 8341110: Clean-up suppressions: remove duplicates from TSan/Mac and TSan/Linux, move a bunch of suppressio... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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
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 4287 matching lines...) Expand 10 before | Expand all | Expand 10 after
4298 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE 4298 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE
4299 fun:_ZN16ServiceIPCServer13CreateChannelEv 4299 fun:_ZN16ServiceIPCServer13CreateChannelEv
4300 fun:_ZN16ServiceIPCServer4InitEv 4300 fun:_ZN16ServiceIPCServer4InitEv
4301 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState 4301 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState
4302 fun:_Z18ServiceProcessMainRK18MainFunctionParams 4302 fun:_Z18ServiceProcessMainRK18MainFunctionParams
4303 ... 4303 ...
4304 fun:ChromeMain 4304 fun:ChromeMain
4305 fun:main 4305 fun:main
4306 } 4306 }
4307 { 4307 {
4308 bug_93932
4309 Memcheck:Overlap
4310 fun:memcpy
4311 fun:vp8_decode_update_thread_context
4312 ...
4313 fun:avcodec_decode_video2
4314 fun:_ZN5media23FFmpegVideoDecodeEngine11DecodeFrameE13scoped_refptrINS_6Buffe rEE
4315 fun:_ZN5media23FFmpegVideoDecodeEngine18ConsumeVideoSampleE13scoped_refptrINS _6BufferEE
4316 fun:_ZN5media18FFmpegVideoDecoder18OnReadCompleteTaskE13scoped_refptrINS_6Buf ferEE
4317 }
4318 {
4308 bug_94195 4319 bug_94195
4309 Memcheck:Leak 4320 Memcheck:Leak
4310 ... 4321 ...
4311 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE 4322 fun:_ZN12GpuBlacklist16LoadGpuBlacklistERKSsNS_8OsFilterE
4312 } 4323 }
4313 { 4324 {
4314 bug_94345 4325 bug_94345
4315 Memcheck:Leak 4326 Memcheck:Leak
4316 fun:_Znw* 4327 fun:_Znw*
4317 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv 4328 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
5183 obj:/lib/libselinux.so.1 5194 obj:/lib/libselinux.so.1
5184 obj:/lib/libselinux.so.1 5195 obj:/lib/libselinux.so.1
5185 } 5196 }
5186 { 5197 {
5187 bug_todo_grep 5198 bug_todo_grep
5188 Memcheck:Leak 5199 Memcheck:Leak
5189 fun:malloc 5200 fun:malloc
5190 obj:/bin/grep 5201 obj:/bin/grep
5191 obj:/bin/grep 5202 obj:/bin/grep
5192 } 5203 }
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind/tsan/suppressions.txt » ('j') | tools/valgrind/tsan/suppressions.txt » ('J')

Powered by Google App Engine
This is Rietveld 408576698