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

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

Issue 3076030: Leaks found in PrefValueStoreTest tests (Closed)
Patch Set: Trimming test harness info. 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 | « tools/heapcheck/suppressions.txt ('k') | 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 3880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3891 fun:_ZN15DictionaryValue23SetWithoutPathExpansionERKSsP5Value 3891 fun:_ZN15DictionaryValue23SetWithoutPathExpansionERKSsP5Value
3892 fun:_ZN15DictionaryValue3SetERKSsP5Value 3892 fun:_ZN15DictionaryValue3SetERKSsP5Value
3893 fun:_ZN15DictionaryValue3SetERKSbIwSt11char_traitsIwESaIwEEP5Value 3893 fun:_ZN15DictionaryValue3SetERKSbIwSt11char_traitsIwESaIwEEP5Value
3894 fun:_ZN8chromeos24UserCrosSettingsProvider3SetERKSbIwSt11char_traitsIwESaIwEE P5Value 3894 fun:_ZN8chromeos24UserCrosSettingsProvider3SetERKSbIwSt11char_traitsIwESaIwEE P5Value
3895 fun:_ZN8chromeos24UserCrosSettingsProviderC1Ev 3895 fun:_ZN8chromeos24UserCrosSettingsProviderC1Ev
3896 fun:_ZN8chromeos12CrosSettingsC1Ev 3896 fun:_ZN8chromeos12CrosSettingsC1Ev
3897 fun:_ZN22DefaultSingletonTraitsIN8chromeos12CrosSettingsEE3NewEv 3897 fun:_ZN22DefaultSingletonTraitsIN8chromeos12CrosSettingsEE3NewEv
3898 fun:_ZN9SingletonIN8chromeos12CrosSettingsE22DefaultSingletonTraitsIS1_ES1_E3 getEv 3898 fun:_ZN9SingletonIN8chromeos12CrosSettingsE22DefaultSingletonTraitsIS1_ES1_E3 getEv
3899 fun:_ZN8chromeos12CrosSettings3GetEv 3899 fun:_ZN8chromeos12CrosSettings3GetEv
3900 } 3900 }
3901 {
3902 bug_51176_a
3903 Memcheck:Leak
3904 fun:_Znw*
3905 fun:_ZN51PrefValueStoreTest_TestConcurrentPolicyRefresh_Test8TestBodyEv
3906 }
3907 {
3908 bug_51176_b
3909 Memcheck:Leak
3910 fun:_Znw*
3911 fun:_ZN41PrefValueStoreTest_TestPolicyRefresh_Test8TestBodyEv
3912 }
3913 {
3914 bug_51176_c
3915 Memcheck:Leak
3916 fun:_Znw*
3917 fun:_ZN56PrefValueStoreTest_TestRefreshPolicyPrefsCompletion_Test8TestBodyEv
3918 }
OLDNEW
« no previous file with comments | « tools/heapcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698