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

Unified Diff: build/android/run_tests.py

Issue 11077011: Enable compositor tests on android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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 | « build/all_android.gyp ('k') | cc/CCRendererSoftwareTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/run_tests.py
diff --git a/build/android/run_tests.py b/build/android/run_tests.py
index 8a8bd26954546459758fff387818137a89b4aa61..52e1c5581f20bd585e887f9c3a484d9b80ee6288 100755
--- a/build/android/run_tests.py
+++ b/build/android/run_tests.py
@@ -72,6 +72,7 @@ from pylib.test_result import BaseTestResult, TestResults
_TEST_SUITES = ['base_unittests',
+ 'cc_unittests',
nilesh 2012/10/08 02:48:50 Lets not start running these tests directly on the
epenner 2012/10/08 19:40:20 Is removing this line sufficient? Or is there anot
nilesh 2012/10/09 17:06:53 You can remove this line and we can add the fyi bo
'content_unittests',
'gpu_unittests',
'ipc_tests',
« no previous file with comments | « build/all_android.gyp ('k') | cc/CCRendererSoftwareTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698