| 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 59c594d3c567459d9ce281147b218c6fdbccd55b..2be8ba825b7bc3169183957c53bd0e72c41a1d38 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -614,6 +614,18 @@ TELEMETRY_TESTS = {
|
| '--use-angle=gl',
|
| ],
|
| },
|
| + 'webgl_conformance_angle_tests': {
|
| + 'tester_configs': [
|
| + {
|
| + 'fyi_only': True,
|
| + 'os_types': ['linux']
|
| + }
|
| + ],
|
| + 'target_name': 'webgl_conformance',
|
| + 'extra_browser_args': [
|
| + '--use-gl=angle',
|
| + ],
|
| + },
|
| 'webgl2_conformance_tests': {
|
| 'tester_configs': [
|
| {
|
|
|