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

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

Issue 2841853003: Webgl2 textures/canvas/tex-2d suppressions. (Closed)
Patch Set: 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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 self.Fail('deqp/functional/gles3/uniformbuffers/multi_nested_struct.html', 1040 self.Fail('deqp/functional/gles3/uniformbuffers/multi_nested_struct.html',
1041 ['linux', 'amd'], bug=483282) 1041 ['linux', 'amd'], bug=483282)
1042 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 1042 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
1043 ['linux', 'amd'], bug=483282) 1043 ['linux', 'amd'], bug=483282)
1044 self.Fail('conformance2/buffers/uniform-buffers.html', 1044 self.Fail('conformance2/buffers/uniform-buffers.html',
1045 ['linux', 'amd'], bug=658842) 1045 ['linux', 'amd'], bug=658842)
1046 self.Fail('conformance2/rendering/uniform-block-buffer-size.html', 1046 self.Fail('conformance2/rendering/uniform-block-buffer-size.html',
1047 ['linux', 'amd'], bug=658844) 1047 ['linux', 'amd'], bug=658844)
1048 1048
1049 # Linux AMD R7 240 1049 # Linux AMD R7 240
1050 self.Fail('conformance2/textures/canvas/' +
1051 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
1052 ['linux', ('amd', 0x6613)], bug=710392)
qiankun 2017/04/26 04:52:28 I think these failures are not for AMD R7 240 only
Ken Russell (switch to Gerrit) 2017/04/26 05:23:29 Understood. If you have other PCI IDs you'd like u
1053 self.Fail('conformance2/textures/canvas/' +
1054 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
1055 ['linux', ('amd', 0x6613)], bug=710392)
1056 self.Fail('conformance2/textures/canvas/' +
1057 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
1058 ['linux', ('amd', 0x6613)], bug=710392)
1059 self.Fail('conformance2/textures/webgl_canvas/' +
1060 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
1061 ['linux', ('amd', 0x6613)], bug=710392)
1062 self.Fail('conformance2/textures/webgl_canvas/' +
1063 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
1064 ['linux', ('amd', 0x6613)], bug=710392)
1065 self.Fail('conformance2/textures/webgl_canvas/' +
1066 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
1067 ['linux', ('amd', 0x6613)], bug=710392)
1068
1050 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1069 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1051 'tex-2d-rgba16f-rgba-float.html', 1070 'tex-2d-rgba16f-rgba-float.html',
1052 ['linux', ('amd', 0x6613)], bug=701138) 1071 ['linux', ('amd', 0x6613)], bug=701138)
1053 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1072 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1054 'tex-2d-rgba16f-rgba-half_float.html', 1073 'tex-2d-rgba16f-rgba-half_float.html',
1055 ['linux', ('amd', 0x6613)], bug=701138) 1074 ['linux', ('amd', 0x6613)], bug=701138)
1056 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1075 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1057 'tex-2d-rgba32f-rgba-float.html', 1076 'tex-2d-rgba32f-rgba-float.html',
1058 ['linux', ('amd', 0x6613)], bug=701138) 1077 ['linux', ('amd', 0x6613)], bug=701138)
1059 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1078 self.Fail('conformance2/textures/image_bitmap_from_video/' +
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1120 # self.Fail(page_name, 1139 # self.Fail(page_name,
1121 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1140 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1122 # self.Fail(page_name, 1141 # self.Fail(page_name,
1123 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1142 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1124 1143
1125 # Conflicts if between a generic os condition and a specific version 1144 # Conflicts if between a generic os condition and a specific version
1126 # self.Fail(page_name, 1145 # self.Fail(page_name,
1127 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1146 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1128 # self.Fail(page_name, 1147 # self.Fail(page_name,
1129 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1148 # ['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