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

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

Issue 1898583002: Suppress a webgl conformance test failure on Linux Intel 0x412 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
« 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 a1455d1622fc8b1bcc26a59f9e5306805ba58d0a..b6f2164f99c0c07aa8799d962f907c104115a39a 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -220,6 +220,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux', 'intel'], bug=1312) # ANGLE bug id. See also 598910
self.Fail('conformance/glsl/bugs/sampler-array-using-loop-index.html',
['linux', 'intel', 'opengl'], bug=598924)
+ self.Fail('conformance/uniforms/gl-uniform-arrays.html',
+ ['linux', 'debug', ('intel', 0x412)], bug=604140)
# Android failures
self.Fail('deqp/data/gles2/shaders/constants.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