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

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

Issue 2468293002: WebGL CTS: remove suppressions for passing tests (Closed)
Patch Set: Created 4 years, 1 month 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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | 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 613c7c6441c8dffb4834abc9233301815b559681..2d45145a1de950df9be4a957f15f981e9cb865ee 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -117,10 +117,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
bug=570453)
- # OpenGL / NVIDIA failures
- self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
- ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
-
# Win failures
# Note that the following test seems to pass, but it may still be flaky.
self.Fail('conformance/glsl/constructors/' +
@@ -262,8 +258,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux'], bug=627525)
# NVIDIA
- self.Fail('conformance/extensions/angle-instanced-arrays.html',
- ['linux', 'nvidia'], bug=544989) # Too flaky to retry
self.Flaky('conformance/extensions/oes-element-index-uint.html',
['linux', 'nvidia'], bug=524144)
self.Flaky('conformance/textures/image/' +
@@ -306,24 +300,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# See https://bugs.freedesktop.org/show_bug.cgi?id=94477
self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
['linux', 'intel'], bug=540543) # GPU timeout
- self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html',
- ['linux', 'intel'], bug=540543) # ANGLE bug 1277
- self.Fail('conformance/glsl/misc/empty_main.vert.html',
- ['linux', 'intel'], bug=540543) # ANGLE bug 1277
- self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
- ['linux', 'intel'], bug=540543) # ANGLE bug 1277
- self.Fail('conformance/glsl/misc/shaders-with-varyings.html',
- ['linux', 'intel'], bug=540543)
- self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
- ['linux', 'intel', 'opengl'], bug=1312) # ANGLE bug id
- self.Fail('deqp/data/gles2/shaders/linkage.html',
- ['linux', 'intel'], bug=540543)
- # 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',
['linux', 'debug', ('intel', 0x412)], bug=604140)
# Fixed on Mesa 12.0
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698