| 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 20 matching lines...) Expand all Loading... |
| 31 def SetExpectations(self): | 31 def SetExpectations(self): |
| 32 # Fails on all platforms | 32 # Fails on all platforms |
| 33 self.Fail('deqp/data/gles2/shaders/functions.html', | 33 self.Fail('deqp/data/gles2/shaders/functions.html', |
| 34 bug=478572) | 34 bug=478572) |
| 35 self.Fail('deqp/data/gles2/shaders/preprocessor.html', | 35 self.Fail('deqp/data/gles2/shaders/preprocessor.html', |
| 36 bug=478572) | 36 bug=478572) |
| 37 self.Fail('deqp/data/gles2/shaders/scoping.html', | 37 self.Fail('deqp/data/gles2/shaders/scoping.html', |
| 38 bug=478572) | 38 bug=478572) |
| 39 self.Fail('conformance/extensions/ext-sRGB.html', | 39 self.Fail('conformance/extensions/ext-sRGB.html', |
| 40 bug=540900) | 40 bug=540900) |
| 41 self.Fail('conformance/extensions/webgl-draw-buffers.html', |
| 42 bug=559359) |
| 43 self.Fail('conformance/textures/misc/cube-incomplete-fbo.html', |
| 44 bug=559362) |
| 41 | 45 |
| 42 # Win failures | 46 # Win failures |
| 43 self.Fail('conformance/glsl/bugs/' + | 47 self.Fail('conformance/glsl/bugs/' + |
| 44 'pow-of-small-constant-in-user-defined-function.html', | 48 'pow-of-small-constant-in-user-defined-function.html', |
| 45 ['win'], bug=485641) | 49 ['win'], bug=485641) |
| 46 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', | 50 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', |
| 47 ['win'], bug=485642) | 51 ['win'], bug=485642) |
| 48 self.Fail('conformance/glsl/constructors/' + | 52 self.Fail('conformance/glsl/constructors/' + |
| 49 'glsl-construct-vec-mat-index.html', | 53 'glsl-construct-vec-mat-index.html', |
| 50 ['win'], bug=525188) | 54 ['win'], bug=525188) |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 self.Fail('conformance/rendering/gl-scissor-test.html', | 109 self.Fail('conformance/rendering/gl-scissor-test.html', |
| 106 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID | 110 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID |
| 107 self.Fail('deqp/data/gles2/shaders/constant_expressions.html', | 111 self.Fail('deqp/data/gles2/shaders/constant_expressions.html', |
| 108 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID | 112 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID |
| 109 self.Fail('deqp/data/gles2/shaders/constants.html', | 113 self.Fail('deqp/data/gles2/shaders/constants.html', |
| 110 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID | 114 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID |
| 111 self.Fail('deqp/data/gles2/shaders/swizzles.html', | 115 self.Fail('deqp/data/gles2/shaders/swizzles.html', |
| 112 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID | 116 ['win', 'amd', 'opengl'], bug=1007) # angle bug ID |
| 113 | 117 |
| 114 # Win / OpenGL / Intel failures | 118 # Win / OpenGL / Intel failures |
| 115 self.Fail('conformance/extensions/webgl-draw-buffers.html', | 119 # self.Fail('conformance/extensions/webgl-draw-buffers.html', |
| 116 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 120 # ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 117 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', | 121 self.Fail('conformance/glsl/functions/glsl-function-normalize.html', |
| 118 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 122 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 119 self.Fail('conformance/glsl/misc/shader-struct-scope.html', | 123 self.Fail('conformance/glsl/misc/shader-struct-scope.html', |
| 120 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 124 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 121 self.Fail('conformance/uniforms/uniform-default-values.html', | 125 self.Fail('conformance/uniforms/uniform-default-values.html', |
| 122 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID | 126 ['win', 'intel', 'opengl'], bug=1007) # angle bug ID |
| 123 | 127 |
| 124 # Mac failures | 128 # Mac failures |
| 125 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 129 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 126 ['mac'], bug=421710) | 130 ['mac'], bug=421710) |
| 127 | 131 |
| 128 # Mac / Intel failures | 132 # Mac / Intel failures |
| 129 # Radar 13499466 | 133 # Radar 13499466 |
| 130 self.Fail('conformance/limits/gl-max-texture-dimensions.html', | 134 self.Fail('conformance/limits/gl-max-texture-dimensions.html', |
| 131 ['mac', 'intel'], bug=225642) | 135 ['mac', 'intel'], bug=225642) |
| 132 # Radar 13499623 | 136 # Radar 13499623 |
| 133 self.Fail('conformance/textures/misc/texture-size.html', | 137 self.Fail('conformance/textures/misc/texture-size.html', |
| 134 ['mac', 'intel'], bug=225642) | 138 ['mac', 'intel'], bug=225642) |
| 135 | 139 |
| 136 # Mac / Intel HD 3000 failures | 140 # Mac / Intel HD 3000 failures |
| 137 self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html', | 141 self.Skip('conformance/ogles/GL/control_flow/control_flow_009_to_010.html', |
| 138 ['mac', ('intel', 0x116)], bug=322795) | 142 ['mac', ('intel', 0x116)], bug=322795) |
| 139 # Radar 13499677 | 143 # Radar 13499677 |
| 140 self.Fail('conformance/glsl/functions/' + | 144 self.Fail('conformance/glsl/functions/' + |
| 141 'glsl-function-smoothstep-gentype.html', | 145 'glsl-function-smoothstep-gentype.html', |
| 142 ['mac', ('intel', 0x116)], bug=225642) | 146 ['mac', ('intel', 0x116)], bug=225642) |
| 143 self.Fail('conformance/extensions/webgl-draw-buffers.html', | 147 # self.Fail('conformance/extensions/webgl-draw-buffers.html', |
| 144 ['mac', ('intel', 0x116)], bug=369349) | 148 # ['mac', ('intel', 0x116)], bug=369349) |
| 145 | 149 |
| 146 # Mac 10.8 / Intel HD 3000 failures | 150 # Mac 10.8 / Intel HD 3000 failures |
| 147 self.Fail('conformance/rendering/gl-scissor-test.html', | 151 self.Fail('conformance/rendering/gl-scissor-test.html', |
| 148 ['mountainlion', ('intel', 0x116)], bug=314997) | 152 ['mountainlion', ('intel', 0x116)], bug=314997) |
| 149 self.Fail('conformance/ogles/GL/operators/operators_009_to_016.html', | 153 self.Fail('conformance/ogles/GL/operators/operators_009_to_016.html', |
| 150 ['mountainlion', ('intel', 0x116)], bug=322795) | 154 ['mountainlion', ('intel', 0x116)], bug=322795) |
| 151 self.Flaky('conformance/ogles/*', | 155 self.Flaky('conformance/ogles/*', |
| 152 ['mountainlion', ('intel', 0x116)], bug=527250) | 156 ['mountainlion', ('intel', 0x116)], bug=527250) |
| 153 | 157 |
| 154 # Mac 10.8 / Intel HD 4000 failures. | 158 # Mac 10.8 / Intel HD 4000 failures. |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 ['android', 'android-content-shell'], bug=520638) | 336 ['android', 'android-content-shell'], bug=520638) |
| 333 # These are failing on the Nexus 5 and 6 | 337 # These are failing on the Nexus 5 and 6 |
| 334 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', | 338 self.Fail('conformance/extensions/oes-texture-float-with-canvas.html', |
| 335 ['android', 'qualcomm'], bug=499555) | 339 ['android', 'qualcomm'], bug=499555) |
| 336 # This crashes in Android WebView on the Nexus 6, preventing the | 340 # This crashes in Android WebView on the Nexus 6, preventing the |
| 337 # suite from running further. Rather than add multiple | 341 # suite from running further. Rather than add multiple |
| 338 # suppressions, skip it until it's passing at least in content | 342 # suppressions, skip it until it's passing at least in content |
| 339 # shell. | 343 # shell. |
| 340 self.Skip('conformance/extensions/oes-texture-float-with-video.html', | 344 self.Skip('conformance/extensions/oes-texture-float-with-video.html', |
| 341 ['android', 'qualcomm'], bug=499555) | 345 ['android', 'qualcomm'], bug=499555) |
| 346 # Nexus 5 failures |
| 347 self.Fail('conformance/glsl/bugs/struct-constructor-highp-bug.html', |
| 348 ['android', ('qualcomm', 'Adreno (TM) 330')], bug=559342) |
| 342 # Nexus 6 failures only | 349 # Nexus 6 failures only |
| 343 self.Fail('conformance/context/' + | 350 self.Fail('conformance/context/' + |
| 344 'context-attributes-alpha-depth-stencil-antialias.html', | 351 'context-attributes-alpha-depth-stencil-antialias.html', |
| 345 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 352 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 346 self.Fail('conformance/context/premultiplyalpha-test.html', | 353 self.Fail('conformance/context/premultiplyalpha-test.html', |
| 347 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 354 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 348 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', | 355 self.Fail('conformance/extensions/oes-texture-float-with-image-data.html', |
| 349 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 356 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| 350 self.Fail('conformance/extensions/oes-texture-float-with-image.html', | 357 self.Fail('conformance/extensions/oes-texture-float-with-image.html', |
| 351 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) | 358 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 474 self.Fail('conformance/textures/misc/texture-npot.html', | 481 self.Fail('conformance/textures/misc/texture-npot.html', |
| 475 ['chromeos', ('intel', 0xa011)], bug=375554) | 482 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 476 self.Fail('conformance/textures/misc/texture-npot-video.html', | 483 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 477 ['chromeos', ('intel', 0xa011)], bug=375554) | 484 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 478 self.Fail('conformance/textures/misc/texture-size.html', | 485 self.Fail('conformance/textures/misc/texture-size.html', |
| 479 ['chromeos', ('intel', 0xa011)], bug=375554) | 486 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 480 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 487 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 481 ['chromeos', ('intel', 0xa011)], bug=375554) | 488 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 482 self.Skip('conformance/uniforms/uniform-default-values.html', | 489 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 483 ['chromeos', ('intel', 0xa011)], bug=375554) | 490 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |