| 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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', | 371 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', |
| 372 ['linux'], bug=627525) | 372 ['linux'], bug=627525) |
| 373 self.Flaky('conformance/textures/video/' + | 373 self.Flaky('conformance/textures/video/' + |
| 374 'tex-2d-rgb-rgb-unsigned_byte.html', | 374 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 375 ['linux'], bug=627525) | 375 ['linux'], bug=627525) |
| 376 self.Flaky('conformance/textures/video/' + | 376 self.Flaky('conformance/textures/video/' + |
| 377 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', | 377 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', |
| 378 ['linux'], bug=627525) | 378 ['linux'], bug=627525) |
| 379 self.Fail('conformance/extensions/webgl-compressed-texture-etc.html', | 379 self.Fail('conformance/extensions/webgl-compressed-texture-etc.html', |
| 380 bug=679678) | 380 bug=679678) |
| 381 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html', |
| 382 ['linux', 'intel'], bug=680675) |
| 381 | 383 |
| 382 # NVIDIA | 384 # NVIDIA |
| 383 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 385 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
| 384 ['linux', 'nvidia'], bug=524144) | 386 ['linux', 'nvidia'], bug=524144) |
| 385 self.Flaky('conformance/textures/image/' + | 387 self.Flaky('conformance/textures/image/' + |
| 386 'tex-2d-rgb-rgb-unsigned_byte.html', | 388 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 387 ['linux', 'nvidia'], bug=596622) | 389 ['linux', 'nvidia'], bug=596622) |
| 388 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 390 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 389 ['linux', 'nvidia'], bug=672380) | 391 ['linux', 'nvidia'], bug=672380) |
| 390 | 392 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 419 ['linux', ('amd', 0x6779)], bug=482013) | 421 ['linux', ('amd', 0x6779)], bug=482013) |
| 420 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', | 422 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', |
| 421 ['linux', ('amd', 0x6779)], bug=436212) | 423 ['linux', ('amd', 0x6779)], bug=436212) |
| 422 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', | 424 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', |
| 423 ['linux', ('amd', 0x6779)], bug=436212) | 425 ['linux', ('amd', 0x6779)], bug=436212) |
| 424 # Intel | 426 # Intel |
| 425 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 | 427 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
| 426 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 428 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
| 427 ['linux', 'intel'], bug=540543) # GPU timeout | 429 ['linux', 'intel'], bug=540543) # GPU timeout |
| 428 self.Skip('conformance/uniforms/gl-uniform-arrays.html', | 430 self.Skip('conformance/uniforms/gl-uniform-arrays.html', |
| 429 ['linux', 'debug', ('intel', 0x412)], bug=604140) | 431 ['linux', 'debug', 'intel'], bug=603906) |
| 430 # Fixed on Mesa 12.0 | 432 # Fixed on Mesa 12.0 |
| 431 self.Fail('conformance/rendering/clipping-wide-points.html', | 433 self.Fail('conformance/rendering/clipping-wide-points.html', |
| 432 ['linux', 'intel'], bug=642822) | 434 ['linux', 'intel'], bug=642822) |
| 433 | 435 |
| 434 #################### | 436 #################### |
| 435 # Android failures # | 437 # Android failures # |
| 436 #################### | 438 #################### |
| 437 | 439 |
| 438 self.Fail('conformance/glsl/bugs/sequence-operator-evaluation-order.html', | 440 self.Fail('conformance/glsl/bugs/sequence-operator-evaluation-order.html', |
| 439 ['android'], bug=478572) | 441 ['android'], bug=478572) |
| (...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 self.Fail('conformance/textures/misc/texture-npot.html', | 826 self.Fail('conformance/textures/misc/texture-npot.html', |
| 825 ['chromeos', ('intel', 0xa011)], bug=375554) | 827 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 826 self.Fail('conformance/textures/misc/texture-npot-video.html', | 828 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 827 ['chromeos', ('intel', 0xa011)], bug=375554) | 829 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 828 self.Fail('conformance/textures/misc/texture-size.html', | 830 self.Fail('conformance/textures/misc/texture-size.html', |
| 829 ['chromeos', ('intel', 0xa011)], bug=375554) | 831 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 830 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 832 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 831 ['chromeos', ('intel', 0xa011)], bug=375554) | 833 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 832 self.Skip('conformance/uniforms/uniform-default-values.html', | 834 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 833 ['chromeos', ('intel', 0xa011)], bug=375554) | 835 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |