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 3c31d45dc38f393c5f16d41ec690ba7ab72c8e20..9d095cd5b784e803a2cb21516b9a5425192e4e89 100644 |
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
@@ -318,11 +318,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
# Win / Intel |
self.Fail('conformance2/buffers/uniform-buffers.html', |
['win', 'intel'], bug=483282) |
+ self.Skip('conformance2/textures/misc/copy-texture-image.html', |
+ ['win', 'intel'], bug=617449) |
self.Fail('deqp/functional/gles3/shaderstruct.html', |
['win', 'intel'], bug=483282) |
self.Fail('deqp/functional/gles3/texturespecification/' + |
'teximage3d_depth.html', |
['win', 'intel'], bug=614418) |
+ self.Skip('deqp/functional/gles3/texturespecification/' + |
+ 'teximage3d_depth_pbo.html', |
+ ['win', 'intel'], bug=617449) |
self.Fail('deqp/functional/gles3/texturespecification/' + |
'texsubimage3d_depth.html', |
['win', 'intel'], bug=614418) |