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

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

Issue 1966823002: WebGL expectations: suppress shader scoping Mesa bug (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 e5c74be4bf01bce1aa6390a04e17f1de73189304..dd52398d24c4bd61416d467b81c5e55573dc6932 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -290,6 +290,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux', 'intel'], bug=540543)
self.Fail('deqp/data/gles2/shaders/preprocessor.html',
['linux', 'intel'], bug=1312) # ANGLE bug id. See also 598910
+ # The Mesa Intel driver has a scoping bug, see
+ # https://bugs.freedesktop.org/show_bug.cgi?id=95184
+ self.Fail('deqp/data/gles2/shaders/scoping.html',
+ ['linux', 'intel'], bug=610800)
self.Fail('conformance/glsl/bugs/sampler-array-using-loop-index.html',
['linux', 'intel', 'opengl'], bug=598924)
self.Skip('conformance/uniforms/gl-uniform-arrays.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