| 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 f1e99dbc24c7fd1971aa7b07073342122a4568e9..442884b469836ddc0ac8aabf0d360c6198f80135 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -796,6 +796,13 @@
|
| }
|
|
|
| TELEMETRY_TESTS = {
|
| + 'context_lost': {
|
| + 'tester_configs': [
|
| + {
|
| + 'allow_on_android': True,
|
| + },
|
| + ]
|
| + },
|
| 'gpu_process_launch_tests': {
|
| 'target_name': 'gpu_process',
|
| 'tester_configs': [
|
| @@ -878,13 +885,6 @@
|
| # Eventually all of the Telemetry based tests above will be ported to
|
| # this harness, and the old harness will be deleted.
|
| TELEMETRY_GPU_INTEGRATION_TESTS = {
|
| - 'context_lost': {
|
| - 'tester_configs': [
|
| - {
|
| - 'allow_on_android': True,
|
| - },
|
| - ]
|
| - },
|
| 'webgl_conformance': {
|
| 'tester_configs': [
|
| {
|
|
|