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

Side by Side Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo@'s comments 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 unified diff | Download patch
« no previous file with comments | « no previous file | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 import os 4 import os
5 5
6 from gpu_tests.gpu_test_expectations import GpuTestExpectations 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 self.Fail('conformance/extensions/ext-sRGB.html', 105 self.Fail('conformance/extensions/ext-sRGB.html',
106 ['passthrough'], bug=679696) 106 ['passthrough'], bug=679696)
107 self.Fail('conformance/extensions/oes-standard-derivatives.html', 107 self.Fail('conformance/extensions/oes-standard-derivatives.html',
108 ['passthrough'], bug=665521) 108 ['passthrough'], bug=665521)
109 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', 109 self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
110 ['passthrough'], bug=1523) # angle bug ID 110 ['passthrough'], bug=1523) # angle bug ID
111 self.Fail('conformance/extensions/ext-frag-depth.html', 111 self.Fail('conformance/extensions/ext-frag-depth.html',
112 ['passthrough'], bug=1523) # angle bug ID 112 ['passthrough'], bug=1523) # angle bug ID
113 self.Fail('conformance/extensions/ext-shader-texture-lod.html', 113 self.Fail('conformance/extensions/ext-shader-texture-lod.html',
114 ['passthrough'], bug=1523) # angle bug ID 114 ['passthrough'], bug=1523) # angle bug ID
115 self.Fail('conformance/extensions/get-extension.html',
116 ['passthrough'], bug=682745)
115 self.Fail('conformance/extensions/oes-texture-float.html', 117 self.Fail('conformance/extensions/oes-texture-float.html',
116 ['passthrough'], bug=1523) # angle bug ID 118 ['passthrough'], bug=1523) # angle bug ID
117 self.Fail('conformance/extensions/oes-texture-float-linear.html', 119 self.Fail('conformance/extensions/oes-texture-float-linear.html',
118 ['passthrough'], bug=1523) # angle bug ID 120 ['passthrough'], bug=1523) # angle bug ID
119 self.Fail('conformance/extensions/oes-texture-half-float.html', 121 self.Fail('conformance/extensions/oes-texture-half-float.html',
120 ['passthrough'], bug=1523) # angle bug ID 122 ['passthrough'], bug=1523) # angle bug ID
121 self.Fail('conformance/extensions/oes-texture-half-float-linear.html', 123 self.Fail('conformance/extensions/oes-texture-half-float-linear.html',
122 ['passthrough'], bug=1523) # angle bug ID 124 ['passthrough'], bug=1523) # angle bug ID
123 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc.html', 125 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc.html',
124 ['passthrough'], bug=1523) # angle bug ID 126 ['passthrough'], bug=1523) # angle bug ID
125 self.Fail('conformance/extensions/webgl-depth-texture.html', 127 self.Fail('conformance/extensions/webgl-depth-texture.html',
126 ['passthrough'], bug=1523) # angle bug ID 128 ['passthrough'], bug=1523) # angle bug ID
129 self.Fail('conformance/extensions/webgl-draw-buffers.html',
130 ['passthrough'], bug=1523) # angle bug ID
131 self.Fail('conformance/extensions/' +
132 'webgl-draw-buffers-framebuffer-unsupported.html',
133 ['passthrough'], bug=682745)
134 self.Fail('conformance/extensions/' +
135 'webgl-draw-buffers-max-draw-buffers.html',
136 ['passthrough'], bug=1523) # angle bug ID
127 self.Fail('conformance/canvas/framebuffer-bindings-unaffected-on-' + 137 self.Fail('conformance/canvas/framebuffer-bindings-unaffected-on-' +
128 'resize.html', ['passthrough'], bug=665521) 138 'resize.html', ['passthrough'], bug=665521)
129 self.Fail('conformance/glsl/misc/shader-with-dfdx.frag.html', 139 self.Fail('conformance/glsl/misc/shader-with-dfdx.frag.html',
130 ['passthrough'], bug=1639) # angle bug ID 140 ['passthrough'], bug=1639) # angle bug ID
131 self.Fail('conformance/glsl/misc/shaders-with-name-conflicts.html', 141 self.Fail('conformance/glsl/misc/shaders-with-name-conflicts.html',
132 ['passthrough'], bug=1639) # angle bug ID 142 ['passthrough'], bug=1639) # angle bug ID
133 self.Fail('conformance/misc/invalid-passed-params.html', 143 self.Fail('conformance/misc/invalid-passed-params.html',
134 ['passthrough'], bug=1639) # angle bug ID 144 ['passthrough'], bug=1639) # angle bug ID
135 self.Fail('conformance/misc/object-deletion-behaviour.html', 145 self.Fail('conformance/misc/object-deletion-behaviour.html',
136 ['passthrough'], bug=1639) # angle bug ID 146 ['passthrough'], bug=1639) # angle bug ID
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 211 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
202 ['passthrough', 'opengl', 'amd'], bug=665521) 212 ['passthrough', 'opengl', 'amd'], bug=665521)
203 self.Fail('conformance/textures/misc/texture-attachment-formats.html', 213 self.Fail('conformance/textures/misc/texture-attachment-formats.html',
204 ['passthrough', 'opengl', 'amd'], bug=665521) 214 ['passthrough', 'opengl', 'amd'], bug=665521)
205 215
206 # Passthrough command decoder / D3D11 216 # Passthrough command decoder / D3D11
207 self.Fail('conformance/extensions/oes-element-index-uint.html', 217 self.Fail('conformance/extensions/oes-element-index-uint.html',
208 ['passthrough', 'd3d11'], bug=1523) # angle bug ID 218 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
209 self.Fail('conformance/extensions/webgl-debug-shaders.html', 219 self.Fail('conformance/extensions/webgl-debug-shaders.html',
210 ['passthrough', 'd3d11'], bug=1523) # angle bug ID 220 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
211 self.Fail('conformance/extensions/webgl-draw-buffers.html',
212 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
213 self.Fail('conformance/extensions/' +
214 'webgl-draw-buffers-max-draw-buffers.html',
215 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
216 self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html', 221 self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html',
217 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 222 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
218 self.Fail('conformance/glsl/variables/glsl-built-ins.html', 223 self.Fail('conformance/glsl/variables/glsl-built-ins.html',
219 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 224 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
220 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 225 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
221 ['passthrough', 'd3d11'], bug=602688) 226 ['passthrough', 'd3d11'], bug=602688)
222 self.Fail('conformance/rendering/draw-elements-out-of-bounds.html', 227 self.Fail('conformance/rendering/draw-elements-out-of-bounds.html',
223 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 228 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
224 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html', 229 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html',
225 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 230 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 self.Fail('conformance/textures/misc/texture-npot.html', 749 self.Fail('conformance/textures/misc/texture-npot.html',
745 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 750 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
746 self.Fail('conformance/textures/misc/texture-npot-video.html', 751 self.Fail('conformance/textures/misc/texture-npot-video.html',
747 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 752 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
748 self.Fail('conformance/textures/misc/texture-size.html', 753 self.Fail('conformance/textures/misc/texture-size.html',
749 ['chromeos', ('intel', 0xa011)], bug=375554) 754 ['chromeos', ('intel', 0xa011)], bug=375554)
750 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 755 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
751 ['chromeos', ('intel', 0xa011)], bug=375554) 756 ['chromeos', ('intel', 0xa011)], bug=375554)
752 self.Skip('conformance/uniforms/uniform-default-values.html', 757 self.Skip('conformance/uniforms/uniform-default-values.html',
753 ['chromeos', ('intel', 0xa011)], bug=375554) 758 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698