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

Unified Diff: build/android/test_runner.py

Issue 2114963002: Create Java infrastructure for UI Render Tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 8ca3ed74020253ccd7df5dd805be8c2a30b14d7d..b0d7d6563f4912e070008b6d2c9a4c0d2c4d49c8 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -362,7 +362,7 @@ def ProcessJavaTestOptions(args):
args.annotations = []
else:
args.annotations = ['Smoke', 'SmallTest', 'MediumTest', 'LargeTest',
- 'EnormousTest', 'IntegrationTest']
+ 'EnormousTest', 'IntegrationTest', 'RenderTest']
if args.exclude_annotation_str:
args.exclude_annotations = args.exclude_annotation_str.split(',')

Powered by Google App Engine
This is Rietveld 408576698