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

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

Issue 2840033: This is also failing on Valgrind. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Created 10 years, 5 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 3556 matching lines...) Expand 10 before | Expand all | Expand 10 after
3567 ... 3567 ...
3568 fun:*AddInputMethodToMapsERKSsRKN8chromeos21InputMethodDescriptorE 3568 fun:*AddInputMethodToMapsERKSsRKN8chromeos21InputMethodDescriptorE
3569 ... 3569 ...
3570 fun:_ZN8chromeos12input_method33GetInputMethodIdsFromLanguageCodeERKSsNS0_15I nputMethodTypeEPSt6vectorISsSaISsEE 3570 fun:_ZN8chromeos12input_method33GetInputMethodIdsFromLanguageCodeERKSsNS0_15I nputMethodTypeEPSt6vectorISsSaISsEE
3571 fun:_ZN8chromeos11Preferences4InitEP11PrefService 3571 fun:_ZN8chromeos11Preferences4InitEP11PrefService
3572 fun:_ZN11ProfileImplC1ERK8FilePath 3572 fun:_ZN11ProfileImplC1ERK8FilePath
3573 fun:_ZN7Profile13CreateProfileERK8FilePath 3573 fun:_ZN7Profile13CreateProfileERK8FilePath
3574 fun:_ZN14ProfileManager13CreateProfileERK8FilePath 3574 fun:_ZN14ProfileManager13CreateProfileERK8FilePath
3575 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv 3575 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv
3576 } 3576 }
3577 {
3578 bug_46678_v_a
3579 Memcheck:Leak
3580 fun:_Znw*
3581 fun:_Z11NewCallbackIN8remoting14SessionManagerEPKNS0_24UpdateStreamPacketHead erERK13scoped_refptrIN5media10DataBufferEEiEPN9Callback3IT0_T1_T2_E4TypeEPT_MSI_ FvSC_SD_SE_E
3582 fun:_ZN8remoting14SessionManager8DoEncodeE13scoped_refptrINS_8Capturer11Captu reDataEE
3583 fun:_Z16DispatchToMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0 _8Capturer11CaptureDataEEES5_EvPT_T0_RK6Tuple1IT1_E
3584 fun:_ZN14RunnableMethodIN8remoting14SessionManagerEMS1_Fv13scoped_refptrINS0_ 8Capturer11CaptureDataEEE6Tuple1IS5_EE3RunEv
3585 }
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