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

Unified Diff: build/sanitizers/lsan_suppressions.cc

Issue 1363093004: Add BrowserSelectFileDialogTest.OpenCloseFileDialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: check if the focused window is the file-picker dialog Created 5 years, 2 months 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 side-by-side diff with in-line comments
Download patch
Index: build/sanitizers/lsan_suppressions.cc
diff --git a/build/sanitizers/lsan_suppressions.cc b/build/sanitizers/lsan_suppressions.cc
index d1c9d22cac3850eb94ecd77b2c45c3268dcce3c5..fa9a37ac33de3318e9d162dc87da391c9cf4d7f1 100644
--- a/build/sanitizers/lsan_suppressions.cc
+++ b/build/sanitizers/lsan_suppressions.cc
@@ -54,6 +54,9 @@ char kLSanDefaultSuppressions[] =
// Leaks in swrast_dri.so. http://crbug.com/540042
"leak:swrast_dri.so\n"
+// Leaks in GtkFileChooserDialog. http://crbug.com/537468
+"leak:interactive_ui_tests\n"
msw 2015/10/20 23:18:14 This is worse! We definitely don't want to ignore
joone 2015/10/22 02:14:47 Instead, I added libgtk-x11-2.0 to the suppression
+
// ================ Leaks in Chromium code ================
// PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS.
// Instead, commits that introduce memory leaks should be reverted. Suppressing
« no previous file with comments | « no previous file | chrome/browser/ui/browser.h » ('j') | chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698