| 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 675 ['linux', 'nvidia'], bug=544989) # Too flaky to retry | 675 ['linux', 'nvidia'], bug=544989) # Too flaky to retry |
| 676 self.Flaky('conformance/extensions/oes-element-index-uint.html', | 676 self.Flaky('conformance/extensions/oes-element-index-uint.html', |
| 677 ['linux', 'nvidia'], bug=524144) | 677 ['linux', 'nvidia'], bug=524144) |
| 678 self.Flaky('conformance/textures/image/' + | 678 self.Flaky('conformance/textures/image/' + |
| 679 'tex-2d-rgb-rgb-unsigned_byte.html', | 679 'tex-2d-rgb-rgb-unsigned_byte.html', |
| 680 ['linux', 'nvidia'], bug=596622) | 680 ['linux', 'nvidia'], bug=596622) |
| 681 # AMD | 681 # AMD |
| 682 self.Flaky('conformance/more/functions/uniformi.html', | 682 self.Flaky('conformance/more/functions/uniformi.html', |
| 683 ['linux', 'amd'], bug=550989) | 683 ['linux', 'amd'], bug=550989) |
| 684 | 684 |
| 685 # AMD Radeon 6450 | 685 # AMD Radeon 6450 and/or R7 240 |
| 686 self.Fail('conformance/extensions/angle-instanced-arrays.html', | 686 self.Fail('conformance/extensions/angle-instanced-arrays.html', |
| 687 ['linux', ('amd', 0x6779)], bug=479260) | 687 ['linux', 'amd'], bug=479260) |
| 688 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', | 688 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', |
| 689 ['linux', ('amd', 0x6779)], bug=436212) | 689 ['linux', ('amd', 0x6779)], bug=436212) |
| 690 self.Flaky('conformance/glsl/misc/shader-struct-scope.html', | 690 self.Flaky('conformance/glsl/misc/shader-struct-scope.html', |
| 691 ['linux', ('amd', 0x6779)], bug=436212) | 691 ['linux', ('amd', 0x6779)], bug=436212) |
| 692 self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html', | 692 self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html', |
| 693 ['linux', ('amd', 0x6779)], bug=436212) | 693 ['linux', ('amd', 0x6779)], bug=436212) |
| 694 self.Flaky('conformance/rendering/point-size.html', | 694 self.Flaky('conformance/rendering/point-size.html', |
| 695 ['linux', ('amd', 0x6779)], bug=436212) | 695 ['linux', ('amd', 0x6779)], bug=436212) |
| 696 self.Flaky('conformance/textures/misc/texture-sub-image-cube-maps.html', | 696 self.Flaky('conformance/textures/misc/texture-sub-image-cube-maps.html', |
| 697 ['linux', ('amd', 0x6779)], bug=436212) | 697 ['linux', ('amd', 0x6779)], bug=436212) |
| 698 self.Flaky('conformance/more/functions/uniformf.html', | 698 self.Flaky('conformance/more/functions/uniformf.html', |
| 699 ['linux', ('amd', 0x6779)], bug=436212) | 699 ['linux', ('amd', 0x6779)], bug=436212) |
| 700 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 700 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
| 701 ['linux', ('amd', 0x6779)], bug=479952) | 701 ['linux', 'amd'], bug=479952) |
| 702 self.Flaky('conformance/textures/misc/texture-mips.html', | 702 self.Flaky('conformance/textures/misc/texture-mips.html', |
| 703 ['linux', ('amd', 0x6779)], bug=479981) | 703 ['linux', ('amd', 0x6779)], bug=479981) |
| 704 self.Flaky('conformance/textures/misc/texture-size-cube-maps.html', | 704 self.Flaky('conformance/textures/misc/texture-size-cube-maps.html', |
| 705 ['linux', ('amd', 0x6779)], bug=479983) | 705 ['linux', ('amd', 0x6779)], bug=479983) |
| 706 self.Flaky('conformance/uniforms/uniform-default-values.html', | 706 self.Flaky('conformance/uniforms/uniform-default-values.html', |
| 707 ['linux', ('amd', 0x6779)], bug=482013) | 707 ['linux', ('amd', 0x6779)], bug=482013) |
| 708 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', | 708 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', |
| 709 ['linux', ('amd', 0x6779)], bug=436212) | 709 ['linux', ('amd', 0x6779)], bug=436212) |
| 710 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', | 710 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', |
| 711 ['linux', ('amd', 0x6779)], bug=436212) | 711 ['linux', ('amd', 0x6779)], bug=436212) |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 self.Fail('conformance/textures/misc/texture-npot.html', | 954 self.Fail('conformance/textures/misc/texture-npot.html', |
| 955 ['chromeos', ('intel', 0xa011)], bug=375554) | 955 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 956 self.Fail('conformance/textures/misc/texture-npot-video.html', | 956 self.Fail('conformance/textures/misc/texture-npot-video.html', |
| 957 ['chromeos', ('intel', 0xa011)], bug=375554) | 957 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 958 self.Fail('conformance/textures/misc/texture-size.html', | 958 self.Fail('conformance/textures/misc/texture-size.html', |
| 959 ['chromeos', ('intel', 0xa011)], bug=375554) | 959 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 960 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 960 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 961 ['chromeos', ('intel', 0xa011)], bug=375554) | 961 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 962 self.Skip('conformance/uniforms/uniform-default-values.html', | 962 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 963 ['chromeos', ('intel', 0xa011)], bug=375554) | 963 ['chromeos', ('intel', 0xa011)], bug=375554) |
| OLD | NEW |