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

Side by Side Diff: tools/lsan/suppressions.txt

Issue 63153007: Suppress leak of BackgroundReaper in EnsureProcessTerminated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « 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 # HeapCheck sanity test 1 # HeapCheck sanity test
2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody
3 3
4 #### Third-party leaks #### 4 #### Third-party leaks ####
5 5
6 # False positives in libfontconfig. http://crbug.com/39050 6 # False positives in libfontconfig. http://crbug.com/39050
7 leak:libfontconfig 7 leak:libfontconfig
8 8
9 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304 9 # V8 leak, expect 1024 bytes leaked per process. http://crbug.com/99304
10 leak:v8::internal::V8::Initialize 10 leak:v8::internal::V8::Initialize
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 # TODO(earthdok): Retriage them once http://crbug.com/62154 is fixed. 101 # TODO(earthdok): Retriage them once http://crbug.com/62154 is fixed.
102 leak:chrome::ShowBadFlagsPrompt 102 leak:chrome::ShowBadFlagsPrompt
103 leak:TranslateInfoBarDelegate::Create 103 leak:TranslateInfoBarDelegate::Create
104 leak:TranslateLanguageList::TranslateLanguageList 104 leak:TranslateLanguageList::TranslateLanguageList
105 leak:SimpleAlertInfoBarDelegate::Create 105 leak:SimpleAlertInfoBarDelegate::Create
106 106
107 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116 107 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116
108 # TODO(earthdok): Either annotate or narrow down the suppression. 108 # TODO(earthdok): Either annotate or narrow down the suppression.
109 leak:content::RenderViewTest::TearDown 109 leak:content::RenderViewTest::TearDown
110 110
111 # http://crbug.com/318221
112 leak:base::EnsureProcessTerminated
113
111 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. 114 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above.
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