| 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': [
|
|
|