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

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

Issue 2496813002: [Command buffer] workaround the framebuffer completeness bug for Intel Mac (Closed)
Patch Set: code rebase 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/framebuffer_manager.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) 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 # configuration while running basically any test. 126 # configuration while running basically any test.
127 self.Flaky('conformance/*', ['win', 'intel'], bug=628395) 127 self.Flaky('conformance/*', ['win', 'intel'], bug=628395)
128 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395) 128 self.Flaky('conformance2/*', ['win', 'intel'], bug=628395)
129 self.Flaky('deqp/*', ['win', 'intel'], bug=628395) 129 self.Flaky('deqp/*', ['win', 'intel'], bug=628395)
130 130
131 # Mac only. 131 # Mac only.
132 132
133 self.Fail('conformance2/rendering/' + 133 self.Fail('conformance2/rendering/' +
134 'framebuffer-completeness-unaffected.html', 134 'framebuffer-completeness-unaffected.html',
135 ['mac'], bug=630800) 135 ['mac'], bug=630800)
136 self.Fail('deqp/functional/gles3/fbocompleteness.html',
137 ['mac'], bug=630800)
138 # self.Fail('deqp/functional/gles3/fbocompleteness.html',
139 # ['mac', ('nvidia', 0xfe9)], bug=616562)
140
141 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 136 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
142 ['mac'], bug=641149) 137 ['mac'], bug=641149)
143 138
144 # Mac Retina NVIDIA 139 # Mac Retina NVIDIA
140 self.Fail('deqp/functional/gles3/fbocompleteness.html',
141 ['mac', ('nvidia', 0xfe9)], bug=616562)
145 self.Fail('deqp/functional/gles3/fbomultisample*', 142 self.Fail('deqp/functional/gles3/fbomultisample*',
146 ['mac', ('nvidia', 0xfe9)], bug=641209) 143 ['mac', ('nvidia', 0xfe9)], bug=641209)
147 self.Fail('deqp/functional/gles3/framebufferblit/' + 144 self.Fail('deqp/functional/gles3/framebufferblit/' +
148 'default_framebuffer_04.html', 145 'default_framebuffer_04.html',
149 ['mac', ('nvidia', 0xfe9)], bug=483282) 146 ['mac', ('nvidia', 0xfe9)], bug=483282)
150 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 147 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
151 ['mac', ('nvidia', 0xfe9)], bug=483282) 148 ['mac', ('nvidia', 0xfe9)], bug=483282)
152 self.Flaky( 149 self.Flaky(
153 'conformance/extensions/webgl-compressed-texture-size-limit.html', 150 'conformance/extensions/webgl-compressed-texture-size-limit.html',
154 ['mac', ('nvidia', 0xfe9)], bug=483282) 151 ['mac', ('nvidia', 0xfe9)], bug=483282)
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'multiple_attributes.output.html', 281 'multiple_attributes.output.html',
285 ['mac', ('nvidia', 0xfe9)], bug=483282) 282 ['mac', ('nvidia', 0xfe9)], bug=483282)
286 283
287 # Mac AMD 284 # Mac AMD
288 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html', 285 self.Fail('conformance/glsl/bugs/bool-type-cast-bug-int-float.html',
289 ['mac', 'amd'], bug=643866) 286 ['mac', 'amd'], bug=643866)
290 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html', 287 self.Fail('conformance2/glsl3/bool-type-cast-bug-uint-ivec-uvec.html',
291 ['mac', 'amd'], bug=643866) 288 ['mac', 'amd'], bug=643866)
292 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 289 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
293 ['mac', 'amd'], bug=643866) 290 ['mac', 'amd'], bug=643866)
294
295 self.Fail('deqp/functional/gles3/multisample.html', 291 self.Fail('deqp/functional/gles3/multisample.html',
296 ['mac', 'amd'], bug=617290) 292 ['mac', 'amd'], bug=617290)
297 self.Fail('deqp/functional/gles3/primitiverestart/00.html', 293 self.Fail('deqp/functional/gles3/primitiverestart/00.html',
298 ['mac', 'amd'], bug=598930) 294 ['mac', 'amd'], bug=598930)
299 self.Fail('deqp/functional/gles3/primitiverestart/01.html', 295 self.Fail('deqp/functional/gles3/primitiverestart/01.html',
300 ['mac', 'amd'], bug=598930) 296 ['mac', 'amd'], bug=598930)
301 self.Fail('deqp/functional/gles3/transformfeedback/' + 297 self.Fail('deqp/functional/gles3/transformfeedback/' +
302 'array_interleaved_lines.html', 298 'array_interleaved_lines.html',
303 ['mac', 'amd'], bug=483282) 299 ['mac', 'amd'], bug=483282)
304 self.Fail('deqp/functional/gles3/transformfeedback/' + 300 self.Fail('deqp/functional/gles3/transformfeedback/' +
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 # self.Fail(page_name, 820 # self.Fail(page_name,
825 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 821 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
826 # self.Fail(page_name, 822 # self.Fail(page_name,
827 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 823 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
828 824
829 # Conflicts if between a generic os condition and a specific version 825 # Conflicts if between a generic os condition and a specific version
830 # self.Fail(page_name, 826 # self.Fail(page_name,
831 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 827 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
832 # self.Fail(page_name, 828 # self.Fail(page_name,
833 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 829 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/framebuffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698