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

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

Issue 1336793002: Mark oes-texture-half-float-with-video.html failing on Mac with NVIDIA GPU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 e9e68857650c9e18cc2575ce0575e33bf63e42a4..b93b4c68644e672fa24ecff310bfe913af925e6e 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -154,8 +154,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail(
'conformance/glsl/bugs/array-of-struct-with-int-first-position.html',
['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912)
- self.Flaky('conformance/extensions/oes-texture-half-float-with-video.html',
- ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=524717)
+ self.Fail('conformance/extensions/oes-texture-half-float-with-video.html',
+ ['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=524717)
# Mac / AMD Failures
self.Fail('deqp/data/gles2/shaders/conversions.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