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

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

Issue 2739493003: Update passthrough command decoder WebGL expectations for Linux. (Closed)
Patch Set: 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 | « 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 891dd960f59da93a1424482565c471a1af012c5f..da5638d94bf1073383eab35e8f38f9cafd4c4fcf 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -134,6 +134,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough'], bug=1639) # angle bug ID
self.Fail('conformance/misc/object-deletion-behaviour.html',
['passthrough'], bug=1639) # angle bug ID
+ self.Fail('conformance/misc/uninitialized-test.html',
+ ['passthrough'], bug=1635) # angle bug ID
self.Fail('conformance/reading/read-pixels-test.html',
['passthrough'], bug=1639) # angle bug ID
self.Fail('conformance/textures/misc/texture-mips.html',
@@ -160,6 +162,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough', 'opengl'], bug=665521)
self.Fail('conformance/textures/misc/copytexsubimage2d-large-partial-' +
'copy-corruption.html', ['passthrough', 'opengl'], bug=665521)
+ self.Fail('conformance/textures/misc/gl-teximage.html',
+ ['passthrough', 'opengl'], bug=665521)
self.Fail('conformance/textures/misc/texture-npot-video.html',
['passthrough', 'opengl'], bug=665521)
self.Fail('conformance/textures/misc/texture-npot.html',
@@ -167,6 +171,34 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/textures/misc/texture-fakeblack.html',
['passthrough', 'opengl'], bug=665521)
+ # Passthrough command decoder / OpenGL / Intel
+ self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
+ ['passthrough', 'opengl', 'intel'], bug=665521)
+ self.Fail('conformance/textures/misc/texture-attachment-formats.html',
+ ['passthrough', 'opengl', 'intel'], bug=665521)
+
+ # Passthrough command decoder / OpenGL / AMD
+ self.Fail('conformance/glsl/constructors/glsl-construct-mat2.html',
+ ['passthrough', 'opengl', 'amd'], bug=665521)
+ self.Fail('conformance/glsl/constructors/' +
+ 'glsl-construct-vec-mat-corner-cases.html',
+ ['passthrough', 'opengl', 'amd'], bug=665521)
+ self.Fail('conformance/glsl/constructors/' +
+ 'glsl-construct-vec-mat-index.html',
+ ['passthrough', 'opengl', 'amd', 'linux'], bug=665521)
+ self.Fail('conformance/glsl/misc/shader-struct-scope.html',
+ ['passthrough', 'opengl', 'amd', 'linux'], bug=665521)
+ self.Fail('conformance/glsl/misc/struct-nesting-of-variable-names.html',
+ ['passthrough', 'opengl', 'amd', 'linux'], bug=665521)
+ self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html',
+ ['passthrough', 'opengl', 'amd'], bug=665521)
+ self.Fail('conformance/uniforms/out-of-bounds-uniform-array-access.html',
+ ['passthrough', 'opengl', 'amd'], bug=665521)
+ self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
+ ['passthrough', 'opengl', 'amd'], bug=665521)
+ self.Fail('conformance/textures/misc/texture-attachment-formats.html',
+ ['passthrough', 'opengl', 'amd'], bug=665521)
+
# Passthrough command decoder / D3D11
self.Fail('conformance/extensions/oes-element-index-uint.html',
['passthrough', 'd3d11'], bug=1523) # angle bug ID
@@ -181,8 +213,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/glsl/variables/glsl-built-ins.html',
['passthrough', 'd3d11'], bug=1639) # angle bug ID
- self.Fail('conformance/misc/uninitialized-test.html',
- ['passthrough', 'd3d11'], bug=1635) # angle bug ID
self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
['passthrough', 'd3d11'], bug=602688)
self.Fail('conformance/rendering/draw-elements-out-of-bounds.html',
@@ -428,9 +458,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html',
['linux', ('amd', 0x6779)], bug=436212)
self.Flaky('conformance/glsl/misc/shader-struct-scope.html',
- ['linux', ('amd', 0x6779)], bug=436212)
+ ['linux', ('amd', 0x6779), 'no_passthrough'], bug=436212)
self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html',
- ['linux', ('amd', 0x6779)], bug=436212)
+ ['linux', ('amd', 0x6779), 'no_passthrough'], bug=436212)
self.Flaky('conformance/rendering/point-size.html',
['linux', ('amd', 0x6779)], bug=436212)
self.Flaky('conformance/textures/misc/texture-sub-image-cube-maps.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