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

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

Issue 460154: Revert 34110 - Fix leak of ShutdownDetector. Broke Mac startup_test.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/browser_main.cc ('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 1871 matching lines...) Expand 10 before | Expand all | Expand 10 after
1882 } 1882 }
1883 { 1883 {
1884 bug_29392b 1884 bug_29392b
1885 Memcheck:Leak 1885 Memcheck:Leak
1886 fun:_Znw* 1886 fun:_Znw*
1887 fun:_ZN3net11FlipSession17GetOrCreateStreamERKNS_15HttpRequestInfoEPKNS_16Upl oadDataStreamE 1887 fun:_ZN3net11FlipSession17GetOrCreateStreamERKNS_15HttpRequestInfoEPKNS_16Upl oadDataStreamE
1888 fun:_ZN3net22FlipNetworkTransaction13DoSendRequestEv 1888 fun:_ZN3net22FlipNetworkTransaction13DoSendRequestEv
1889 fun:_ZN3net22FlipNetworkTransaction6DoLoopEi 1889 fun:_ZN3net22FlipNetworkTransaction6DoLoopEi
1890 fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEEPNS_7LoadLogE 1890 fun:_ZN3net22FlipNetworkTransaction5StartEPKNS_15HttpRequestInfoEP14CallbackR unnerI6Tuple1IiEEPNS_7LoadLogE
1891 } 1891 }
1892 {
1893 bug_29675
1894 Memcheck:Leak
1895 fun:_Znw*
1896 fun:_Z11BrowserMainRK18MainFunctionParams
1897 fun:ChromeMain
1898 fun:main
1899 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698