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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 7272044: Views views_unittests native widget tests leak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment nit. Created 9 years, 6 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
« no previous file with comments | « no previous file | views/widget/native_widget_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/valgrind/chrome_tests.py
diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py
index c569b0079729c65f47be291cce465733abf39b14..6f86751adc17dff4c0846480d6d9e67385c21fa6 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -272,6 +272,9 @@ class ChromeTests:
def TestGfx(self):
return self.SimpleTest("chrome", "gfx_unittests")
+ def TestViews(self):
+ return self.SimpleTest("views", "views_unittests")
+
# Valgrind timeouts are in seconds.
UI_VALGRIND_ARGS = ["--timeout=7200", "--trace_children", "--indirect"]
# UI test timeouts are in milliseconds.
@@ -445,6 +448,7 @@ class ChromeTests:
"app": TestApp, "app_unittests": TestApp,
"ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
"gfx": TestGfx, "gfx_unittests": TestGfx,
+ "views": TestViews, "views_unittests": TestViews,
}
def _main(_):
« no previous file with comments | « no previous file | views/widget/native_widget_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698