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

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: Update expectations. 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
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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 207 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
198 ['passthrough', 'opengl', 'amd'], bug=665521) 208 ['passthrough', 'opengl', 'amd'], bug=665521)
199 self.Fail('conformance/textures/misc/texture-attachment-formats.html', 209 self.Fail('conformance/textures/misc/texture-attachment-formats.html',
200 ['passthrough', 'opengl', 'amd'], bug=665521) 210 ['passthrough', 'opengl', 'amd'], bug=665521)
201 211
202 # Passthrough command decoder / D3D11 212 # Passthrough command decoder / D3D11
203 self.Fail('conformance/extensions/oes-element-index-uint.html', 213 self.Fail('conformance/extensions/oes-element-index-uint.html',
204 ['passthrough', 'd3d11'], bug=1523) # angle bug ID 214 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
205 self.Fail('conformance/extensions/webgl-debug-shaders.html', 215 self.Fail('conformance/extensions/webgl-debug-shaders.html',
206 ['passthrough', 'd3d11'], bug=1523) # angle bug ID 216 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
207 self.Fail('conformance/extensions/webgl-draw-buffers.html',
208 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
209 self.Fail('conformance/extensions/' +
210 'webgl-draw-buffers-max-draw-buffers.html',
211 ['passthrough', 'd3d11'], bug=1523) # angle bug ID
212 self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html', 217 self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html',
213 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 218 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
214 self.Fail('conformance/glsl/variables/glsl-built-ins.html', 219 self.Fail('conformance/glsl/variables/glsl-built-ins.html',
215 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 220 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
216 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 221 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
217 ['passthrough', 'd3d11'], bug=602688) 222 ['passthrough', 'd3d11'], bug=602688)
218 self.Fail('conformance/rendering/draw-elements-out-of-bounds.html', 223 self.Fail('conformance/rendering/draw-elements-out-of-bounds.html',
219 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 224 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
220 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html', 225 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html',
221 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 226 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
(...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 self.Fail('conformance/textures/misc/texture-npot.html', 742 self.Fail('conformance/textures/misc/texture-npot.html',
738 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 743 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
739 self.Fail('conformance/textures/misc/texture-npot-video.html', 744 self.Fail('conformance/textures/misc/texture-npot-video.html',
740 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 745 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
741 self.Fail('conformance/textures/misc/texture-size.html', 746 self.Fail('conformance/textures/misc/texture-size.html',
742 ['chromeos', ('intel', 0xa011)], bug=375554) 747 ['chromeos', ('intel', 0xa011)], bug=375554)
743 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 748 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
744 ['chromeos', ('intel', 0xa011)], bug=375554) 749 ['chromeos', ('intel', 0xa011)], bug=375554)
745 self.Skip('conformance/uniforms/uniform-default-values.html', 750 self.Skip('conformance/uniforms/uniform-default-values.html',
746 ['chromeos', ('intel', 0xa011)], bug=375554) 751 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698