| Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| index 7c53dbb27981eb7aa003bbd32aae0b513ac27ee9..a45ad617d27cd236aa4fd15dd250ce0dddc1e87b 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -16,13 +16,13 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| # It's expected that not all extensions will be available on all platforms.
|
| # Having a test listed here is not necessarily a problem.
|
|
|
| - self.Fail('WebglExtension.WEBGL_compressed_texture_astc',
|
| + self.Fail('WebglExtension_WEBGL_compressed_texture_astc',
|
| ['win', 'mac', 'linux'])
|
| - self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
|
| + self.Fail('WebglExtension_WEBGL_compressed_texture_atc',
|
| ['win', 'mac', 'linux'])
|
| - self.Fail('WebglExtension.WEBGL_compressed_texture_etc1',
|
| + self.Fail('WebglExtension_WEBGL_compressed_texture_etc1',
|
| ['mac', 'linux'])
|
| - self.Fail('WebglExtension.WEBGL_compressed_texture_pvrtc',
|
| + self.Fail('WebglExtension_WEBGL_compressed_texture_pvrtc',
|
| ['win', 'mac', 'linux'])
|
|
|
| # ========================
|
|
|