Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2040)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 2798083005: Roll WebGL d0783b8..32cfddc (Closed)
Patch Set: More suppressions. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 0463383e5f4b85389a6b1806055935cf7744df57..0d9b08717fa9cb8e46d7774fec3954cac5028093 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -101,6 +101,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
bug=570453)
+ # Temporary suppression; will be removed after bug fix.
+ self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
+ bug=701060)
+
# Passthrough command decoder
self.Fail('conformance/extensions/ext-sRGB.html',
['passthrough'], bug=679696)
@@ -235,6 +239,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/uniforms/uniform-samplers-test.html',
['passthrough', 'd3d11'], bug=1639) # angle bug ID
+ # Win / AMD / Passthrough command decoder / D3D11
+ self.Flaky('conformance/textures/misc/copytexsubimage2d-subrects.html',
+ ['win', 'amd', 'passthrough', 'd3d11'], bug=685232)
+
# Win failures
# Note that the following test seems to pass, but it may still be flaky.
self.Fail('conformance/glsl/constructors/' +

Powered by Google App Engine
This is Rietveld 408576698