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

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

Issue 2848123002: Suppress test failures new in 10.12.4. (Closed)
Patch Set: Created 3 years, 8 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/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 cd6e821e7bfc8e2b99802c919a46a918e6e26a53..4dd79b98a60249847410ecdf7639007162d8af14 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -218,6 +218,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Mac only.
+ # Regressions in 10.12.4.
+ self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
+ ['sierra'], bug=705865)
+ self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
+ ['sierra'], bug=705865)
+
# Fails on all GPU types.
self.Flaky('conformance/context/context-release-upon-reload.html',
['mac'], bug=713829)
@@ -278,6 +284,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'no-over-optimization-on-uniform-array-12.html',
['mac', ('nvidia', 0xfe9)], bug=684903)
+ self.Fail('deqp/functional/gles3/draw/random.html',
+ ['sierra', ('nvidia', 0xfe9)], bug=716652)
self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.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