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

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

Issue 2349313003: Suppress a couple of flaky tests. (Closed)
Patch Set: Created 4 years, 3 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 | 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 c098713ea5e32ed84f710e3ada2143f5bd32a5f3..3796aa35bb72de252f84e143f6f71d64b18b62b7 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -92,6 +92,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['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',
« 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