| 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 d134dfc86aeddc0560f5158897a0cf4e1b483400..713976da7e942f5b0d4bf2ac51d080e75424c091 100755
|
| --- a/content/test/gpu/generate_buildbot_json.py
|
| +++ b/content/test/gpu/generate_buildbot_json.py
|
| @@ -1234,7 +1234,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
|
| ],
|
| 'target_name': 'webgl_conformance',
|
| 'args': [
|
| - '--webgl-conformance-version=2.0.0',
|
| + '--webgl-conformance-version=2.0.1',
|
| # The current working directory when run via isolate is
|
| # out/Debug or out/Release. Reference this file relatively to
|
| # it.
|
| @@ -1273,7 +1273,7 @@ TELEMETRY_GPU_INTEGRATION_TESTS = {
|
| '--use-gl=angle',
|
| ],
|
| 'args': [
|
| - '--webgl-conformance-version=2.0.0',
|
| + '--webgl-conformance-version=2.0.1',
|
| # The current working directory when run via isolate is
|
| # out/Debug or out/Release. Reference this file relatively to
|
| # it.
|
|
|