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

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

Issue 3175029: Remove suppression for SocketStreamTest.CloseFlushPendingWrite (Closed)
Patch Set: Created 10 years, 4 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
« 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 3739 matching lines...) Expand 10 before | Expand all | Expand 10 after
3750 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv 3750 fun:_ZN3IPC11SyncChannel20ReceivedSyncMsgQueue16DispatchMessagesEv
3751 } 3751 }
3752 { 3752 {
3753 bug_50968 3753 bug_50968
3754 Memcheck:Leak 3754 Memcheck:Leak
3755 ... 3755 ...
3756 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv 3756 fun:_ZN14WebDataService29InitializeDatabaseIfNecessaryEv
3757 fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0 3757 fun:_Z16DispatchToMethodI14WebDataServiceMS0_FvvEEvPT_T0_RK6Tuple0
3758 } 3758 }
3759 { 3759 {
3760 bug_51055
3761 Memcheck:Addr4
3762 ...
3763 fun:_ZN7testing8internal11CmpHelperEQIN17SocketStreamEvent9EventTypeES3_EENS_ 15AssertionResultEPKcS6_RKT_RKT0_
3764 fun:_ZN7testing8internal8EqHelperILb0EE7CompareIN17SocketStreamEvent9EventTyp eES5_EENS_15AssertionResultEPKcS8_RKT_RKT0_
3765 fun:_ZN3net44SocketStreamTest_CloseFlushPendingWrite_Test8TestBodyEv
3766 }
3767 {
3768 bug_51057_a 3760 bug_51057_a
3769 Memcheck:Leak 3761 Memcheck:Leak
3770 fun:_Znw* 3762 fun:_Znw*
3771 ... 3763 ...
3772 fun:_ZN3net22HttpNetworkTransaction16DoInitConnectionEv 3764 fun:_ZN3net22HttpNetworkTransaction16DoInitConnectionEv
3773 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi 3765 fun:_ZN3net22HttpNetworkTransaction6DoLoopEi
3774 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE 3766 fun:_ZN3net22HttpNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEERKNS_11BoundNetLogE
3775 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv 3767 fun:_ZN3net9HttpCache11Transaction13DoSendRequestEv
3776 fun:_ZN3net9HttpCache11Transaction6DoLoopEi 3768 fun:_ZN3net9HttpCache11Transaction6DoLoopEi
3777 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi 3769 fun:_ZN3net9HttpCache11Transaction12OnIOCompleteEi
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
4127 bug_52387 4119 bug_52387
4128 Memcheck:Addr4 4120 Memcheck:Addr4
4129 fun:_ZN12_GLOBAL__N_112CacheCreator10DoCallbackEi 4121 fun:_ZN12_GLOBAL__N_112CacheCreator10DoCallbackEi
4130 fun:_ZN12_GLOBAL__N_112CacheCreator12OnIOCompleteEi 4122 fun:_ZN12_GLOBAL__N_112CacheCreator12OnIOCompleteEi
4131 fun:_Z16DispatchToMethodIN12_GLOBAL__N_112CacheCreatorEMS1_FviEiEvPT_T0_RK6Tu ple1IT1_E 4123 fun:_Z16DispatchToMethodIN12_GLOBAL__N_112CacheCreatorEMS1_FviEiEvPT_T0_RK6Tu ple1IT1_E
4132 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_ 4124 fun:_ZN14CallbackRunnerI6Tuple1IiEE3RunIiEEvRKT_
4133 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI OEb 4125 fun:_ZN10disk_cache17InFlightBackendIO19OnOperationCompleteEPNS_12BackgroundI OEb
4134 fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb 4126 fun:_ZN10disk_cache10InFlightIO14InvokeCallbackEPNS_12BackgroundIOEb
4135 fun:_ZN10disk_cache12BackgroundIO13OnIOSignalledEv 4127 fun:_ZN10disk_cache12BackgroundIO13OnIOSignalledEv
4136 } 4128 }
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