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

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

Issue 7677028: Make WeakPtr thread-safe, i.e. allow cross-thread copying of WeakPtr (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add suppression Created 9 years, 3 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 | « base/memory/weak_ptr_unittest.cc ('k') | 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 5346 matching lines...) Expand 10 before | Expand all | Expand 10 after
5357 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE 5357 fun:_ZN3IPC11SyncChannelC1ERKNS_13ChannelHandleENS_7Channel4ModeEPNS4_8Listen erEPN4base16MessageLoopProxyEbPNS8_13WaitableEventE
5358 fun:_ZN16ServiceIPCServer13CreateChannelEv 5358 fun:_ZN16ServiceIPCServer13CreateChannelEv
5359 fun:_ZN16ServiceIPCServer4InitEv 5359 fun:_ZN16ServiceIPCServer4InitEv
5360 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState 5360 fun:_ZN14ServiceProcess10InitializeEP16MessageLoopForUIRK11CommandLineP19Serv iceProcessState
5361 fun:_Z18ServiceProcessMainRK18MainFunctionParams 5361 fun:_Z18ServiceProcessMainRK18MainFunctionParams
5362 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams 5362 fun:_ZN12_GLOBAL__N_123RunNamedProcessTypeMainERKSsRK18MainFunctionParams
5363 fun:ChromeMain 5363 fun:ChromeMain
5364 fun:main 5364 fun:main
5365 } 5365 }
5366 5366
5367 {
5368 bug_94345
5369 Memcheck:Leak
5370 fun:_Znw*
5371 fun:_ZNK4base8internal18WeakReferenceOwner6GetRefEv
5372 fun:_ZN4base15SupportsWeakPtrI16ObserverListBaseIN11MessageLoop12TaskObserver EEE9AsWeakPtrEv
5373 fun:_ZN16ObserverListBaseIN11MessageLoop12TaskObserverEE8IteratorC1ERS2_
5374 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
5375 }
5376
5367 #----------------------------------------------------------------------- 5377 #-----------------------------------------------------------------------
5368 # These only occur on our Google workstations 5378 # These only occur on our Google workstations
5369 { 5379 {
5370 bug_todo_freeres 5380 bug_todo_freeres
5371 Memcheck:Free 5381 Memcheck:Free
5372 fun:free 5382 fun:free
5373 fun:__libc_freeres 5383 fun:__libc_freeres
5374 fun:_vgnU_freeres 5384 fun:_vgnU_freeres
5375 fun:_Exit 5385 fun:_Exit
5376 fun:exit 5386 fun:exit
5377 } 5387 }
5378 { 5388 {
5379 bug_todo_getdelim 5389 bug_todo_getdelim
5380 Memcheck:Leak 5390 Memcheck:Leak
5381 fun:malloc 5391 fun:malloc
5382 fun:getdelim 5392 fun:getdelim
5383 ... 5393 ...
5384 fun:call_init 5394 fun:call_init
5385 fun:_dl_init 5395 fun:_dl_init
5386 } 5396 }
5387 { 5397 {
5388 bug_todo_getdelim2 5398 bug_todo_getdelim2
5389 Memcheck:Leak 5399 Memcheck:Leak
5390 fun:malloc 5400 fun:malloc
5391 fun:getdelim 5401 fun:getdelim
5392 obj:/lib/libselinux.so.1 5402 obj:/lib/libselinux.so.1
5393 obj:/lib/libselinux.so.1 5403 obj:/lib/libselinux.so.1
5394 obj:/lib/libselinux.so.1 5404 obj:/lib/libselinux.so.1
5395 } 5405 }
OLDNEW
« no previous file with comments | « base/memory/weak_ptr_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698