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 5426567beb95bae4eacaab8fb328e108bd14e2e7..4656fb3b04bef16089919d8bbc41edd2589670db 100644 |
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py |
@@ -55,6 +55,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
self.Fail('conformance2/textures/misc/' + |
'integer-cubemap-specification-order-bug.html', |
bug=483282) # owner:cwallez, test might be buggy |
+ self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', |
+ bug=625738) |
# Windows only. |
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html', |