OLD | NEW |
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 Loading... |
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. |
OLD | NEW |