| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 import os | 4 import os |
| 5 | 5 |
| 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations | 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations |
| 7 | 7 |
| 8 # See the GpuTestExpectations class for documentation. | 8 # See the GpuTestExpectations class for documentation. |
| 9 | 9 |
| 10 class WebGLConformanceExpectations(GpuTestExpectations): | 10 class WebGLConformanceExpectations(GpuTestExpectations): |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 # It's unfortunate that this suppression needs to be so broad, but | 146 # It's unfortunate that this suppression needs to be so broad, but |
| 147 # basically any test that uses readPixels is potentially flaky, and | 147 # basically any test that uses readPixels is potentially flaky, and |
| 148 # it's infeasible to suppress individual failures one by one. | 148 # it's infeasible to suppress individual failures one by one. |
| 149 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) | 149 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) |
| 150 | 150 |
| 151 # Win AMD failures | 151 # Win AMD failures |
| 152 # This test is probably flaky on all AMD, but only visible on the | 152 # This test is probably flaky on all AMD, but only visible on the |
| 153 # new AMD (the whole test suite is flaky on the old config). | 153 # new AMD (the whole test suite is flaky on the old config). |
| 154 # Mark as Fail since it often flakes in all 3 retries | 154 # Mark as Fail since it often flakes in all 3 retries |
| 155 self.Fail('conformance/extensions/oes-texture-half-float.html', | 155 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 156 ['win', ('amd', 0x6613)], bug=653533) | 156 ['win', 'no_passthrough', ('amd', 0x6613)], bug=653533) |
| 157 | 157 |
| 158 # Win / AMD D3D9 failures | 158 # Win / AMD D3D9 failures |
| 159 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 159 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 160 ['win', 'amd', 'd3d9'], bug=475095) | 160 ['win', 'amd', 'd3d9'], bug=475095) |
| 161 self.Fail('conformance/rendering/more-than-65536-indices.html', | 161 self.Fail('conformance/rendering/more-than-65536-indices.html', |
| 162 ['win', 'amd', 'd3d9'], bug=475095) | 162 ['win', 'amd', 'd3d9'], bug=475095) |
| 163 | 163 |
| 164 # Win / D3D9 failures | 164 # Win / D3D9 failures |
| 165 # Skipping these two tests because they're causing assertion failures. | 165 # Skipping these two tests because they're causing assertion failures. |
| 166 self.Skip('conformance/extensions/oes-texture-float-with-canvas.html', | 166 self.Skip('conformance/extensions/oes-texture-float-with-canvas.html', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 210 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', | 210 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', |
| 211 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 211 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 212 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 212 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 213 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 213 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 214 self.Fail('conformance/uniforms/uniform-default-values.html', | 214 self.Fail('conformance/uniforms/uniform-default-values.html', |
| 215 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 215 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 216 | 216 |
| 217 # Win / Passthrough command decoder | 217 # Win / Passthrough command decoder |
| 218 self.Fail('conformance/attribs/gl-vertexattribpointer.html', | 218 self.Fail('conformance/attribs/gl-vertexattribpointer.html', |
| 219 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 219 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 220 self.Fail('conformance/extensions/*', ['win', 'passthrough', 'd3d11'], | 220 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 221 bug=1523) # angle bug ID | 221 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 222 self.Fail('conformance/extensions/' + |
| 223 'angle-instanced-arrays-out-of-bounds.html', |
| 224 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 225 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', |
| 226 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 227 self.Fail('conformance/extensions/ext-frag-depth.html', |
| 228 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 229 self.Fail('conformance/extensions/ext-shader-texture-lod.html', |
| 230 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 231 self.Fail('conformance/extensions/oes-standard-derivatives.html', |
| 232 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 233 self.Fail('conformance/extensions/oes-texture-float.html', |
| 234 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 235 self.Fail('conformance/extensions/oes-texture-float-linear.html', |
| 236 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 237 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 238 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 239 self.Fail('conformance/extensions/oes-texture-half-float-linear.html', |
| 240 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 241 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc.html', |
| 242 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 243 self.Fail('conformance/extensions/webgl-debug-shaders.html', |
| 244 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 245 self.Fail('conformance/extensions/webgl-depth-texture.html', |
| 246 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 247 self.Fail('conformance/extensions/webgl-draw-buffers.html', |
| 248 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 222 self.Fail('conformance/canvas/framebuffer-bindings-unaffected-on-' + | 249 self.Fail('conformance/canvas/framebuffer-bindings-unaffected-on-' + |
| 223 'resize.html', ['win', 'passthrough', 'd3d11'], bug=665521) | 250 'resize.html', ['win', 'passthrough', 'd3d11'], bug=665521) |
| 224 self.Fail('conformance/glsl/bugs/essl3-shaders-with-webgl1.html', | 251 self.Fail('conformance/glsl/bugs/essl3-shaders-with-webgl1.html', |
| 225 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 252 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 226 self.Fail('conformance/glsl/misc/attrib-location-length-limits.html', | 253 self.Fail('conformance/glsl/misc/attrib-location-length-limits.html', |
| 227 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 254 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| 228 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html', | 255 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html', |
| 229 ['win', 'passthrough', 'd3d11'], bug=1638) # angle bug ID | 256 ['win', 'passthrough', 'd3d11'], bug=1638) # angle bug ID |
| 230 self.Fail('conformance/glsl/misc/shader-with-257-character-define.html', | 257 self.Fail('conformance/glsl/misc/shader-with-257-character-define.html', |
| 231 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID | 258 ['win', 'passthrough', 'd3d11'], bug=1639) # angle bug ID |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 self.Fail('conformance/textures/misc/texture-npot.html', | 842 self.Fail('conformance/textures/misc/texture-npot.html', |
| 816 ['chromeos', ('intel', 0xa011)], bug=375554) | 843 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 817 self.Fail('conformance/textures/misc/texture-npot-video.html', | 844 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 818 ['chromeos', ('intel', 0xa011)], bug=375554) | 845 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 819 self.Fail('conformance/textures/misc/texture-size.html', | 846 self.Fail('conformance/textures/misc/texture-size.html', |
| 820 ['chromeos', ('intel', 0xa011)], bug=375554) | 847 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 821 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 848 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 822 ['chromeos', ('intel', 0xa011)], bug=375554) | 849 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 823 self.Skip('conformance/uniforms/uniform-default-values.html', | 850 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 824 ['chromeos', ('intel', 0xa011)], bug=375554) | 851 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |