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

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

Issue 2293313002: Update MacOSX webgl conformance test expectations. (Closed)
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 683ca57202cbaf5688cf884527ff0e29da7df032..0d8835da42c899c09cd8b4be427e9f66e98e1acc 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -189,10 +189,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'intel', 'opengl'], bug=1007) # angle bug ID
# Mac failures
- self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
- ['mac'], bug=421710)
- self.Fail('deqp/data/gles2/shaders/scoping.html',
- ['mac'], bug=478572)
+ # La la la la la la la la ...
# Mac AMD failures
self.Fail('conformance/extensions/webgl-draw-buffers.html',
@@ -202,6 +199,19 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
['mac', ('amd', 0x6821)], bug=599272)
+ # Mac Retine NVidia failures
+ self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
+ ['mac', ('nvidia', 0xfe9)], bug=635081)
+ self.Fail('conformance/programs/' +
+ 'gl-bind-attrib-location-long-names-test.html',
+ ['mac', ('nvidia', 0xfe9)], bug=635081)
+ self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
+ ['mac', ('nvidia', 0xfe9)], bug=635081)
+ self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
+ ['mac', ('nvidia', 0xfe9)], bug=635081)
+ self.Fail('conformance/textures/misc/tex-input-validation.html',
+ ['mac', ('nvidia', 0xfe9)], bug=635081)
+
# Linux failures
self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.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