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

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

Issue 2331363004: Generalize suppression for oes-texture-float-with-video.html. (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 | 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 498136dd5b1319f45b85a5578ed0deb9e358eb87..76dff932312a2a0931b5a7b93f30da88b74f0590 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -196,7 +196,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'intel', 'opengl'], bug=1007) # angle bug ID
# Mac failures
- # La la la la la la la la ...
+ self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
+ ['mac'], bug=599272)
# Mac AMD failures
self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
@@ -206,11 +207,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/rendering/clipping-wide-points.html',
['mac', 'amd'], bug=642822)
- # Mac Retina AMD failures
- self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
- ['mac', ('amd', 0x6821)], bug=599272)
-
- # Mac Retine NVidia failures
+ # Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['mac', ('nvidia', 0xfe9)], bug=635081)
self.Fail('conformance/programs/' +
« 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