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

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

Issue 2858123002: Suppress regressions in Haswell graphics driver in macOS 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 | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | 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 496c156ab17baf18217ee26651e406ff190cda37..9178bbb2562980115260db05dc34f94db99497ea 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -585,6 +585,15 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html',
['sierra', 'intel'], bug=663188)
+ # Regressions in 10.12.4 on Haswell GPUs.
+ self.Fail('deqp/functional/gles3/fbocolorbuffer/tex2d_00.html',
+ ['mac', ('intel', 0x0a2e)], bug=718194)
+ self.Fail('deqp/functional/gles3/fboinvalidate/format_00.html',
+ ['mac', ('intel', 0x0a2e)], bug=718194)
+ self.Fail('deqp/functional/gles3/framebufferblit/' +
+ 'default_framebuffer_05.html',
+ ['mac', ('intel', 0x0a2e)], bug=718194)
+
self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html',
['mac', 'intel'], bug=679692)
self.Fail('deqp/functional/gles3/fbomultisample*',
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698