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

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

Issue 2835693002: Mark a WebGL2 test Flaky (Closed)
Patch Set: fix conflict Created 3 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, 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 693 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 self.Flaky('deqp/functional/gles3/texturespecification/' + 704 self.Flaky('deqp/functional/gles3/texturespecification/' +
705 'random_teximage2d_2d.html', 705 'random_teximage2d_2d.html',
706 ['linux', 'amd', 'intel'], bug=618447) 706 ['linux', 'amd', 'intel'], bug=618447)
707 self.Fail('conformance2/rendering/clipping-wide-points.html', 707 self.Fail('conformance2/rendering/clipping-wide-points.html',
708 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 708 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
709 709
710 # Linux NVIDIA 710 # Linux NVIDIA
711 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 711 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
712 'tex-2d-r32f-red-float.html', 712 'tex-2d-r32f-red-float.html',
713 ['linux', 'nvidia'], bug=713127) 713 ['linux', 'nvidia'], bug=713127)
714 self.Flaky('deqp/functional/gles3/multisample.html',
715 ['linux', 'nvidia'], bug=714207)
714 716
715 # This test is flaky both with and without ANGLE. 717 # This test is flaky both with and without ANGLE.
716 self.Flaky('deqp/functional/gles3/texturespecification/' + 718 self.Flaky('deqp/functional/gles3/texturespecification/' +
717 'random_teximage2d_2d.html', 719 'random_teximage2d_2d.html',
718 ['linux', 'nvidia'], bug=618447) 720 ['linux', 'nvidia'], bug=618447)
719 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 721 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
720 ['linux', 'nvidia'], bug=672380) 722 ['linux', 'nvidia'], bug=672380)
721 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', 723 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
722 ['linux', 'nvidia'], bug=709351) 724 ['linux', 'nvidia'], bug=709351)
723 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 725 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
(...skipping 11 matching lines...) Expand all
735 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', 737 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
736 ['linux', 'nvidia', 'opengl'], bug=680278) 738 ['linux', 'nvidia', 'opengl'], bug=680278)
737 self.Fail('conformance2/textures/image/' + 739 self.Fail('conformance2/textures/image/' +
738 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', 740 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
739 ['linux', ('nvidia', 0xf02)], bug=680282) 741 ['linux', ('nvidia', 0xf02)], bug=680282)
740 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' + 742 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' +
741 'tex-2d-srgb8-rgb-unsigned_byte.html', 743 'tex-2d-srgb8-rgb-unsigned_byte.html',
742 ['linux', 'nvidia'], bug=694354) 744 ['linux', 'nvidia'], bug=694354)
743 745
744 # Linux NVIDIA Quadro P400 746 # Linux NVIDIA Quadro P400
745 self.Fail('deqp/functional/gles3/multisample.html',
746 ['linux', ('nvidia', 0x1cb3)], bug=702861)
747 # This test causes a lost device and then the next test fails. 747 # This test causes a lost device and then the next test fails.
748 self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html', 748 self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html',
749 ['linux', ('nvidia', 0x1cb3)], bug=709320) 749 ['linux', ('nvidia', 0x1cb3)], bug=709320)
750 750
751 # Linux Intel 751 # Linux Intel
752 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 752 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
753 ['linux', 'intel'], bug=640389) 753 ['linux', 'intel'], bug=640389)
754 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', 754 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2',
755 ['linux', 'intel'], bug=687210) 755 ['linux', 'intel'], bug=687210)
756 756
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1118 # self.Fail(page_name, 1118 # self.Fail(page_name,
1119 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1119 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1120 # self.Fail(page_name, 1120 # self.Fail(page_name,
1121 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1121 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1122 1122
1123 # Conflicts if between a generic os condition and a specific version 1123 # Conflicts if between a generic os condition and a specific version
1124 # self.Fail(page_name, 1124 # self.Fail(page_name,
1125 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1125 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1126 # self.Fail(page_name, 1126 # self.Fail(page_name,
1127 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1127 # ['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