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

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

Issue 2811603002: Disable WebglConformance_conformance2_glsl3_vector_dynamic_indexing_swizzled_lvalue on failing GPU … (Closed)
Patch Set: rebase 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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 self.Fail('deqp/functional/gles3/transformfeedback/interpolation_flat.html', 96 self.Fail('deqp/functional/gles3/transformfeedback/interpolation_flat.html',
97 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754) 97 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
98 98
99 # Win / NVIDIA / OpenGL 99 # Win / NVIDIA / OpenGL
100 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', 100 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
101 ['win', 'nvidia', 'opengl'], bug=693090) 101 ['win', 'nvidia', 'opengl'], bug=693090)
102 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 102 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
103 ['win', 'nvidia', 'opengl'], bug=693090) 103 ['win', 'nvidia', 'opengl'], bug=693090)
104 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', 104 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
105 ['win', 'nvidia', 'opengl'], bug=693090) 105 ['win', 'nvidia', 'opengl'], bug=693090)
106 self.Fail('conformance2/glsl3/' +
107 'vector-dynamic-indexing-swizzled-lvalue.html',
108 ['win', 'nvidia', 'opengl'], bug=709874)
106 109
107 # Win / AMD 110 # Win / AMD
108 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', 111 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html',
109 ['win', 'amd', 'd3d11'], bug=483282) # owner:jmadill 112 ['win', 'amd', 'd3d11'], bug=483282) # owner:jmadill
110 113
111 # Failing on old R5 230 configuration. 114 # Failing on old R5 230 configuration.
112 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 115 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
113 'texelfetchoffset.html', 116 'texelfetchoffset.html',
114 ['win', ('amd', 0x6779), 'd3d11'], bug=483282) 117 ['win', ('amd', 0x6779), 'd3d11'], bug=483282)
115 118
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 ['linux', 'intel'], bug=680720) 802 ['linux', 'intel'], bug=680720)
800 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html', 803 self.Fail('deqp/functional/gles3/framebufferblit/conversion_32.html',
801 ['linux', 'intel'], bug=680720) 804 ['linux', 'intel'], bug=680720)
802 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', 805 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
803 ['linux', 'intel'], bug=680720) 806 ['linux', 'intel'], bug=680720)
804 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html', 807 self.Fail('deqp/functional/gles3/framebufferblit/conversion_34.html',
805 ['linux', 'intel'], bug=680720) 808 ['linux', 'intel'], bug=680720)
806 self.Fail('deqp/functional/gles3/framebufferblit/' + 809 self.Fail('deqp/functional/gles3/framebufferblit/' +
807 'default_framebuffer_00.html', 810 'default_framebuffer_00.html',
808 ['linux', 'intel'], bug=680720) 811 ['linux', 'intel'], bug=680720)
812 self.Fail('conformance2/glsl3/' +
813 'vector-dynamic-indexing-swizzled-lvalue.html',
814 ['linux', 'intel'], bug=709874)
809 815
810 # Linux AMD only. 816 # Linux AMD only.
811 # It looks like AMD shader compiler rejects many valid ES3 semantics. 817 # It looks like AMD shader compiler rejects many valid ES3 semantics.
812 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', 818 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
813 ['linux', 'amd'], bug=483282) 819 ['linux', 'amd'], bug=483282)
814 self.Fail('deqp/functional/gles3/multisample.html', 820 self.Fail('deqp/functional/gles3/multisample.html',
815 ['linux', 'amd'], bug=617290) 821 ['linux', 'amd'], bug=617290)
816 self.Fail('deqp/data/gles3/shaders/conversions.html', 822 self.Fail('deqp/data/gles3/shaders/conversions.html',
817 ['linux', 'amd'], bug=483282) 823 ['linux', 'amd'], bug=483282)
818 self.Skip('deqp/data/gles3/shaders/arrays.html', 824 self.Skip('deqp/data/gles3/shaders/arrays.html',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 ['linux', ('amd', 0x6613)], bug=701138) 1035 ['linux', ('amd', 0x6613)], bug=701138)
1030 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1036 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1031 'tex-2d-rgba32f-rgba-float.html', 1037 'tex-2d-rgba32f-rgba-float.html',
1032 ['linux', ('amd', 0x6613)], bug=701138) 1038 ['linux', ('amd', 0x6613)], bug=701138)
1033 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1039 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1034 'tex-2d-rgba4-rgba-unsigned_byte.html', 1040 'tex-2d-rgba4-rgba-unsigned_byte.html',
1035 ['linux', ('amd', 0x6613)], bug=701138) 1041 ['linux', ('amd', 0x6613)], bug=701138)
1036 self.Fail('conformance2/textures/image_bitmap_from_video/' + 1042 self.Fail('conformance2/textures/image_bitmap_from_video/' +
1037 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html', 1043 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
1038 ['linux', ('amd', 0x6613)], bug=701138) 1044 ['linux', ('amd', 0x6613)], bug=701138)
1045 self.Fail('conformance2/glsl3/' +
1046 'vector-dynamic-indexing-swizzled-lvalue.html',
1047 ['linux', ('amd', 0x6613)], bug=709874)
1039 1048
1040 # Conflicting expectations to test that the 1049 # Conflicting expectations to test that the
1041 # "Expectations have no collisions" unittest works. 1050 # "Expectations have no collisions" unittest works.
1042 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html' 1051 # page_name = 'conformance/glsl/constructors/glsl-construct-ivec4.html'
1043 1052
1044 # Conflict when all conditions match 1053 # Conflict when all conditions match
1045 # self.Fail(page_name, 1054 # self.Fail(page_name,
1046 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1055 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1047 # self.Fail(page_name, 1056 # self.Fail(page_name,
1048 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1057 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
1094 # self.Fail(page_name, 1103 # self.Fail(page_name,
1095 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1104 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1096 # self.Fail(page_name, 1105 # self.Fail(page_name,
1097 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1106 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1098 1107
1099 # Conflicts if between a generic os condition and a specific version 1108 # Conflicts if between a generic os condition and a specific version
1100 # self.Fail(page_name, 1109 # self.Fail(page_name,
1101 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1110 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1102 # self.Fail(page_name, 1111 # self.Fail(page_name,
1103 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1112 # ['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