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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 ['linux', ('amd', 0x6779)], bug=479981) | 691 ['linux', ('amd', 0x6779)], bug=479981) |
692 self.Flaky('conformance/textures/misc/texture-size-cube-maps.html', | 692 self.Flaky('conformance/textures/misc/texture-size-cube-maps.html', |
693 ['linux', ('amd', 0x6779)], bug=479983) | 693 ['linux', ('amd', 0x6779)], bug=479983) |
694 self.Flaky('conformance/uniforms/uniform-default-values.html', | 694 self.Flaky('conformance/uniforms/uniform-default-values.html', |
695 ['linux', ('amd', 0x6779)], bug=482013) | 695 ['linux', ('amd', 0x6779)], bug=482013) |
696 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', | 696 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dlod.html', |
697 ['linux', ('amd', 0x6779)], bug=436212) | 697 ['linux', ('amd', 0x6779)], bug=436212) |
698 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', | 698 self.Flaky('conformance/glsl/samplers/glsl-function-texture2dprojlod.html', |
699 ['linux', ('amd', 0x6779)], bug=436212) | 699 ['linux', ('amd', 0x6779)], bug=436212) |
700 # Intel | 700 # Intel |
| 701 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 |
701 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', | 702 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', |
702 ['linux', 'intel'], bug=540543) # GPU timeout | 703 ['linux', 'intel'], bug=540543) # GPU timeout |
703 self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html', | 704 self.Fail('conformance/glsl/bugs/qualcomm-loop-with-continue-crash.html', |
704 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 | 705 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 |
705 self.Fail('conformance/glsl/misc/empty_main.vert.html', | 706 self.Fail('conformance/glsl/misc/empty_main.vert.html', |
706 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 | 707 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 |
707 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', | 708 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
708 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 | 709 ['linux', 'intel'], bug=540543) # ANGLE bug 1277 |
709 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', | 710 self.Fail('conformance/glsl/misc/shaders-with-invariance.html', |
710 ['linux', 'intel'], bug=540543) # ANGLE bug 1276 | 711 ['linux', 'intel'], bug=540543) # ANGLE bug 1276 |
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
939 self.Fail('conformance/textures/misc/texture-npot.html', | 940 self.Fail('conformance/textures/misc/texture-npot.html', |
940 ['chromeos', ('intel', 0xa011)], bug=375554) | 941 ['chromeos', ('intel', 0xa011)], bug=375554) |
941 self.Fail('conformance/textures/misc/texture-npot-video.html', | 942 self.Fail('conformance/textures/misc/texture-npot-video.html', |
942 ['chromeos', ('intel', 0xa011)], bug=375554) | 943 ['chromeos', ('intel', 0xa011)], bug=375554) |
943 self.Fail('conformance/textures/misc/texture-size.html', | 944 self.Fail('conformance/textures/misc/texture-size.html', |
944 ['chromeos', ('intel', 0xa011)], bug=375554) | 945 ['chromeos', ('intel', 0xa011)], bug=375554) |
945 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 946 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
946 ['chromeos', ('intel', 0xa011)], bug=375554) | 947 ['chromeos', ('intel', 0xa011)], bug=375554) |
947 self.Skip('conformance/uniforms/uniform-default-values.html', | 948 self.Skip('conformance/uniforms/uniform-default-values.html', |
948 ['chromeos', ('intel', 0xa011)], bug=375554) | 949 ['chromeos', ('intel', 0xa011)], bug=375554) |
OLD | NEW |