Commit eedd8831 authored by dnicoara@chromium.org's avatar dnicoara@chromium.org

Add display_unittests to chrome_tests.py

BUG=381329

Review URL: https://codereview.chromium.org/332103003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278737 0039d316-1c4b-4281-b951-d872f2087c98
parent 025ed709
...@@ -418,6 +418,9 @@ class ChromeTests: ...@@ -418,6 +418,9 @@ class ChromeTests:
return self.SimpleTest("mojo_view_manager_lib", return self.SimpleTest("mojo_view_manager_lib",
"mojo_view_manager_lib_unittests") "mojo_view_manager_lib_unittests")
def TestDisplay(self):
return self.SimpleTest("display", "display_unittests")
# Valgrind timeouts are in seconds. # Valgrind timeouts are in seconds.
UI_VALGRIND_ARGS = ["--timeout=14400", "--trace_children", "--indirect"] UI_VALGRIND_ARGS = ["--timeout=14400", "--trace_children", "--indirect"]
# UI test timeouts are in milliseconds. # UI test timeouts are in milliseconds.
...@@ -661,6 +664,7 @@ class ChromeTests: ...@@ -661,6 +664,7 @@ class ChromeTests:
"mojo_service_manager": TestMojoServiceManager, "mojo_service_manager": TestMojoServiceManager,
"mojo_view_manager": TestMojoViewManager, "mojo_view_manager": TestMojoViewManager,
"mojo_view_manager_lib": TestMojoViewManagerLib, "mojo_view_manager_lib": TestMojoViewManagerLib,
"display": TestDisplay,
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment