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

Unified Diff: content/test/gpu/gpu_tests/webgl2_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 | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index ec390d51859c63999b9287c5c61c33f56aed18c3..9847c8e99b7e739a0d16816957b0eb7598a1ddb3 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -67,10 +67,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/functional/gles3/fbomultisample*',
['win', 'nvidia'], bug=631317)
- # This should be fixed in the latest driver.
- self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
- ['win', 'nvidia'], bug=1246) # ANGLE bug.
-
# Win / AMD
# Failing on old R5 230 configuration.
@@ -105,29 +101,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Win / Intel
self.Skip('conformance2/textures/misc/copy-texture-image.html',
['win', 'intel'], bug=617449)
- self.Fail('conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html',
- ['win', 'intel'], bug=628395)
# Seems to cause the harness to fail immediately afterward
self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html',
['win', 'intel'], bug=648337)
- self.Fail('deqp/functional/gles3/shaderderivate_*',
- ['win', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/shaderstruct.html',
- ['win', 'intel'], bug=483282)
self.Flaky('deqp/functional/gles3/lifetime.html',
['win', 'intel'], bug=620379)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'teximage3d_depth.html',
- ['win', 'intel'], bug=614418)
self.Skip('deqp/functional/gles3/texturespecification/' +
'teximage3d_depth_pbo.html',
['win', 'intel'], bug=617449)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'texsubimage3d_depth.html',
- ['win', 'intel'], bug=614418)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'texstorage3d_format_depth_stencil.html',
- ['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html',
['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_01.html',
@@ -140,11 +121,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'intel'], bug=614418)
self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html',
['win', 'intel'], bug=614418)
- self.Fail('deqp/functional/gles3/shadertexturefunction/' +
- 'texelfetchoffset.html',
- ['win', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html',
- ['win', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/fbomultisample*',
['win', 'intel'], bug=483282)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698