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

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

Issue 2703123003: Suppress two flaking or failing tests on Linux NVIDIA. (Closed)
Patch Set: Created 3 years, 10 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 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 self.Fail('conformance2/rendering/clipping-wide-points.html', 670 self.Fail('conformance2/rendering/clipping-wide-points.html',
671 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 671 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
672 672
673 # Linux NVIDIA 673 # Linux NVIDIA
674 # This test is flaky both with and without ANGLE. 674 # This test is flaky both with and without ANGLE.
675 self.Flaky('deqp/functional/gles3/texturespecification/' + 675 self.Flaky('deqp/functional/gles3/texturespecification/' +
676 'random_teximage2d_2d.html', 676 'random_teximage2d_2d.html',
677 ['linux', 'nvidia'], bug=618447) 677 ['linux', 'nvidia'], bug=618447)
678 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 678 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
679 ['linux', 'nvidia'], bug=672380) 679 ['linux', 'nvidia'], bug=672380)
680 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
681 'tex-2d-r11f_g11f_b10f-rgb-half_float.html',
682 ['linux', 'nvidia'], bug=694359)
680 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 683 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
681 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', 684 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
682 ['linux', 'nvidia'], bug=679677) 685 ['linux', 'nvidia'], bug=679677)
683 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', 686 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
684 ['linux', 'nvidia', 'opengl'], bug=680278) 687 ['linux', 'nvidia', 'opengl'], bug=680278)
685 self.Fail('conformance2/textures/image/' + 688 self.Fail('conformance2/textures/image/' +
686 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', 689 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
687 ['linux', ('nvidia', 0xf02)], bug=680282) 690 ['linux', ('nvidia', 0xf02)], bug=680282)
688 self.Fail('conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html' , 691 self.Fail('conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html' ,
689 ['linux', 'nvidia'], bug=684399) 692 ['linux', 'nvidia'], bug=684399)
690 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 693 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
691 'tex-2d-rgb565-rgb-unsigned_byte.html', 694 'tex-2d-rgb565-rgb-unsigned_byte.html',
692 ['linux', 'nvidia'], bug=684399) 695 ['linux', 'nvidia'], bug=684399)
696 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' +
697 'tex-2d-srgb8-rgb-unsigned_byte.html',
698 ['linux', 'nvidia'], bug=694354)
693 699
694 # Linux Intel 700 # Linux Intel
695 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 701 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
696 ['linux', 'intel'], bug=640389) 702 ['linux', 'intel'], bug=640389)
697 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', 703 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2',
698 ['linux', 'intel'], bug=687210) 704 ['linux', 'intel'], bug=687210)
699 705
700 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 706 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
701 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 707 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
702 ['linux', 'intel'], bug=540543) # GPU timeout 708 ['linux', 'intel'], bug=540543) # GPU timeout
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 # self.Fail(page_name, 1042 # self.Fail(page_name,
1037 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1043 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1038 # self.Fail(page_name, 1044 # self.Fail(page_name,
1039 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1045 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1040 1046
1041 # Conflicts if between a generic os condition and a specific version 1047 # Conflicts if between a generic os condition and a specific version
1042 # self.Fail(page_name, 1048 # self.Fail(page_name,
1043 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1049 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1044 # self.Fail(page_name, 1050 # self.Fail(page_name,
1045 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1051 # ['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