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

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

Issue 2848123002: Suppress test failures new in 10.12.4. (Closed)
Patch Set: Created 3 years, 7 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) 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, is_asan=False): 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 211
212 # It's unfortunate that these suppressions need to be so broad, but it 212 # It's unfortunate that these suppressions need to be so broad, but it
213 # looks like the D3D11 device can be lost spontaneously on this 213 # looks like the D3D11 device can be lost spontaneously on this
214 # configuration while running basically any test. 214 # configuration while running basically any test.
215 self.Flaky('conformance/*', ['win', 'intel', 'd3d11'], bug=628395) 215 self.Flaky('conformance/*', ['win', 'intel', 'd3d11'], bug=628395)
216 self.Flaky('conformance2/*', ['win', 'intel', 'd3d11'], bug=628395) 216 self.Flaky('conformance2/*', ['win', 'intel', 'd3d11'], bug=628395)
217 self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395) 217 self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395)
218 218
219 # Mac only. 219 # Mac only.
220 220
221 # Regressions in 10.12.4.
222 self.Fail('conformance2/textures/misc/tex-base-level-bug.html',
223 ['sierra'], bug=705865)
224 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
225 ['sierra'], bug=705865)
226
221 # Fails on all GPU types. 227 # Fails on all GPU types.
222 self.Flaky('conformance/context/context-release-upon-reload.html', 228 self.Flaky('conformance/context/context-release-upon-reload.html',
223 ['mac'], bug=713829) 229 ['mac'], bug=713829)
224 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', 230 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
225 ['mac'], bug=709351) 231 ['mac'], bug=709351)
226 self.Fail('conformance2/rendering/' + 232 self.Fail('conformance2/rendering/' +
227 'framebuffer-completeness-unaffected.html', 233 'framebuffer-completeness-unaffected.html',
228 ['mac'], bug=630800) 234 ['mac'], bug=630800)
229 self.Fail('deqp/functional/gles3/fbocompleteness.html', 235 self.Fail('deqp/functional/gles3/fbocompleteness.html',
230 ['mac'], bug=630800) 236 ['mac'], bug=630800)
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 ['mac', ('nvidia', 0xfe9)], bug=483282) 277 ['mac', ('nvidia', 0xfe9)], bug=483282)
272 self.Fail('conformance2/textures/misc/tex-input-validation.html', 278 self.Fail('conformance2/textures/misc/tex-input-validation.html',
273 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282) 279 ['mac', ('nvidia', 0xfe9), 'no_angle'], bug=483282)
274 self.Flaky('conformance2/textures/image_bitmap_from_video/' + 280 self.Flaky('conformance2/textures/image_bitmap_from_video/' +
275 'tex-2d-rgba16f-rgba-half_float.html', 281 'tex-2d-rgba16f-rgba-half_float.html',
276 ['mac', ('nvidia', 0xfe9)], bug=682834) 282 ['mac', ('nvidia', 0xfe9)], bug=682834)
277 self.Fail('conformance/uniforms/' + 283 self.Fail('conformance/uniforms/' +
278 'no-over-optimization-on-uniform-array-12.html', 284 'no-over-optimization-on-uniform-array-12.html',
279 ['mac', ('nvidia', 0xfe9)], bug=684903) 285 ['mac', ('nvidia', 0xfe9)], bug=684903)
280 286
287 self.Fail('deqp/functional/gles3/draw/random.html',
288 ['sierra', ('nvidia', 0xfe9)], bug=716652)
281 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html', 289 self.Fail('deqp/functional/gles3/framebufferblit/conversion_04.html',
282 ['mac', ('nvidia', 0xfe9)], bug=483282) 290 ['mac', ('nvidia', 0xfe9)], bug=483282)
283 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 291 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
284 ['mac', ('nvidia', 0xfe9)], bug=483282) 292 ['mac', ('nvidia', 0xfe9)], bug=483282)
285 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html', 293 self.Fail('deqp/functional/gles3/framebufferblit/conversion_08.html',
286 ['mac', ('nvidia', 0xfe9)], bug=483282) 294 ['mac', ('nvidia', 0xfe9)], bug=483282)
287 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html', 295 self.Fail('deqp/functional/gles3/framebufferblit/conversion_10.html',
288 ['mac', ('nvidia', 0xfe9)], bug=483282) 296 ['mac', ('nvidia', 0xfe9)], bug=483282)
289 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html', 297 self.Fail('deqp/functional/gles3/framebufferblit/conversion_11.html',
290 ['mac', ('nvidia', 0xfe9)], bug=483282) 298 ['mac', ('nvidia', 0xfe9)], bug=483282)
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 # self.Fail(page_name, 1156 # self.Fail(page_name,
1149 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1157 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1150 # self.Fail(page_name, 1158 # self.Fail(page_name,
1151 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1159 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1152 1160
1153 # Conflicts if between a generic os condition and a specific version 1161 # Conflicts if between a generic os condition and a specific version
1154 # self.Fail(page_name, 1162 # self.Fail(page_name,
1155 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1163 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1156 # self.Fail(page_name, 1164 # self.Fail(page_name,
1157 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1165 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
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