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

Unified Diff: tools/valgrind/chrome_tests.py

Issue 2817063002: Adding latency_unittests to run on trybots. (Closed)
Patch Set: Rebase Created 3 years, 8 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 | « tools/determinism/deterministic_build_whitelist.pyl ('k') | 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 a4e6c4df559d9cf9f33a18fac6bdcb44e7265f58..9c7143a0dcbc85f5177613911ddfd148422a9f66 100755
--- a/tools/valgrind/chrome_tests.py
+++ b/tools/valgrind/chrome_tests.py
@@ -400,6 +400,9 @@ class ChromeTests:
def TestKeyboard(self):
return self.SimpleTest("keyboard", "keyboard_unittests")
+ def TestLatency(self):
+ return self.SimpleTest("latency", "latency_unittests")
+
def TestMedia(self):
return self.SimpleTest("chrome", "media_unittests")
@@ -686,6 +689,7 @@ class ChromeTests:
"interactive_ui": TestInteractiveUI,
"jingle": TestJingle, "jingle_unittests": TestJingle,
"keyboard": TestKeyboard, "keyboard_unittests": TestKeyboard,
+ "latency": TestLatency, "latency_unittests": TestLatency,
"layout": TestLayout, "layout_tests": TestLayout,
"media": TestMedia, "media_unittests": TestMedia,
"message_center": TestMessageCenter,
« no previous file with comments | « tools/determinism/deterministic_build_whitelist.pyl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698