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 3cfbddc3489784c2893501482ea7e565996f48ce..344aad98778ae5cd996b47cc60350b8d4bc10eeb 100755 |
--- a/content/test/gpu/generate_buildbot_json.py |
+++ b/content/test/gpu/generate_buildbot_json.py |
@@ -602,7 +602,14 @@ COMMON_GTESTS = { |
], |
'args': ['--use-gpu-in-tests'] |
}, |
- 'angle_unittests': {'args': ['--use-gpu-in-tests']}, |
+ 'angle_unittests': { |
+ 'tester_configs': [ |
+ { |
+ 'allow_on_android': True, |
+ } |
+ ], |
+ 'args': ['--use-gpu-in-tests'] |
+ }, |
# Until the media-only tests are extracted from content_unittests, |
# and audio_unittests and content_unittests can be run on the commit |
# queue with --require-audio-hardware-for-testing, run them only on |