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

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

Issue 449061: Broaden ProfileManager leak suppression. (Closed)
Patch Set: merge Created 11 years 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 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after
1815 fun:__new_exitfn 1815 fun:__new_exitfn
1816 fun:__cxa_atexit 1816 fun:__cxa_atexit
1817 } 1817 }
1818 { 1818 {
1819 bug_28824 1819 bug_28824
1820 Memcheck:Leak 1820 Memcheck:Leak
1821 fun:_Znw* 1821 fun:_Znw*
1822 ... 1822 ...
1823 fun:_ZN7Profile13CreateProfileERK8FilePath 1823 fun:_ZN7Profile13CreateProfileERK8FilePath
1824 fun:_ZN14ProfileManager13CreateProfileERK8FilePath 1824 fun:_ZN14ProfileManager13CreateProfileERK8FilePath
1825 fun:_ZN37ProfileManagerTest_CreateProfile_Test8TestBodyEv
1826 } 1825 }
1827 { 1826 {
1828 bug_29026 1827 bug_29026
1829 Memcheck:Leak 1828 Memcheck:Leak
1830 fun:_Znw* 1829 fun:_Znw*
1831 ... 1830 ...
1832 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE 1831 fun:_ZN3net26FlipNetworkTransactionTest17TransactionHelperERKNS_15HttpRequest InfoEPNS_17DelayedSocketDataE
1833 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv 1832 fun:_ZN3net42FlipNetworkTransactionTest_WriteError_Test8TestBodyEv
1834 fun:_ZN7testing4Test3RunEv 1833 fun:_ZN7testing4Test3RunEv
1835 fun:_ZN7testing8internal12TestInfoImpl3RunEv 1834 fun:_ZN7testing8internal12TestInfoImpl3RunEv
(...skipping 14 matching lines...) Expand all
1850 fun:_ZN17ExtensionsService17LoadAllExtensionsEv 1849 fun:_ZN17ExtensionsService17LoadAllExtensionsEv
1851 fun:_ZN17ExtensionsService4InitEv 1850 fun:_ZN17ExtensionsService4InitEv
1852 } 1851 }
1853 { 1852 {
1854 bug_29069 1853 bug_29069
1855 Memcheck:Leak 1854 Memcheck:Leak
1856 fun:_Znw* 1855 fun:_Znw*
1857 fun:_Z9SerializeRKSt6vectorI10UserScriptSaIS0_EE 1856 fun:_Z9SerializeRKSt6vectorI10UserScriptSaIS0_EE
1858 fun:_ZN16UserScriptMaster14ScriptReloader7RunScanE8FilePathSt6vectorI10UserSc riptSaIS3_EE 1857 fun:_ZN16UserScriptMaster14ScriptReloader7RunScanE8FilePathSt6vectorI10UserSc riptSaIS3_EE
1859 } 1858 }
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