| 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 b357a628dad91df3ca6d3022db09886801f5a3ba..2f06628350a3342909f2a2edc9bc64de0a4214cd 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -801,13 +801,6 @@ NON_SWARMED_GTESTS = {
|
| }
|
|
|
| TELEMETRY_TESTS = {
|
| - 'context_lost': {
|
| - 'tester_configs': [
|
| - {
|
| - 'allow_on_android': True,
|
| - },
|
| - ]
|
| - },
|
| 'gpu_process_launch_tests': {
|
| 'target_name': 'gpu_process',
|
| 'tester_configs': [
|
| @@ -890,6 +883,13 @@ TELEMETRY_TESTS = {
|
| # 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': [
|
| {
|
|
|