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

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

Issue 2293313002: Update MacOSX webgl conformance test expectations. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 182
183 # Win / OpenGL / Intel failures 183 # Win / OpenGL / Intel failures
184 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', 184 self.Fail('conformance/glsl/functions/glsl-function-normalize.html',
185 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 185 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
186 self.Fail('conformance/glsl/misc/shader-struct-scope.html', 186 self.Fail('conformance/glsl/misc/shader-struct-scope.html',
187 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 187 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
188 self.Fail('conformance/uniforms/uniform-default-values.html', 188 self.Fail('conformance/uniforms/uniform-default-values.html',
189 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 189 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
190 190
191 # Mac failures 191 # Mac failures
192 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 192 # La la la la la la la la ...
193 ['mac'], bug=421710)
194 self.Fail('deqp/data/gles2/shaders/scoping.html',
195 ['mac'], bug=478572)
196 193
197 # Mac AMD failures 194 # Mac AMD failures
198 self.Fail('conformance/extensions/webgl-draw-buffers.html', 195 self.Fail('conformance/extensions/webgl-draw-buffers.html',
199 ['mac', 'amd'], bug=625365) 196 ['mac', 'amd'], bug=625365)
200 197
201 # Mac Retina AMD failures 198 # Mac Retina AMD failures
202 self.Flaky('conformance/extensions/oes-texture-float-with-video.html', 199 self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
203 ['mac', ('amd', 0x6821)], bug=599272) 200 ['mac', ('amd', 0x6821)], bug=599272)
204 201
202 # Mac Retine NVidia failures
203 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
204 ['mac', ('nvidia', 0xfe9)], bug=635081)
205 self.Fail('conformance/programs/' +
206 'gl-bind-attrib-location-long-names-test.html',
207 ['mac', ('nvidia', 0xfe9)], bug=635081)
208 self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
209 ['mac', ('nvidia', 0xfe9)], bug=635081)
210 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
211 ['mac', ('nvidia', 0xfe9)], bug=635081)
212 self.Fail('conformance/textures/misc/tex-input-validation.html',
213 ['mac', ('nvidia', 0xfe9)], bug=635081)
214
205 # Linux failures 215 # Linux failures
206 self.Flaky('conformance/textures/video/' + 216 self.Flaky('conformance/textures/video/' +
207 'tex-2d-rgba-rgba-unsigned_byte.html', 217 'tex-2d-rgba-rgba-unsigned_byte.html',
208 ['linux'], bug=627525) 218 ['linux'], bug=627525)
209 self.Flaky('conformance/textures/video/' + 219 self.Flaky('conformance/textures/video/' +
210 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 220 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
211 ['linux'], bug=627525) 221 ['linux'], bug=627525)
212 self.Flaky('conformance/textures/video/' + 222 self.Flaky('conformance/textures/video/' +
213 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 223 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
214 ['linux'], bug=627525) 224 ['linux'], bug=627525)
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 self.Fail('conformance/textures/misc/texture-npot.html', 688 self.Fail('conformance/textures/misc/texture-npot.html',
679 ['chromeos', ('intel', 0xa011)], bug=375554) 689 ['chromeos', ('intel', 0xa011)], bug=375554)
680 self.Fail('conformance/textures/misc/texture-npot-video.html', 690 self.Fail('conformance/textures/misc/texture-npot-video.html',
681 ['chromeos', ('intel', 0xa011)], bug=375554) 691 ['chromeos', ('intel', 0xa011)], bug=375554)
682 self.Fail('conformance/textures/misc/texture-size.html', 692 self.Fail('conformance/textures/misc/texture-size.html',
683 ['chromeos', ('intel', 0xa011)], bug=375554) 693 ['chromeos', ('intel', 0xa011)], bug=375554)
684 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 694 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
685 ['chromeos', ('intel', 0xa011)], bug=375554) 695 ['chromeos', ('intel', 0xa011)], bug=375554)
686 self.Skip('conformance/uniforms/uniform-default-values.html', 696 self.Skip('conformance/uniforms/uniform-default-values.html',
687 ['chromeos', ('intel', 0xa011)], bug=375554) 697 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« 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