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

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

Issue 2123903003: Suppress flaky failures on Wintel WebGL 2 CTS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/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 22c43d75973cac0cb72692298e5b37a88f99a0a3..eb168a64a89a19aceded309029e2151da252efcf 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -156,14 +156,14 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['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.Flaky('deqp/functional/gles3/lifetime.html',
- ['win', 'intel'], bug=620379)
self.Fail('deqp/functional/gles3/texturespecification/' +
'texsubimage3d_depth.html',
['win', 'intel'], bug=614418)
@@ -172,6 +172,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['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',
+ ['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html',
['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_03.html',
@@ -180,6 +182,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
['win', 'intel'], bug=614418)
+ self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html',
+ ['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
['win', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
@@ -193,6 +197,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html',
['win', 'intel'], bug=483282)
+ self.Flaky('deqp/functional/gles3/transformfeedback/*.html',
+ ['win', 'intel'], bug=626068)
# Mac only.
self.Flaky('deqp/functional/gles3/shaderindexing/varying.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