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

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

Issue 1396443003: Update WebGL conformance supressions for the Windows Intel bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 e7b4ff9d04295dfd83a029409996310959168461..9ce0ecd7a3989798d0f3e663cc87a7d828aa7dfd 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -109,6 +109,16 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('deqp/data/gles2/shaders/swizzles.html',
['win', 'amd', 'opengl'], bug=1007) # angle bug ID
+ # Win / OpenGL / Intel failures
+ self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('conformance/glsl/misc/shader-struct-scope.html',
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
+ self.Fail('conformance/uniforms/uniform-default-values.html',
+ ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
+
# Mac failures
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
['mac'], bug=421710)
« 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