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

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

Issue 7036005: Update the suppression rule for Bug 65680 (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 7 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 | « 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 3700 matching lines...) Expand 10 before | Expand all | Expand 10 after
3711 bug_65680 3711 bug_65680
3712 Memcheck:Leak 3712 Memcheck:Leak
3713 fun:_Znw* 3713 fun:_Znw*
3714 fun:_ZN8remoting12TraceContext3GetEv 3714 fun:_ZN8remoting12TraceContext3GetEv
3715 fun:_ZN8remoting12TraceContext6tracerEv 3715 fun:_ZN8remoting12TraceContext6tracerEv
3716 fun:_ZN8remoting14ScreenRecorder9DoCaptureEv 3716 fun:_ZN8remoting14ScreenRecorder9DoCaptureEv
3717 fun:_ZN8remoting14ScreenRecorder7DoStartEv 3717 fun:_ZN8remoting14ScreenRecorder7DoStartEv
3718 fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0 3718 fun:_Z16DispatchToMethodIN8remoting14ScreenRecorderEMS1_FvvEEvPT_T0_RK6Tuple0
3719 fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv 3719 fun:_ZN14RunnableMethodIN8remoting14ScreenRecorderEMS1_FvvE6Tuple0E3RunEv
3720 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv 3720 fun:_ZN12_GLOBAL__N_118TaskClosureAdapter3RunEv
3721 fun:_ZN4base8internal8Invoker1INS0_15InvokerStorage1IMN12_GLOBAL__N_118TaskCl osureAdapterEFvvEPS4_EES6_E8DoInvokeEPNS0_18InvokerStorageBaseE 3721 ...
3722 fun:_ZNK4base8CallbackIFvvEE3RunEv 3722 fun:_ZNK4base8CallbackIFvvEE3RunEv
3723 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE 3723 fun:_ZN11MessageLoop7RunTaskERKNS_11PendingTaskE
3724 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE 3724 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE
3725 fun:_ZN11MessageLoop6DoWorkEv 3725 fun:_ZN11MessageLoop6DoWorkEv
3726 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE 3726 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE
3727 fun:_ZN11MessageLoop11RunInternalEv 3727 fun:_ZN11MessageLoop11RunInternalEv
3728 fun:_ZN11MessageLoop10RunHandlerEv 3728 fun:_ZN11MessageLoop10RunHandlerEv
3729 } 3729 }
3730 { 3730 {
3731 bug_72538 3731 bug_72538
(...skipping 914 matching lines...) Expand 10 before | Expand all | Expand 10 after
4646 } 4646 }
4647 { 4647 {
4648 bug_todo_getdelim 4648 bug_todo_getdelim
4649 Memcheck:Leak 4649 Memcheck:Leak
4650 fun:malloc 4650 fun:malloc
4651 fun:getdelim 4651 fun:getdelim
4652 ... 4652 ...
4653 fun:call_init 4653 fun:call_init
4654 fun:_dl_init 4654 fun:_dl_init
4655 } 4655 }
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