| OLD | NEW |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s | 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation
s |
| 5 | 5 |
| 6 # See the GpuTestExpectations class for documentation. | 6 # See the GpuTestExpectations class for documentation. |
| 7 | 7 |
| 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): | 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): |
| 9 def __init__(self, conformance_path, url_prefixes=None): | 9 def __init__(self, conformance_path, url_prefixes=None): |
| 10 super(WebGL2ConformanceExpectations, self).__init__( | 10 super(WebGL2ConformanceExpectations, self).__init__( |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 self.Fail('conformance2/context/methods-2.html', bug=616554) | 60 self.Fail('conformance2/context/methods-2.html', bug=616554) |
| 61 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) | 61 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) |
| 62 | 62 |
| 63 # Windows only. | 63 # Windows only. |
| 64 # We are awesome! | 64 # We are awesome! |
| 65 | 65 |
| 66 # Win / NVidia | 66 # Win / NVidia |
| 67 self.Flaky('deqp/functional/gles3/fbomultisample*', | 67 self.Flaky('deqp/functional/gles3/fbomultisample*', |
| 68 ['win', 'nvidia'], bug=631317) | 68 ['win', 'nvidia'], bug=631317) |
| 69 | 69 |
| 70 # This should be fixed in the latest driver. | |
| 71 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', | |
| 72 ['win', 'nvidia'], bug=1246) # ANGLE bug. | |
| 73 | |
| 74 # Win / AMD | 70 # Win / AMD |
| 75 | 71 |
| 76 # Failing on old R5 230 configuration. | 72 # Failing on old R5 230 configuration. |
| 77 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 73 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 78 'texelfetchoffset.html', | 74 'texelfetchoffset.html', |
| 79 ['win', ('amd', 0x6779)], bug=483282) | 75 ['win', ('amd', 0x6779)], bug=483282) |
| 80 | 76 |
| 81 self.Fail('deqp/functional/gles3/transformfeedback/*', | 77 self.Fail('deqp/functional/gles3/transformfeedback/*', |
| 82 ['win', ('amd', 0x6779)], bug=626068) | 78 ['win', ('amd', 0x6779)], bug=626068) |
| 83 | 79 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 98 # It's unfortunate that these suppressions need to be so broad, but | 94 # It's unfortunate that these suppressions need to be so broad, but |
| 99 # basically any test that uses readPixels is potentially flaky, and | 95 # basically any test that uses readPixels is potentially flaky, and |
| 100 # it's infeasible to suppress individual failures one by one. | 96 # it's infeasible to suppress individual failures one by one. |
| 101 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) | 97 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) |
| 102 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) | 98 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) |
| 103 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) | 99 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) |
| 104 | 100 |
| 105 # Win / Intel | 101 # Win / Intel |
| 106 self.Skip('conformance2/textures/misc/copy-texture-image.html', | 102 self.Skip('conformance2/textures/misc/copy-texture-image.html', |
| 107 ['win', 'intel'], bug=617449) | 103 ['win', 'intel'], bug=617449) |
| 108 self.Fail('conformance2/textures/video/tex-2d-rgb9_e5-rgb-half_float.html', | |
| 109 ['win', 'intel'], bug=628395) | |
| 110 # Seems to cause the harness to fail immediately afterward | 104 # Seems to cause the harness to fail immediately afterward |
| 111 self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html', | 105 self.Skip('conformance2/textures/video/tex-2d-rgba16f-rgba-half_float.html', |
| 112 ['win', 'intel'], bug=648337) | 106 ['win', 'intel'], bug=648337) |
| 113 self.Fail('deqp/functional/gles3/shaderderivate_*', | |
| 114 ['win', 'intel'], bug=483282) | |
| 115 self.Fail('deqp/functional/gles3/shaderstruct.html', | |
| 116 ['win', 'intel'], bug=483282) | |
| 117 self.Flaky('deqp/functional/gles3/lifetime.html', | 107 self.Flaky('deqp/functional/gles3/lifetime.html', |
| 118 ['win', 'intel'], bug=620379) | 108 ['win', 'intel'], bug=620379) |
| 119 self.Fail('deqp/functional/gles3/texturespecification/' + | |
| 120 'teximage3d_depth.html', | |
| 121 ['win', 'intel'], bug=614418) | |
| 122 self.Skip('deqp/functional/gles3/texturespecification/' + | 109 self.Skip('deqp/functional/gles3/texturespecification/' + |
| 123 'teximage3d_depth_pbo.html', | 110 'teximage3d_depth_pbo.html', |
| 124 ['win', 'intel'], bug=617449) | 111 ['win', 'intel'], bug=617449) |
| 125 self.Fail('deqp/functional/gles3/texturespecification/' + | |
| 126 'texsubimage3d_depth.html', | |
| 127 ['win', 'intel'], bug=614418) | |
| 128 self.Fail('deqp/functional/gles3/texturespecification/' + | |
| 129 'texstorage3d_format_depth_stencil.html', | |
| 130 ['win', 'intel'], bug=614418) | |
| 131 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html', | 112 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html', |
| 132 ['win', 'intel'], bug=614418) | 113 ['win', 'intel'], bug=614418) |
| 133 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_01.html', | 114 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_01.html', |
| 134 ['win', 'intel'], bug=614418) | 115 ['win', 'intel'], bug=614418) |
| 135 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html', | 116 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html', |
| 136 ['win', 'intel'], bug=614418) | 117 ['win', 'intel'], bug=614418) |
| 137 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_03.html', | 118 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_03.html', |
| 138 ['win', 'intel'], bug=614418) | 119 ['win', 'intel'], bug=614418) |
| 139 self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html', | 120 self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html', |
| 140 ['win', 'intel'], bug=614418) | 121 ['win', 'intel'], bug=614418) |
| 141 self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html', | 122 self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html', |
| 142 ['win', 'intel'], bug=614418) | 123 ['win', 'intel'], bug=614418) |
| 143 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | |
| 144 'texelfetchoffset.html', | |
| 145 ['win', 'intel'], bug=483282) | |
| 146 self.Fail('deqp/functional/gles3/textureshadow/2d_array_*.html', | |
| 147 ['win', 'intel'], bug=483282) | |
| 148 | 124 |
| 149 self.Fail('deqp/functional/gles3/fbomultisample*', | 125 self.Fail('deqp/functional/gles3/fbomultisample*', |
| 150 ['win', 'intel'], bug=483282) | 126 ['win', 'intel'], bug=483282) |
| 151 | 127 |
| 152 self.Fail('deqp/functional/gles3/uniformbuffers/*.html', | 128 self.Fail('deqp/functional/gles3/uniformbuffers/*.html', |
| 153 ['win7', 'intel'], bug=593024) | 129 ['win7', 'intel'], bug=593024) |
| 154 | 130 |
| 155 # It's unfortunate that these suppressions need to be so broad, but it | 131 # It's unfortunate that these suppressions need to be so broad, but it |
| 156 # looks like the D3D11 device can be lost spontaneously on this | 132 # looks like the D3D11 device can be lost spontaneously on this |
| 157 # configuration while running basically any test. | 133 # configuration while running basically any test. |
| (...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 # self.Fail(page_name, | 844 # self.Fail(page_name, |
| 869 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 845 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 870 # self.Fail(page_name, | 846 # self.Fail(page_name, |
| 871 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 847 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 872 | 848 |
| 873 # Conflicts if between a generic os condition and a specific version | 849 # Conflicts if between a generic os condition and a specific version |
| 874 # self.Fail(page_name, | 850 # self.Fail(page_name, |
| 875 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 851 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 876 # self.Fail(page_name, | 852 # self.Fail(page_name, |
| 877 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 853 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |