| 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 79e15273fade9833e1705ad99b5680194366d988..66196b63c15e8bc611ea037fec868ce4db26dd49 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -833,12 +833,6 @@
|
| },
|
| ],
|
| },
|
| -}
|
| -
|
| -# These tests use Telemetry's new, simpler, browser_test_runner.
|
| -# 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 = {
|
| 'webgl_conformance': {
|
| 'tester_configs': [
|
| {
|
| @@ -904,6 +898,12 @@
|
| '--use-gl=angle',
|
| ],
|
| },
|
| +}
|
| +
|
| +# These tests use Telemetry's new, simpler, browser_test_runner.
|
| +# 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 = {
|
| 'webgl2_conformance_tests': {
|
| 'tester_configs': [
|
| {
|
|
|