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

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

Issue 2492033002: WebGL 2: Update Windows AMD expectations. (Closed)
Patch Set: 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 | 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 f0a61553a62e18231e4cf825e412b45732bc1e2f..b43395e79455b002071ce16230035b0ea3db0ac5 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -82,12 +82,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Keep a separate set of failures for the R7 240, since it can use a new
# and updated driver. The older drivers won't ever get fixes from AMD.
- self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html',
- ['win', ('amd', 0x6613)], bug=638323)
- self.Fail('deqp/functional/gles3/texturefiltering/2d_array*',
- ['win', ('amd', 0x6613)], bug=638323)
- self.Fail('deqp/functional/gles3/texturefiltering/cube*',
- ['win', ('amd', 0x6613)], bug=638323)
+ # Use ['win', ('amd', 0x6613)] for the R7 240 devices.
+ # We are awesome!
# It's unfortunate that these suppressions need to be so broad, but
# basically any test that uses readPixels is potentially flaky, and
« 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