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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 332103003: Add display_unittests to chrome_tests.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | 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 84e4573fb8ee3e1e45527ab73408264352f6de79..c619dfed45aa981cfaa97aaa33c148694ff96f67 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -418,6 +418,9 @@ class ChromeTests:
return self.SimpleTest("mojo_view_manager_lib",
"mojo_view_manager_lib_unittests")
+ def TestDisplay(self):
+ return self.SimpleTest("display", "display_unittests")
+
# Valgrind timeouts are in seconds.
UI_VALGRIND_ARGS = ["--timeout=14400", "--trace_children", "--indirect"]
# UI test timeouts are in milliseconds.
@@ -661,6 +664,7 @@ class ChromeTests:
"mojo_service_manager": TestMojoServiceManager,
"mojo_view_manager": TestMojoViewManager,
"mojo_view_manager_lib": TestMojoViewManagerLib,
+ "display": TestDisplay,
}
« 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