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

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

Issue 1252343002: Re-land of Update WebGL CTS 1 expected failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct expectations WRT Intel skipping all test Created 5 years, 5 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 296067db208fa94cc931638a4314fb74e630798f..fc52ec395333c20251c113a203fadc9c15b4989b 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -30,22 +30,12 @@ class WebGLConformanceExpectations(GpuTestExpectations):
def SetExpectations(self):
# Fails on all platforms
- self.Fail('deqp/data/gles2/shaders/constant_expressions.html',
- bug=478572)
- self.Fail('deqp/data/gles2/shaders/constants.html',
- bug=478572)
- self.Fail('deqp/data/gles2/shaders/fragdata.html',
- bug=478572)
self.Fail('deqp/data/gles2/shaders/functions.html',
bug=478572)
- self.Fail('deqp/data/gles2/shaders/linkage.html',
- bug=478572)
self.Fail('deqp/data/gles2/shaders/preprocessor.html',
bug=478572)
self.Fail('deqp/data/gles2/shaders/scoping.html',
bug=478572)
- self.Fail('conformance/glsl/misc/const-variable-initialization.html',
- bug=485632)
self.Fail('conformance/misc/expando-loss.html',
bug=485634)
@@ -140,6 +130,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'opengl'], bug=1007) # angle bug ID
self.Fail('deqp/data/gles2/shaders/qualification_order.html',
['win', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('deqp/data/gles2/shaders/linkage.html',
+ ['win', 'opengl'], bug=1007) # angle bug ID
# Win / OpenGL / AMD failures
self.Fail('conformance/extensions/oes-texture-half-float-linear.html',
@@ -195,6 +187,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'amd', 'opengl'], bug=1007) # angle bug ID
self.Fail('conformance/uniforms/gl-uniform-arrays.html',
['win', 'amd', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('deqp/data/gles2/shaders/constant_expressions.html',
+ ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('deqp/data/gles2/shaders/constants.html',
+ ['win', 'amd', 'opengl'], bug=1007) # angle bug ID
# Skip all WebGL CTS on OpenGL+Intel
self.Skip('*', ['win', 'opengl', 'intel'], bug=1007) # angle bug ID
« 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