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

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

Issue 2310243003: Roll WebGL 3d0e045..2e13422 (Closed)
Patch Set: update webgl expectations 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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 ('qualcomm', 'Adreno (TM) 430')]) 94 ('qualcomm', 'Adreno (TM) 430')])
95 95
96 # Nexus 9 96 # Nexus 9
97 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', 97 self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
98 ['android', ('nvidia', 'NVIDIA Tegra')]) 98 ['android', ('nvidia', 'NVIDIA Tegra')])
99 99
100 # ======================== 100 # ========================
101 # Conformance expectations 101 # Conformance expectations
102 # ======================== 102 # ========================
103 # Fails on all platforms 103 # Fails on all platforms
104 self.Fail('conformance/misc/object-deletion-behaviour.html', bug=644957)
104 105
105 # We need to add WebGL 1 check in command buffer that format/type from 106 # We need to add WebGL 1 check in command buffer that format/type from
106 # TexSubImage2D have to match the current texture's. 107 # TexSubImage2D have to match the current texture's.
107 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', 108 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
108 bug=570453) 109 bug=570453)
109 110
110 # OpenGL / NVIDIA failures 111 # OpenGL / NVIDIA failures
111 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 112 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
112 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID 113 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
113 114
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 188 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
188 self.Fail('conformance/glsl/misc/shader-struct-scope.html', 189 self.Fail('conformance/glsl/misc/shader-struct-scope.html',
189 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 190 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
190 self.Fail('conformance/uniforms/uniform-default-values.html', 191 self.Fail('conformance/uniforms/uniform-default-values.html',
191 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID 192 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID
192 193
193 # Mac failures 194 # Mac failures
194 # La la la la la la la la ... 195 # La la la la la la la la ...
195 196
196 # Mac AMD failures 197 # Mac AMD failures
198 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
199 ['mac', 'amd'], bug=483282)
197 self.Fail('conformance/extensions/webgl-draw-buffers.html', 200 self.Fail('conformance/extensions/webgl-draw-buffers.html',
198 ['mac', 'amd'], bug=625365) 201 ['mac', 'amd'], bug=625365)
199 self.Fail('conformance/rendering/clipping-wide-points.html', 202 self.Fail('conformance/rendering/clipping-wide-points.html',
200 ['mac', 'amd'], bug=642822) 203 ['mac', 'amd'], bug=642822)
201 204
202 # Mac Retina AMD failures 205 # Mac Retina AMD failures
203 self.Flaky('conformance/extensions/oes-texture-float-with-video.html', 206 self.Flaky('conformance/extensions/oes-texture-float-with-video.html',
204 ['mac', ('amd', 0x6821)], bug=599272) 207 ['mac', ('amd', 0x6821)], bug=599272)
205 208
206 # Mac Retine NVidia failures 209 # Mac Retine NVidia failures
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 self.Fail('conformance/textures/misc/texture-npot.html', 708 self.Fail('conformance/textures/misc/texture-npot.html',
706 ['chromeos', ('intel', 0xa011)], bug=375554) 709 ['chromeos', ('intel', 0xa011)], bug=375554)
707 self.Fail('conformance/textures/misc/texture-npot-video.html', 710 self.Fail('conformance/textures/misc/texture-npot-video.html',
708 ['chromeos', ('intel', 0xa011)], bug=375554) 711 ['chromeos', ('intel', 0xa011)], bug=375554)
709 self.Fail('conformance/textures/misc/texture-size.html', 712 self.Fail('conformance/textures/misc/texture-size.html',
710 ['chromeos', ('intel', 0xa011)], bug=375554) 713 ['chromeos', ('intel', 0xa011)], bug=375554)
711 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 714 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
712 ['chromeos', ('intel', 0xa011)], bug=375554) 715 ['chromeos', ('intel', 0xa011)], bug=375554)
713 self.Skip('conformance/uniforms/uniform-default-values.html', 716 self.Skip('conformance/uniforms/uniform-default-values.html',
714 ['chromeos', ('intel', 0xa011)], bug=375554) 717 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« 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