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

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

Issue 1920613002: Expand suppressions for texturefiltering* tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 'tex-2d-rgba8-rgba-unsigned_byte.html', 312 'tex-2d-rgba8-rgba-unsigned_byte.html',
313 ['win', 'debug'], bug=542901) 313 ['win', 'debug'], bug=542901)
314 314
315 # Win / AMD 315 # Win / AMD
316 # It's unfortunate that this suppression needs to be so broad, but 316 # It's unfortunate that this suppression needs to be so broad, but
317 # basically any test that uses readPixels is potentially flaky, and 317 # basically any test that uses readPixels is potentially flaky, and
318 # it's infeasible to suppress individual failures one by one. 318 # it's infeasible to suppress individual failures one by one.
319 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) 319 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
320 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) 320 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
321 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html', 321 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_00.html',
322 ['win', ('amd', 0x6779)], bug=606021) 322 ['win', ('amd', 0x6779), ('nvidia', 0x104a)], bug=606021)
323 323
324 # Win / Intel 324 # Win / Intel
325 self.Fail('conformance2/buffers/uniform-buffers.html', 325 self.Fail('conformance2/buffers/uniform-buffers.html',
326 ['win', 'intel'], bug=483282) 326 ['win', 'intel'], bug=483282)
327 self.Fail('deqp/functional/gles3/shaderstruct.html', 327 self.Fail('deqp/functional/gles3/shaderstruct.html',
328 ['win', 'intel'], bug=483282) 328 ['win', 'intel'], bug=483282)
329 329
330 # Mac only. 330 # Mac only.
331 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*', 331 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*',
332 ['mac'], bug=606074) 332 ['mac'], bug=606074)
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 self.Fail('deqp/functional/gles3/vertexarrays.html', 442 self.Fail('deqp/functional/gles3/vertexarrays.html',
443 ['linux', 'amd'], bug=483282) 443 ['linux', 'amd'], bug=483282)
444 self.Fail('deqp/functional/gles3/buffercopy.html', 444 self.Fail('deqp/functional/gles3/buffercopy.html',
445 ['linux', 'amd'], bug=483282) 445 ['linux', 'amd'], bug=483282)
446 self.Fail('deqp/functional/gles3/clipping.html', 446 self.Fail('deqp/functional/gles3/clipping.html',
447 ['linux', 'amd'], bug=483282) 447 ['linux', 'amd'], bug=483282)
448 self.Fail('deqp/functional/gles3/samplerobject.html', 448 self.Fail('deqp/functional/gles3/samplerobject.html',
449 ['linux', 'amd'], bug=483282) 449 ['linux', 'amd'], bug=483282)
450 self.Fail('deqp/functional/gles3/shaderprecision.html', 450 self.Fail('deqp/functional/gles3/shaderprecision.html',
451 ['linux', 'amd'], bug=483282) 451 ['linux', 'amd'], bug=483282)
452 self.Fail('deqp/functional/gles3/texturefiltering/3d*',
453 ['linux', 'amd'], bug=606114)
452 454
453 self.Fail('conformance2/misc/uninitialized-test-2.html', 455 self.Fail('conformance2/misc/uninitialized-test-2.html',
454 ['linux', 'amd'], bug=483282) 456 ['linux', 'amd'], bug=483282)
455 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 457 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
456 ['linux', 'amd'], bug=483282) 458 ['linux', 'amd'], bug=483282)
457 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 459 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
458 ['linux', 'amd'], bug=483282) 460 ['linux', 'amd'], bug=483282)
459 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html', 461 self.Fail('conformance2/renderbuffers/framebuffer-texture-layer.html',
460 ['linux', 'amd'], bug=295792) 462 ['linux', 'amd'], bug=295792)
461 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', 463 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 # self.Fail(page_name, 520 # self.Fail(page_name,
519 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 521 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
520 # self.Fail(page_name, 522 # self.Fail(page_name,
521 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 523 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
522 524
523 # Conflicts if between a generic os condition and a specific version 525 # Conflicts if between a generic os condition and a specific version
524 # self.Fail(page_name, 526 # self.Fail(page_name,
525 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 527 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
526 # self.Fail(page_name, 528 # self.Fail(page_name,
527 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 529 # ['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