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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 645143003: tools/valgrind: Add function for ui_base_unittests target variant. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « no previous file | no next file » | 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 d5f3d18540e0811681d16c74b57147050afdcd39..f1f84ac3c2278cb11804e3c75ec975dec215bb7e 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -478,6 +478,9 @@ class ChromeTests:
def TestUIUnit(self):
return self.SimpleTest("chrome", "ui_unittests")
+ def TestUIBaseUnit(self):
Lei Zhang 2014/10/21 10:43:57 Ideally in alphabetical order above ui_unittests.
+ return self.SimpleTest("chrome", "ui_base_unittests")
+
def TestURL(self):
return self.SimpleTest("chrome", "url_unittests")
@@ -724,6 +727,7 @@ class ChromeTests:
"sync_integration_tests": TestSyncIntegration,
"sync_integration": TestSyncIntegration,
"ui_unit": TestUIUnit, "ui_unittests": TestUIUnit,
+ "ui_base_unit": TestUIBaseUnit, "ui_base_unittests": TestUIBaseUnit,
"unit": TestUnit, "unit_tests": TestUnit,
"url": TestURL, "url_unittests": TestURL,
"views": TestViews, "views_unittests": TestViews,
« 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