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

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

Issue 1977253002: Remove Mojo JS leak suppression (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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 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 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3116 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv 3116 fun:_ZN7content28ShellURLRequestContextGetter20GetURLRequestContextEv
3117 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag e20SpecialStoragePolicyEE 3117 fun:_ZN7content21ChromeAppCacheService20InitializeOnIOThreadERKN4base8FilePat hEPNS_15ResourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storag e20SpecialStoragePolicyEE
3118 } 3118 }
3119 { 3119 {
3120 bug_587544_b 3120 bug_587544_b
3121 Memcheck:Leak 3121 Memcheck:Leak
3122 ... 3122 ...
3123 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_ 3123 fun:_ZN4base4BindIMN7content21ChromeAppCacheServiceEFvRKNS_8FilePathEPNS1_15R esourceContextEPN3net23URLRequestContextGetterE13scoped_refptrIN7storage20Specia lStoragePolicyEEEJPS2_S3_S7_SB_IS9_ESE_EEENS_8CallbackINS_8internal22MakeUnbound RunTypeImplIT_JDpT0_EE4TypeEEESM_DpOSN_
3124 } 3124 }
3125 { 3125 {
3126 bug_600484
3127 Memcheck:Leak
3128 fun:_Znw*
3129 fun:_ZN4mojo3edk2js13HandleWrapper6Create*
3130 fun:_ZN3gin9ConverterIN4mojo6Handle*
3131 fun:_ZN3gin11ConvertToV8IN4mojo6Handle*
3132 fun:_ZN3gin10ToV8TraitsIN4mojo6HandleELb0EE14TryConvertToV8*
3133 fun:_ZN3gin14TryConvertToV8IN4mojo6Handle*
3134 fun:_ZN3gin10Dictionary3SetIN4mojo6Handle*
3135 fun:_ZN4mojo3edk2js12_GLOBAL__N_114CreateDataPipe*
3136 }
3137 {
3138 bug_602964 3126 bug_602964
3139 Memcheck:Leak 3127 Memcheck:Leak
3140 fun:_Znw* 3128 fun:_Znw*
3141 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper* 3129 fun:_ZN4base4BindIMNS_12_GLOBAL__N_121PostTaskAndReplyRelayEFvvEJNS_8internal 17UnretainedWrapper*
3142 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS* 3130 fun:_ZN4base8internal20PostTaskAndReplyImpl16PostTaskAndReplyERKN15tracked_ob jects8LocationERKNS*
3143 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS* 3131 fun:_ZN4base10TaskRunner16PostTaskAndReplyERKN15tracked_objects8LocationERKNS _8CallbackIFvvELNS*
3144 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S* 3132 fun:_ZN4base26PostTaskAndReplyWithResultIN3net20WifiPHYLayerProtocolES2_EEbPN S*
3145 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv 3133 fun:_ZN7metrics22NetworkMetricsProvider25ProbeWifiPHYLayerProtocolEv
3146 } 3134 }
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