| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 | 141 |
| 142 # Win7 / Intel failures | 142 # Win7 / Intel failures |
| 143 self.Fail('conformance/textures/misc/' + | 143 self.Fail('conformance/textures/misc/' + |
| 144 'copy-tex-image-and-sub-image-2d.html', | 144 'copy-tex-image-and-sub-image-2d.html', |
| 145 ['win7', 'intel', 'no_passthrough']) | 145 ['win7', 'intel', 'no_passthrough']) |
| 146 | 146 |
| 147 # Win / Intel failures | 147 # Win / Intel failures |
| 148 self.Skip('conformance/uniforms/gl-uniform-arrays.html', | 148 self.Skip('conformance/uniforms/gl-uniform-arrays.html', |
| 149 ['win', 'debug', 'intel'], bug=678382) | 149 ['win', 'debug', 'intel'], bug=678382) |
| 150 | 150 |
| 151 # Win / Intel HD 530 failures |
| 152 self.Fail('conformance/canvas/to-data-url-test.html', |
| 153 ['win', 'intel'], bug=680797) |
| 154 |
| 151 # Win / AMD flakiness seen on new tryservers. | 155 # Win / AMD flakiness seen on new tryservers. |
| 152 # It's unfortunate that this suppression needs to be so broad, but | 156 # It's unfortunate that this suppression needs to be so broad, but |
| 153 # basically any test that uses readPixels is potentially flaky, and | 157 # basically any test that uses readPixels is potentially flaky, and |
| 154 # it's infeasible to suppress individual failures one by one. | 158 # it's infeasible to suppress individual failures one by one. |
| 155 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) | 159 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) |
| 156 | 160 |
| 157 # Win AMD failures | 161 # Win AMD failures |
| 158 # This test is probably flaky on all AMD, but only visible on the | 162 # This test is probably flaky on all AMD, but only visible on the |
| 159 # new AMD (the whole test suite is flaky on the old config). | 163 # new AMD (the whole test suite is flaky on the old config). |
| 160 # Mark as Fail since it often flakes in all 3 retries | 164 # Mark as Fail since it often flakes in all 3 retries |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 223 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 220 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 224 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 221 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 225 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 222 self.Fail('conformance/uniforms/uniform-default-values.html', | 226 self.Fail('conformance/uniforms/uniform-default-values.html', |
| 223 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 227 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 224 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', | 228 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 225 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID | 229 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 226 self.Fail('conformance/glsl/variables/gl-pointcoord.html', | 230 self.Fail('conformance/glsl/variables/gl-pointcoord.html', |
| 227 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID | 231 ['win10', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 228 | 232 |
| 233 # Win / OpenGL / Intel HD 530 failures |
| 234 self.Fail('conformance/canvas/draw-webgl-to-canvas-test.html', |
| 235 ['win10', 'intel', 'opengl'], bug=680797) |
| 236 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 237 ['win10', 'intel', 'opengl'], bug=680797) |
| 238 self.Fail('conformance/extensions/ext-sRGB.html', |
| 239 ['win10', 'intel', 'opengl'], bug=680797) |
| 240 self.Fail('conformance/extensions/ext-shader-texture-lod.html', |
| 241 ['win10', 'intel', 'opengl'], bug=680797) |
| 242 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', |
| 243 ['win10', 'intel', 'opengl'], bug=680797) |
| 244 self.Fail('conformance/extensions/oes-texture-half-float.html', |
| 245 ['win10', 'intel', 'opengl'], bug=680797) |
| 246 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', |
| 247 ['win10', 'intel', 'opengl'], bug=680797) |
| 248 self.Fail('conformance/extensions/oes-vertex-array-object.html', |
| 249 ['win10', 'intel', 'opengl'], bug=680797) |
| 250 self.Fail('conformance/glsl/bugs/' + |
| 251 'array-of-struct-with-int-first-position.html', |
| 252 ['win10', 'intel', 'opengl'], bug=680797) |
| 253 self.Fail('conformance/glsl/bugs/constant-precision-qualifier.html', |
| 254 ['win10', 'intel', 'opengl'], bug=680797) |
| 255 self.Fail('conformance/glsl/matrices/matrix-compound-multiply.html', |
| 256 ['win10', 'intel', 'opengl'], bug=680797) |
| 257 self.Fail('conformance/more/conformance/webGLArrays.html', |
| 258 ['win10', 'intel', 'opengl'], bug=680797) |
| 259 self.Fail('conformance/ogles/GL/struct/struct_049_to_056.html', |
| 260 ['win10', 'intel', 'opengl'], bug=680797) |
| 261 self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html', |
| 262 ['win10', 'intel', 'opengl'], bug=680797) |
| 263 self.Fail('conformance/rendering/draw-with-changing-start-vertex-bug.html', |
| 264 ['win10', 'intel', 'opengl'], bug=680797) |
| 265 self.Fail('conformance/textures/image_bitmap_from_canvas/' + |
| 266 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 267 ['win10', 'intel', 'opengl'], bug=680797) |
| 268 self.Fail('conformance/textures/image_bitmap_from_canvas/' + |
| 269 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', |
| 270 ['win10', 'intel', 'opengl'], bug=680797) |
| 271 self.Fail('conformance/textures/misc/texture-fakeblack.html', |
| 272 ['win10', 'intel', 'opengl'], bug=680797) |
| 273 |
| 229 # Win / Passthrough command decoder | 274 # Win / Passthrough command decoder |
| 230 self.Fail('conformance/attribs/gl-vertexattribpointer.html', | 275 self.Fail('conformance/attribs/gl-vertexattribpointer.html', |
| 231 ['win', 'passthrough', 'd3d11'], bug=678850) | 276 ['win', 'passthrough', 'd3d11'], bug=678850) |
| 232 self.Fail('conformance/extensions/ext-sRGB.html', | 277 self.Fail('conformance/extensions/ext-sRGB.html', |
| 233 ['win', 'passthrough', 'd3d11'], bug=679696) | 278 ['win', 'passthrough', 'd3d11'], bug=679696) |
| 234 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 279 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 235 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 280 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 236 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', | 281 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', |
| 237 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID | 282 ['win', 'passthrough', 'd3d11'], bug=1523) # angle bug ID |
| 238 self.Fail('conformance/extensions/ext-frag-depth.html', | 283 self.Fail('conformance/extensions/ext-frag-depth.html', |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 826 self.Fail('conformance/textures/misc/texture-npot.html', | 871 self.Fail('conformance/textures/misc/texture-npot.html', |
| 827 ['chromeos', ('intel', 0xa011)], bug=375554) | 872 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 828 self.Fail('conformance/textures/misc/texture-npot-video.html', | 873 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 829 ['chromeos', ('intel', 0xa011)], bug=375554) | 874 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 830 self.Fail('conformance/textures/misc/texture-size.html', | 875 self.Fail('conformance/textures/misc/texture-size.html', |
| 831 ['chromeos', ('intel', 0xa011)], bug=375554) | 876 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 832 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 877 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 833 ['chromeos', ('intel', 0xa011)], bug=375554) | 878 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 834 self.Skip('conformance/uniforms/uniform-default-values.html', | 879 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 835 ['chromeos', ('intel', 0xa011)], bug=375554) | 880 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |