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

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

Issue 2764043003: Update WebGL expectations for P400 (Closed)
Patch Set: nit Created 3 years, 9 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/webgl2_conformance_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/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 be101ae585bc50aa2555797780596538c7b2d540..0463383e5f4b85389a6b1806055935cf7744df57 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -253,15 +253,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/extensions/ext-sRGB.html',
['win', 'nvidia', 'no_passthrough'], bug=679696)
- # Win10 / NVIDIA Quadro M2000 / D3D9 failures
+ # Win10 / NVIDIA Quadro P400 / D3D9 failures
self.Fail('conformance/canvas/drawingbuffer-static-canvas-test.html',
- ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754)
+ ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
self.Fail('conformance/canvas/' +
'framebuffer-bindings-affected-by-to-data-url.html',
- ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754)
+ ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
- ['win10', ('nvidia', 0x1430), 'd3d9'], bug=680754)
-
+ ['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
# Win7 / Intel failures
self.Fail('conformance/textures/misc/' +
@@ -314,6 +313,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'intel', 'd3d9'], bug=540538)
# WIN / OpenGL / NVIDIA failures
+ self.Fail('conformance/textures/misc/texture-size.html',
+ ['win10', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
+ self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html',
+ ['win10', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
+ self.Fail('conformance/textures/misc/texture-size-limit.html',
+ ['win10', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
+
# Mark ANGLE's OpenGL as flaky on Windows Nvidia
self.Flaky('conformance/*', ['win', 'nvidia', 'opengl'], bug=582083)
@@ -453,6 +459,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
['linux', 'nvidia'], bug=672380)
+ # NVIDIA P400 OpenGL
+ self.Fail('conformance/textures/misc/texture-size.html',
+ ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
+ self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html',
+ ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
+ self.Fail('conformance/textures/misc/texture-size-limit.html',
+ ['linux', ('nvidia', 0x1cb3), 'opengl'], bug=703779)
+
# AMD
self.Flaky('conformance/more/functions/uniformi.html',
['linux', 'amd'], bug=550989)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698