| 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 311bdab1ee753b997f06696278ae2aa0a698e0b2..e56940b6a56a2ba672414b8d67d6c48bd7040858 100644
|
| --- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
|
| @@ -80,45 +80,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
|
| self.Fail('deqp/functional/gles3/multisample.html',
|
| ['amd'], bug=617290)
|
|
|
| - # Failing because the tests are using invalid combinations of source and
|
| - # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgb565-rgb-unsigned_byte.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgba4-rgba-unsigned_byte.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/webgl_canvas/' +
|
| - 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgb565-rgb-unsigned_byte.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgba4-rgba-unsigned_byte.html',
|
| - bug=483282)
|
| - self.Fail('conformance2/textures/canvas/' +
|
| - 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
|
| - bug=483282)
|
| -
|
| # Windows only.
|
|
|
| self.Fail('deqp/functional/gles3/vertexarrays.html',
|
|
|