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

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

Issue 2248283005: Update WebGL conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 e82fe2be876aec859c1596798a7998c962d1511a..15da19da51d8b770c43affffb4e32c134f5ac7be 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -641,11 +641,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('deqp/data/gles2/shaders/scoping.html',
['mac'], bug=478572)
+ # Mac AMD failures
+ self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ ['mac', 'amd'], bug=625365)
+
# Mac Retina AMD failures
self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
['mac', ('amd', 0x6821)], bug=599272)
- self.Fail('conformance/extensions/webgl-draw-buffers.html',
- ['mac', ('amd', 0x6821)], bug=625365)
# Linux failures
self.Flaky('conformance/textures/video/' +
« 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