| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 | 149 |
| 150 # Win / Intel | 150 # Win / Intel |
| 151 self.Fail('conformance2/buffers/uniform-buffers.html', | 151 self.Fail('conformance2/buffers/uniform-buffers.html', |
| 152 ['win', 'intel'], bug=483282) | 152 ['win', 'intel'], bug=483282) |
| 153 self.Skip('conformance2/textures/misc/copy-texture-image.html', | 153 self.Skip('conformance2/textures/misc/copy-texture-image.html', |
| 154 ['win', 'intel'], bug=617449) | 154 ['win', 'intel'], bug=617449) |
| 155 self.Fail('deqp/functional/gles3/shaderderivate_*', | 155 self.Fail('deqp/functional/gles3/shaderderivate_*', |
| 156 ['win', 'intel'], bug=483282) | 156 ['win', 'intel'], bug=483282) |
| 157 self.Fail('deqp/functional/gles3/shaderstruct.html', | 157 self.Fail('deqp/functional/gles3/shaderstruct.html', |
| 158 ['win', 'intel'], bug=483282) | 158 ['win', 'intel'], bug=483282) |
| 159 self.Flaky('deqp/functional/gles3/lifetime.html', |
| 160 ['win', 'intel'], bug=620379) |
| 159 self.Fail('deqp/functional/gles3/texturespecification/' + | 161 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 160 'teximage3d_depth.html', | 162 'teximage3d_depth.html', |
| 161 ['win', 'intel'], bug=614418) | 163 ['win', 'intel'], bug=614418) |
| 162 self.Skip('deqp/functional/gles3/texturespecification/' + | 164 self.Skip('deqp/functional/gles3/texturespecification/' + |
| 163 'teximage3d_depth_pbo.html', | 165 'teximage3d_depth_pbo.html', |
| 164 ['win', 'intel'], bug=617449) | 166 ['win', 'intel'], bug=617449) |
| 165 self.Flaky('deqp/functional/gles3/lifetime.html', | |
| 166 ['win', 'intel'], bug=620379) | |
| 167 self.Fail('deqp/functional/gles3/texturespecification/' + | 167 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 168 'texsubimage3d_depth.html', | 168 'texsubimage3d_depth.html', |
| 169 ['win', 'intel'], bug=614418) | 169 ['win', 'intel'], bug=614418) |
| 170 self.Fail('deqp/functional/gles3/texturespecification/' + | 170 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 171 'texstorage3d_format_depth_stencil.html', | 171 'texstorage3d_format_depth_stencil.html', |
| 172 ['win', 'intel'], bug=614418) | 172 ['win', 'intel'], bug=614418) |
| 173 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html', | 173 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html', |
| 174 ['win', 'intel'], bug=614418) | 174 ['win', 'intel'], bug=614418) |
| 175 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_01.html', |
| 176 ['win', 'intel'], bug=614418) |
| 175 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html', | 177 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html', |
| 176 ['win', 'intel'], bug=614418) | 178 ['win', 'intel'], bug=614418) |
| 177 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_03.html', | 179 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_03.html', |
| 178 ['win', 'intel'], bug=614418) | 180 ['win', 'intel'], bug=614418) |
| 179 self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html', | 181 self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html', |
| 180 ['win', 'intel'], bug=614418) | 182 ['win', 'intel'], bug=614418) |
| 181 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', | 183 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', |
| 182 ['win', 'intel'], bug=614418) | 184 ['win', 'intel'], bug=614418) |
| 185 self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html', |
| 186 ['win', 'intel'], bug=614418) |
| 183 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', | 187 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', |
| 184 ['win', 'intel'], bug=483282) | 188 ['win', 'intel'], bug=483282) |
| 185 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 189 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 186 'texelfetchoffset.html', | 190 'texelfetchoffset.html', |
| 187 ['win', 'intel'], bug=483282) | 191 ['win', 'intel'], bug=483282) |
| 188 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', | 192 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', |
| 189 ['win', 'intel'], bug=483282) | 193 ['win', 'intel'], bug=483282) |
| 190 self.Fail('deqp/functional/gles3/uniformbuffers/*.html', | 194 self.Fail('deqp/functional/gles3/uniformbuffers/*.html', |
| 191 ['win', 'intel'], bug=483282) | 195 ['win', 'intel'], bug=483282) |
| 192 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', | 196 self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html', |
| 193 ['win', 'intel'], bug=483282) | 197 ['win', 'intel'], bug=483282) |
| 194 self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html', | 198 self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html', |
| 195 ['win', 'intel'], bug=483282) | 199 ['win', 'intel'], bug=483282) |
| 200 self.Flaky('deqp/functional/gles3/transformfeedback/*.html', |
| 201 ['win', 'intel'], bug=626068) |
| 196 | 202 |
| 197 # Mac only. | 203 # Mac only. |
| 198 self.Flaky('deqp/functional/gles3/shaderindexing/varying.html', | 204 self.Flaky('deqp/functional/gles3/shaderindexing/varying.html', |
| 199 ['mac'], bug=619264) | 205 ['mac'], bug=619264) |
| 200 self.Fail('deqp/functional/gles3/shaderloop_do_while.html', | 206 self.Fail('deqp/functional/gles3/shaderloop_do_while.html', |
| 201 ['mac'], bug=617820) | 207 ['mac'], bug=617820) |
| 202 # This one's flaky on AMD, NVIDIA and Intel GPUs, but the | 208 # This one's flaky on AMD, NVIDIA and Intel GPUs, but the |
| 203 # GPU-specific expectations aren't working properly. | 209 # GPU-specific expectations aren't working properly. |
| 204 self.Fail('deqp/functional/gles3/shaderpackingfunction.html', | 210 self.Fail('deqp/functional/gles3/shaderpackingfunction.html', |
| 205 ['mac'], bug=619264) | 211 ['mac'], bug=619264) |
| (...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 855 # self.Fail(page_name, | 861 # self.Fail(page_name, |
| 856 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 862 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 857 # self.Fail(page_name, | 863 # self.Fail(page_name, |
| 858 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 864 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 859 | 865 |
| 860 # Conflicts if between a generic os condition and a specific version | 866 # Conflicts if between a generic os condition and a specific version |
| 861 # self.Fail(page_name, | 867 # self.Fail(page_name, |
| 862 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 868 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 863 # self.Fail(page_name, | 869 # self.Fail(page_name, |
| 864 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 870 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |