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

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

Issue 2350503002: Suppress flaky texturespecification/random_teximage2d_2d.html on Linux NVIDIA. (Closed)
Patch Set: 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 | « 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 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 self.Fail('deqp/data/gles3/shaders/linkage.html', 463 self.Fail('deqp/data/gles3/shaders/linkage.html',
464 ['linux', 'amd', 'intel'], bug=483282) 464 ['linux', 'amd', 'intel'], bug=483282)
465 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', 465 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
466 ['linux', 'amd', 'intel'], bug=634525) 466 ['linux', 'amd', 'intel'], bug=634525)
467 467
468 # Linux with ANGLE only 468 # Linux with ANGLE only
469 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 469 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
470 ['linux', 'opengl'], bug=483282) 470 ['linux', 'opengl'], bug=483282)
471 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 471 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
472 ['linux', 'opengl'], bug=483282) 472 ['linux', 'opengl'], bug=483282)
473
474 # Linux NVIDIA
475 # This test is flaky both with and without ANGLE.
473 self.Flaky('deqp/functional/gles3/texturespecification/' + 476 self.Flaky('deqp/functional/gles3/texturespecification/' +
474 'random_teximage2d_2d.html', 477 'random_teximage2d_2d.html',
475 ['linux', 'opengl', 'nvidia'], bug=618447) 478 ['linux', 'nvidia'], bug=618447)
476 479
477 # Linux Intel 480 # Linux Intel
478 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html', 481 self.Fail('deqp/functional/gles3/shaderderivate_dfdx.html',
479 ['linux', 'intel'], bug=618408) 482 ['linux', 'intel'], bug=618408)
480 self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html', 483 self.Fail('deqp/functional/gles3/fbomultisample.2_samples.html',
481 ['linux', 'intel'], bug=635528) 484 ['linux', 'intel'], bug=635528)
482 self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html', 485 self.Fail('deqp/functional/gles3/fbomultisample.4_samples.html',
483 ['linux', 'intel'], bug=635528) 486 ['linux', 'intel'], bug=635528)
484 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 487 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
485 ['linux', 'intel'], bug=640389) 488 ['linux', 'intel'], bug=640389)
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 # self.Fail(page_name, 817 # self.Fail(page_name,
815 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
816 # self.Fail(page_name, 819 # self.Fail(page_name,
817 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 820 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
818 821
819 # Conflicts if between a generic os condition and a specific version 822 # Conflicts if between a generic os condition and a specific version
820 # self.Fail(page_name, 823 # self.Fail(page_name,
821 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
822 # self.Fail(page_name, 825 # self.Fail(page_name,
823 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 826 # ['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