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

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

Issue 2843803002: Suppress limits_gl_max_texture_dimensions on P400. (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/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 c8092453bd26b1757342182f114f5918f1ee1171..44d999d8043332de5f3090d5287000fe94428c05 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -286,6 +286,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/canvas/' +
'framebuffer-bindings-affected-by-to-data-url.html',
['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
+ self.Fail('conformance/limits/gl-max-texture-dimensions.html',
+ ['win10', ('nvidia', 0x1cb3)], bug=715001)
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
@@ -472,6 +474,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux', 'nvidia'], bug=672380)
# NVIDIA P400 OpenGL
+ self.Fail('conformance/limits/gl-max-texture-dimensions.html',
+ ['linux', ('nvidia', 0x1cb3)], bug=715001)
self.Fail('conformance/textures/misc/texture-size.html',
['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.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