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

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

Issue 3002002: Relaxing suppression for ExtensionPrefStoreTest (Closed) Base URL: git://git.chromium.org/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 3570 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B219SessionDependenciesC1Ev 3581 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B219SessionDependenciesC1Ev
3582 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B218SpdyHttpStreamTestC2Ev 3582 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B218SpdyHttpStreamTestC2Ev
3583 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B235SpdyHttpStreamTest_SendRequest_TestC1Ev 3583 fun:_ZN3net66_GLOBAL__N_net_spdy_spdy_http_stream_unittest.cc_9D292295_6F30AF B235SpdyHttpStreamTest_SendRequest_TestC1Ev
3584 fun:_ZN7testing8internal15TestFactoryImplIN3net66_GLOBAL__N_net_spdy_spdy_htt p_stream_unittest.cc_9D292295_6F30AFB235SpdyHttpStreamTest_SendRequest_TestEE10C reateTestEv 3584 fun:_ZN7testing8internal15TestFactoryImplIN3net66_GLOBAL__N_net_spdy_spdy_htt p_stream_unittest.cc_9D292295_6F30AFB235SpdyHttpStreamTest_SendRequest_TestEE10C reateTestEv
3585 } 3585 }
3586 { 3586 {
3587 bug_48980_a 3587 bug_48980_a
3588 Memcheck:Leak 3588 Memcheck:Leak
3589 ... 3589 ...
3590 fun:_ZN18ExtensionPrefStore20InstallExtensionPrefESsPKwP5Value 3590 fun:_ZN18ExtensionPrefStore20InstallExtensionPrefESsPKwP5Value
3591 fun:_ZN56ExtensionPrefStoreTest_*_Test8TestBodyEv 3591 fun:_ZN*ExtensionPrefStoreTest_*_Test8TestBodyEv
3592 } 3592 }
3593 { 3593 {
3594 bug_48980_b 3594 bug_48980_b
3595 Memcheck:Leak 3595 Memcheck:Leak
3596 fun:_Znw* 3596 fun:_Znw*
3597 fun:_ZN5Value17CreateStringValueERKSs 3597 fun:_ZN5Value17CreateStringValueERKSs
3598 fun:_ZN*ExtensionPrefStoreTest_*_Test8TestBodyEv 3598 fun:_ZN*ExtensionPrefStoreTest_*_Test8TestBodyEv
3599 } 3599 }
3600 { 3600 {
3601 bug_48980_c 3601 bug_48980_c
(...skipping 12 matching lines...) Expand all
3614 } 3614 }
3615 { 3615 {
3616 bug_49086 3616 bug_49086
3617 Memcheck:Leak 3617 Memcheck:Leak
3618 fun:_Znw* 3618 fun:_Znw*
3619 fun:_ZN26TemplateURLPrepopulateData27MakePrepopulatedTemplateURLEPKwS1_S1_PKc S1_S3_i 3619 fun:_ZN26TemplateURLPrepopulateData27MakePrepopulatedTemplateURLEPKwS1_S1_PKc S1_S3_i
3620 fun:_ZN26TemplateURLPrepopulateData32GetPrepopulatedTemplatefromPrefsEP11Pref ServicePSt6vectorIP11TemplateURLSaIS4_EE 3620 fun:_ZN26TemplateURLPrepopulateData32GetPrepopulatedTemplatefromPrefsEP11Pref ServicePSt6vectorIP11TemplateURLSaIS4_EE
3621 fun:_ZN26TemplateURLPrepopulateData22GetPrepopulatedEnginesEP11PrefServicePSt 6vectorIP11TemplateURLSaIS4_EEPj 3621 fun:_ZN26TemplateURLPrepopulateData22GetPrepopulatedEnginesEP11PrefServicePSt 6vectorIP11TemplateURLSaIS4_EEPj
3622 fun:_ZN54TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test8TestBodyEv 3622 fun:_ZN54TemplateURLPrepopulateDataTest_ProvidersFromPrefs_Test8TestBodyEv
3623 } 3623 }
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