OLD | NEW |
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): | 9 def __init__(self, conformance_path): |
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) | 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 self.Fail('deqp/functional/gles3/textureshadow/cube*', | 70 self.Fail('deqp/functional/gles3/textureshadow/cube*', |
71 ['win', 'amd'], bug=638323) | 71 ['win', 'amd'], bug=638323) |
72 self.Fail('deqp/functional/gles3/texturespecification/' + | 72 self.Fail('deqp/functional/gles3/texturespecification/' + |
73 'texstorage2d_format_depth_stencil.html', | 73 'texstorage2d_format_depth_stencil.html', |
74 ['win', 'amd'], bug=614178) | 74 ['win', 'amd'], bug=614178) |
75 self.Fail('deqp/functional/gles3/texturespecification/' + | 75 self.Fail('deqp/functional/gles3/texturespecification/' + |
76 'texstorage3d_format_depth_stencil.html', | 76 'texstorage3d_format_depth_stencil.html', |
77 ['win', 'amd'], bug=614178) | 77 ['win', 'amd'], bug=614178) |
78 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', | 78 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', |
79 ['win', 'amd'], bug=483282) | 79 ['win', 'amd'], bug=483282) |
80 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', | |
81 ['win', 'amd'], bug=483282) | |
82 | 80 |
83 # Failing on old R5 230 configuration. | 81 # Failing on old R5 230 configuration. |
84 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 82 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
85 'texelfetchoffset.html', | 83 'texelfetchoffset.html', |
86 ['win', ('amd', 0x6779)], bug=483282) | 84 ['win', ('amd', 0x6779)], bug=483282) |
87 | 85 |
88 self.Fail('deqp/functional/gles3/transformfeedback/*', | 86 self.Fail('deqp/functional/gles3/transformfeedback/*', |
89 ['win', ('amd', 0x6779)], bug=626068) | 87 ['win', ('amd', 0x6779)], bug=626068) |
90 | 88 |
91 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | 89 self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 ['win', 'intel'], bug=614418) | 148 ['win', 'intel'], bug=614418) |
151 self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html', | 149 self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html', |
152 ['win', 'intel'], bug=614418) | 150 ['win', 'intel'], bug=614418) |
153 self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html', | 151 self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html', |
154 ['win', 'intel'], bug=614418) | 152 ['win', 'intel'], bug=614418) |
155 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', | 153 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', |
156 ['win', 'intel'], bug=483282) | 154 ['win', 'intel'], bug=483282) |
157 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 155 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
158 'texelfetchoffset.html', | 156 'texelfetchoffset.html', |
159 ['win', 'intel'], bug=483282) | 157 ['win', 'intel'], bug=483282) |
160 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', | |
161 ['win', 'intel'], bug=483282) | |
162 self.Fail('deqp/functional/gles3/uniformbuffers/*.html', | 158 self.Fail('deqp/functional/gles3/uniformbuffers/*.html', |
163 ['win', 'intel'], bug=483282) | 159 ['win', 'intel'], bug=483282) |
164 self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html', | 160 self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html', |
165 ['win', 'intel'], bug=483282) | 161 ['win', 'intel'], bug=483282) |
166 self.Fail('conformance2/rendering/uniform-block-buffer-size.html', | 162 self.Fail('conformance2/rendering/uniform-block-buffer-size.html', |
167 ['win', 'intel'], bug=628863) | 163 ['win', 'intel'], bug=628863) |
168 | 164 |
169 self.Fail('deqp/functional/gles3/fbomultisample*', | 165 self.Fail('deqp/functional/gles3/fbomultisample*', |
170 ['win', 'intel'], bug=483282) | 166 ['win', 'intel'], bug=483282) |
171 | 167 |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
874 # self.Fail(page_name, | 870 # self.Fail(page_name, |
875 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 871 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
876 # self.Fail(page_name, | 872 # self.Fail(page_name, |
877 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 873 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
878 | 874 |
879 # Conflicts if between a generic os condition and a specific version | 875 # Conflicts if between a generic os condition and a specific version |
880 # self.Fail(page_name, | 876 # self.Fail(page_name, |
881 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 877 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
882 # self.Fail(page_name, | 878 # self.Fail(page_name, |
883 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 879 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
OLD | NEW |