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

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

Issue 2494923002: Hook up with ANGLE translator's remove_invariant_and_centroid option. (Closed)
Patch Set: message fix Created 4 years, 1 month 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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('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 b43395e79455b002071ce16230035b0ea3db0ac5..a631168bab552542d696859f08b755f70518284a 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -146,29 +146,20 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/data/gles3/shaders/linkage.html',
['mac'], bug=641129)
- # This is due to "centroid out" / "in" mismatch.
- self.Fail('deqp/data/gles3/shaders/qualification_order.html',
- ['mac'], bug=483282)
-
self.Fail('conformance2/renderbuffers/framebuffer-test.html',
['mac'], bug=641149)
+ # Mac Retina NVIDIA
self.Fail('deqp/functional/gles3/fbomultisample*',
- ['mac', 'intel'], bug=641209)
-
- self.Fail('deqp/functional/gles3/fbomultisample*',
- ['mac', 'nvidia'], bug=641209)
-
+ ['mac', ('nvidia', 0xfe9)], bug=641209)
self.Fail('deqp/functional/gles3/framebufferblit/' +
'default_framebuffer_04.html',
- ['mac', 'nvidia'], bug=483282)
-
- # Mac Retina NVIDIA
+ ['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
self.Flaky(
- 'conformance/extensions/webgl-compressed-texture-size-limit.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
+ 'conformance/extensions/webgl-compressed-texture-size-limit.html',
+ ['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('conformance/programs/' +
'gl-bind-attrib-location-long-names-test.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
@@ -425,6 +416,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('amd', 0x679e)], bug=640506)
# Mac Intel
+ self.Fail('deqp/functional/gles3/fbomultisample*',
+ ['mac', 'intel'], bug=641209)
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
['mac', 'intel'], bug=606074)
self.Fail('deqp/functional/gles3/texturefiltering/' +
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698