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

Unified Diff: content/test/gpu/generate_buildbot_json.py

Issue 1956153002: The Nexus 9 bot is failing a maps test and a few gpu_process tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging. Created 4 years, 7 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 | content/test/gpu/gpu_tests/gpu_process_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/generate_buildbot_json.py
diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py
index 87ee07d5edcaab6c6836b700a6be06a40de00496..2b06fcdd64478a22497b464a3f5ffca04105d1ff 100755
--- a/content/test/gpu/generate_buildbot_json.py
+++ b/content/test/gpu/generate_buildbot_json.py
@@ -699,7 +699,14 @@ TELEMETRY_TESTS = {
},
]
},
- 'gpu_process_launch_tests': {'target_name': 'gpu_process'},
+ 'gpu_process_launch_tests': {
+ 'target_name': 'gpu_process',
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ }
+ ],
+ },
'gpu_rasterization': {
'tester_configs': [
{
@@ -716,6 +723,11 @@ TELEMETRY_TESTS = {
},
'maps_pixel_test': {
'target_name': 'maps',
+ 'tester_configs': [
+ {
+ 'allow_on_android': True,
+ },
+ ],
},
'memory_test': {
'tester_configs': [
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_process_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698