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

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

Issue 2907753003: Suppress Linux AMD and Intel WebGL2 CTS failures (Closed)
Patch Set: Created 3 years, 6 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 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 ['linux', 'intel'], bug=680720) 821 ['linux', 'intel'], bug=680720)
822 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', 822 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
823 ['linux', 'intel'], bug=680720) 823 ['linux', 'intel'], bug=680720)
824 self.Fail('deqp/functional/gles3/framebufferblit/' + 824 self.Fail('deqp/functional/gles3/framebufferblit/' +
825 'default_framebuffer_00.html', 825 'default_framebuffer_00.html',
826 ['linux', 'intel'], bug=680720) 826 ['linux', 'intel'], bug=680720)
827 self.Fail('conformance2/glsl3/' + 827 self.Fail('conformance2/glsl3/' +
828 'vector-dynamic-indexing-swizzled-lvalue.html', 828 'vector-dynamic-indexing-swizzled-lvalue.html',
829 ['linux', 'intel'], bug=709874) 829 ['linux', 'intel'], bug=709874)
830 830
831 self.Fail('deqp/functional/gles3/texturefiltering/3d_formats_04.html',
832 ['linux', 'intel'], bug=715881)
833 self.Fail('deqp/functional/gles3/texturefiltering/3d_formats_05.html',
834 ['linux', 'intel'], bug=715881)
835 self.Fail('deqp/functional/gles3/texturefiltering/3d_formats_08.html',
836 ['linux', 'intel'], bug=715881)
837 self.Fail('deqp/functional/gles3/texturefiltering/3d_formats_09.html',
838 ['linux', 'intel'], bug=715881)
839
840 # Intermittently running out of memory. 831 # Intermittently running out of memory.
841 self.Flaky('deqp/functional/gles3/texturefiltering/3d_sizes_00.html', 832 self.Flaky('deqp/functional/gles3/texturefiltering/*',
842 ['linux', 'intel'], bug=717023) 833 ['linux', 'intel'], bug=725664)
843 self.Flaky('deqp/functional/gles3/texturefiltering/3d_sizes_01.html', 834 self.Flaky('deqp/functional/gles3/textureformat/*',
844 ['linux', 'intel'], bug=717023) 835 ['linux', 'intel'], bug=725664)
845 self.Flaky('deqp/functional/gles3/texturefiltering/3d_sizes_02.html', 836 self.Flaky('deqp/functional/gles3/textureshadow/*',
846 ['linux', 'intel'], bug=717023) 837 ['linux', 'intel'], bug=725664)
847 self.Flaky('deqp/functional/gles3/texturefiltering/3d_sizes_03.html', 838 self.Flaky('deqp/functional/gles3/texturespecification/*',
848 ['linux', 'intel'], bug=717023) 839 ['linux', 'intel'], bug=725664)
849 self.Flaky('deqp/functional/gles3/texturefiltering/3d_sizes_04.html',
850 ['linux', 'intel'], bug=717023)
851 840
852 # Linux AMD only. 841 # Linux AMD only.
853 # It looks like AMD shader compiler rejects many valid ES3 semantics. 842 # It looks like AMD shader compiler rejects many valid ES3 semantics.
854 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 843 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
855 ['linux', 'amd'], bug=483282) 844 ['linux', 'amd'], bug=483282)
856 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', 845 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
857 ['linux', 'amd'], bug=709351) 846 ['linux', 'amd'], bug=709351)
858 self.Fail('deqp/functional/gles3/multisample.html', 847 self.Fail('deqp/functional/gles3/multisample.html',
859 ['linux', 'amd'], bug=617290) 848 ['linux', 'amd'], bug=617290)
860 self.Fail('deqp/data/gles3/shaders/conversions.html', 849 self.Fail('deqp/data/gles3/shaders/conversions.html',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1098 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1087 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1099 'tex-2d-rgba32f-rgba-float.html', 1088 'tex-2d-rgba32f-rgba-float.html',
1100 ['linux', ('amd', 0x6613)], bug=701138) 1089 ['linux', ('amd', 0x6613)], bug=701138)
1101 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1090 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1102 'tex-2d-rgba4-rgba-unsigned_byte.html', 1091 'tex-2d-rgba4-rgba-unsigned_byte.html',
1103 ['linux', ('amd', 0x6613)], bug=701138) 1092 ['linux', ('amd', 0x6613)], bug=701138)
1104 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1093 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1105 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', 1094 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
1106 ['linux', ('amd', 0x6613)], bug=701138) 1095 ['linux', ('amd', 0x6613)], bug=701138)
1107 self.Fail('conformance2/textures/image_data/' + 1096 self.Fail('conformance2/textures/image_data/' +
1097 'tex-3d-rgb565-rgb-unsigned_byte.html',
1098 ['linux', ('amd', 0x6613)], bug=701138)
1099 self.Fail('conformance2/textures/image_data/' +
1108 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html', 1100 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html',
1109 ['linux', ('amd', 0x6613)], bug=725556) 1101 ['linux', ('amd', 0x6613)], bug=701138)
1102 self.Fail('conformance2/textures/image_data/' +
1103 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
1104 ['linux', ('amd', 0x6613)], bug=701138)
1110 1105
1111 # Conflicting expectations to test that the 1106 # Conflicting expectations to test that the
1112 # "Expectations have no collisions" unittest works. 1107 # "Expectations have no collisions" unittest works.
1113 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' 1108 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html'
1114 1109
1115 # Conflict when all conditions match 1110 # Conflict when all conditions match
1116 # self.Fail(page_name, 1111 # self.Fail(page_name,
1117 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1112 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1118 # self.Fail(page_name, 1113 # self.Fail(page_name,
1119 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1114 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 # self.Fail(page_name, 1160 # self.Fail(page_name,
1166 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1161 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1167 # self.Fail(page_name, 1162 # self.Fail(page_name,
1168 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1163 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1169 1164
1170 # Conflicts if between a generic os condition and a specific version 1165 # Conflicts if between a generic os condition and a specific version
1171 # self.Fail(page_name, 1166 # self.Fail(page_name,
1172 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1167 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1173 # self.Fail(page_name, 1168 # self.Fail(page_name,
1174 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1169 # ['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