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

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

Issue 2494923002: Hook up with ANGLE translator's remove_invariant_and_centroid option. (Closed)
Patch Set: message fix Created 4 years, 1 month 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/gles2_cmd_decoder.cc » ('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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s
5 5
6 # See the GpuTestExpectations class for documentation. 6 # See the GpuTestExpectations class for documentation.
7 7
8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
9 def __init__(self, conformance_path, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'framebuffer-completeness-unaffected.html', 139 'framebuffer-completeness-unaffected.html',
140 ['mac'], bug=630800) 140 ['mac'], bug=630800)
141 self.Fail('deqp/functional/gles3/fbocompleteness.html', 141 self.Fail('deqp/functional/gles3/fbocompleteness.html',
142 ['mac'], bug=630800) 142 ['mac'], bug=630800)
143 # self.Fail('deqp/functional/gles3/fbocompleteness.html', 143 # self.Fail('deqp/functional/gles3/fbocompleteness.html',
144 # ['mac', ('nvidia', 0xfe9)], bug=616562) 144 # ['mac', ('nvidia', 0xfe9)], bug=616562)
145 145
146 self.Fail('deqp/data/gles3/shaders/linkage.html', 146 self.Fail('deqp/data/gles3/shaders/linkage.html',
147 ['mac'], bug=641129) 147 ['mac'], bug=641129)
148 148
149 # This is due to "centroid out" / "in" mismatch.
150 self.Fail('deqp/data/gles3/shaders/qualification_order.html',
151 ['mac'], bug=483282)
152
153 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 149 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
154 ['mac'], bug=641149) 150 ['mac'], bug=641149)
155 151
152 # Mac Retina NVIDIA
156 self.Fail('deqp/functional/gles3/fbomultisample*', 153 self.Fail('deqp/functional/gles3/fbomultisample*',
157 ['mac', 'intel'], bug=641209) 154 ['mac', ('nvidia', 0xfe9)], bug=641209)
158
159 self.Fail('deqp/functional/gles3/fbomultisample*',
160 ['mac', 'nvidia'], bug=641209)
161
162 self.Fail('deqp/functional/gles3/framebufferblit/' + 155 self.Fail('deqp/functional/gles3/framebufferblit/' +
163 'default_framebuffer_04.html', 156 'default_framebuffer_04.html',
164 ['mac', 'nvidia'], bug=483282) 157 ['mac', ('nvidia', 0xfe9)], bug=483282)
165
166 # Mac Retina NVIDIA
167 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 158 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
168 ['mac', ('nvidia', 0xfe9)], bug=483282) 159 ['mac', ('nvidia', 0xfe9)], bug=483282)
169 self.Flaky( 160 self.Flaky(
170 'conformance/extensions/webgl-compressed-texture-size-limit.html', 161 'conformance/extensions/webgl-compressed-texture-size-limit.html',
171 ['mac', ('nvidia', 0xfe9)], bug=483282) 162 ['mac', ('nvidia', 0xfe9)], bug=483282)
172 self.Fail('conformance/programs/' + 163 self.Fail('conformance/programs/' +
173 'gl-bind-attrib-location-long-names-test.html', 164 'gl-bind-attrib-location-long-names-test.html',
174 ['mac', ('nvidia', 0xfe9)], bug=483282) 165 ['mac', ('nvidia', 0xfe9)], bug=483282)
175 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', 166 self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
176 ['mac', ('nvidia', 0xfe9)], bug=483282) 167 ['mac', ('nvidia', 0xfe9)], bug=483282)
177 self.Fail('conformance2/glsl3/loops-with-side-effects.html', 168 self.Fail('conformance2/glsl3/loops-with-side-effects.html',
178 ['mac', ('nvidia', 0xfe9)], bug=483282) 169 ['mac', ('nvidia', 0xfe9)], bug=483282)
179 self.Fail('conformance2/textures/misc/tex-input-validation.html', 170 self.Fail('conformance2/textures/misc/tex-input-validation.html',
180 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) 171 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282)
181 172
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 ['mac', ('amd', 0x679e)], bug=483282) 409 ['mac', ('amd', 0x679e)], bug=483282)
419 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html', 410 self.Flaky('deqp/functional/gles3/shaderindexing/mat_01.html',
420 ['mac', ('amd', 0x679e)], bug=636648) 411 ['mac', ('amd', 0x679e)], bug=636648)
421 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html', 412 self.Flaky('deqp/functional/gles3/shaderindexing/tmp.html',
422 ['mac', ('amd', 0x679e)], bug=659871) 413 ['mac', ('amd', 0x679e)], bug=659871)
423 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 414 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
424 'texturesize.html', 415 'texturesize.html',
425 ['mac', ('amd', 0x679e)], bug=640506) 416 ['mac', ('amd', 0x679e)], bug=640506)
426 417
427 # Mac Intel 418 # Mac Intel
419 self.Fail('deqp/functional/gles3/fbomultisample*',
420 ['mac', 'intel'], bug=641209)
428 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', 421 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
429 ['mac', 'intel'], bug=606074) 422 ['mac', 'intel'], bug=606074)
430 self.Fail('deqp/functional/gles3/texturefiltering/' + 423 self.Fail('deqp/functional/gles3/texturefiltering/' +
431 'cube_combinations_01.html', 424 'cube_combinations_01.html',
432 ['mac', 'intel'], bug=606074) 425 ['mac', 'intel'], bug=606074)
433 self.Fail('deqp/functional/gles3/texturefiltering/' + 426 self.Fail('deqp/functional/gles3/texturefiltering/' +
434 '2d_array_combinations_01.html', 427 '2d_array_combinations_01.html',
435 ['mac', 'intel'], bug=606074) 428 ['mac', 'intel'], bug=606074)
436 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html', 429 self.Fail('deqp/functional/gles3/texturefiltering/3d_combinations_06.html',
437 ['mac', 'intel'], bug=606074) 430 ['mac', 'intel'], bug=606074)
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 # self.Fail(page_name, 831 # self.Fail(page_name,
839 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 832 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
840 # self.Fail(page_name, 833 # self.Fail(page_name,
841 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 834 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
842 835
843 # Conflicts if between a generic os condition and a specific version 836 # Conflicts if between a generic os condition and a specific version
844 # self.Fail(page_name, 837 # self.Fail(page_name,
845 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 838 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
846 # self.Fail(page_name, 839 # self.Fail(page_name,
847 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 840 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698