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

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

Issue 1169293004: Update WebGL CTS expectations to skip AMD and Intel OpenGL on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 caaa615d77074fd4a2dc3ae49992d8e545faf430..fa098ab357b74d9fa3bfdb14bfacb05b923628b1 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -147,6 +147,16 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/textures/tex-image-canvas-corruption.html',
['win', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('deqp/data/gles2/shaders/conditionals.html',
+ ['win', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('deqp/data/gles2/shaders/conversions.html',
+ ['win', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('deqp/data/gles2/shaders/qualification_order.html',
+ ['win', 'opengl'], bug=1007) # angle bug ID
+
+ # Skip all WebGL CTS on OpenGL+AMD/Intel
+ self.Skip('*', ['win', 'opengl', 'amd'], bug=1007) # angle bug ID
+ self.Skip('*', ['win', 'opengl', 'intel'], bug=1007) # angle bug ID
# Mac failures
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698