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 10be4de7b421895629423148b67fccac1ddd3e04..6260db38cae8e2b5661ec64cc21b6a3a852277b5 100644 |
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
@@ -79,6 +79,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282) |
self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) |
+ self.Fail('conformance2/glsl3/const-array-init.html', |
+ bug=1198) # angle bug ID |
self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) |
self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282) |
self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html', |
@@ -94,8 +96,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
self.Skip('conformance2/textures/webgl_canvas/*', bug=483282) |
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', bug=483282) |
self.Fail('conformance2/textures/misc/tex-storage-2d.html', bug=483282) |
- self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html', |
- bug=295792) |
# Windows only. |
self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) |
@@ -147,6 +147,31 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' + |
'-with-video-rgb5_a1-rgba-unsigned_byte.html', |
['win8'], bug=483282) |
+ self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + |
+ '-with-video-rgb5_a1-rgba-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' + |
+ '-with-video-rgb565-rgb-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + |
+ '-with-image-data-rgb565-rgb-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' + |
+ '-with-image-data-rgb5_a1-rgba-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' + |
+ '-with-image-rgb5_a1-rgba-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' + |
+ '-with-image-rgb565-rgb-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' + |
+ '-with-svg-image-rgb565-rgb-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' + |
+ '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html', |
+ ['win8'], bug=560555) |
+ |
# Windows Debug. Causing assertions in the GPU process which raise |
# a dialog box, so have to skip them rather than mark them as |
# failing. |