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

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

Issue 101293003: Prune infobar-related LeakSanitizer suppressions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « 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 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242 672 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242 672
10 # TODO(earthdok): Annotate. 10 # TODO(earthdok): Annotate.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 # GTK leaks. GTK is deprecated, so we won't be fixing these. 81 # GTK leaks. GTK is deprecated, so we won't be fixing these.
82 # Most of them should apply to the full browser process only. 82 # Most of them should apply to the full browser process only.
83 leak:StatusIconGtk::UpdatePlatformContextMenu 83 leak:StatusIconGtk::UpdatePlatformContextMenu
84 leak:GlobalMenuBar::GlobalMenuBar 84 leak:GlobalMenuBar::GlobalMenuBar
85 leak:BookmarkBubbleGtk::InitFolderComboModel 85 leak:BookmarkBubbleGtk::InitFolderComboModel
86 leak:TranslateInfoBarBase::CreateLanguageCombobox 86 leak:TranslateInfoBarBase::CreateLanguageCombobox
87 leak:GtkNativeViewManager 87 leak:GtkNativeViewManager
88 leak:_gdk_x11_window_get_toplevel 88 leak:_gdk_x11_window_get_toplevel
89 leak:gtk_util::*AppModal 89 leak:gtk_util::*AppModal
90 90
91 # Infobar-related leaks in browser tests.
92 # TODO(earthdok): Retriage them once http://crbug.com/62154 is fixed.
93 leak:chrome::ShowBadFlagsPrompt
94 leak:TranslateInfoBarDelegate::Create
95 leak:TranslateLanguageList::TranslateLanguageList
96 leak:SimpleAlertInfoBarDelegate::Create
97
98 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116 91 # Small shutdown-only leak in browser tests (24 bytes). http://crbug.com/317116
99 # TODO(earthdok): Either annotate or narrow down the suppression. 92 # TODO(earthdok): Either annotate or narrow down the suppression.
100 leak:content::RenderViewTest::TearDown 93 leak:content::RenderViewTest::TearDown
101 94
102 # http://crbug.com/318221 95 # http://crbug.com/318221
103 leak:base::EnsureProcessTerminated 96 leak:base::EnsureProcessTerminated
104 97
105 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. 98 # 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