| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 # Win / NVidia | 63 # Win / NVidia |
| 64 self.Flaky('deqp/functional/gles3/fbomultisample*', | 64 self.Flaky('deqp/functional/gles3/fbomultisample*', |
| 65 ['win', 'nvidia'], bug=631317) | 65 ['win', 'nvidia'], bug=631317) |
| 66 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', | 66 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', |
| 67 ['win', 'nvidia'], bug=672380) | 67 ['win', 'nvidia'], bug=672380) |
| 68 | 68 |
| 69 # Win / AMD | 69 # Win / AMD |
| 70 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', | 70 self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', |
| 71 ['win', 'amd'], bug=483282) # owner:jmadill | 71 ['win', 'amd'], bug=483282) # owner:jmadill |
| 72 | 72 |
| 73 # Failing due to the 16.12.1 driver upgrade |
| 74 self.Fail('conformance2/textures/canvas/tex-3d-rgb16f-rgb-float.html', |
| 75 ['win', 'amd', 'd3d11'], bug=676333) |
| 76 self.Fail('conformance2/textures/canvas/' + |
| 77 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', |
| 78 ['win', 'amd', 'd3d11'], bug=676333) |
| 79 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 80 'tex-3d-rgb8-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'], |
| 81 bug=676333) |
| 82 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 83 'tex-3d-rgb565-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'], |
| 84 bug=676333) |
| 85 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 86 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 87 ['win', 'amd', 'd3d11'], bug=676333) |
| 88 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 89 'tex-3d-rgb32f-rgb-float.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 90 self.Fail('conformance2/textures/canvas_sub_rectangle/' + |
| 91 'tex-3d-rgb16f-rgb-half_float.html', ['win', 'amd', 'd3d11'], |
| 92 bug=676333) |
| 93 self.Fail('conformance2/textures/image/' + |
| 94 'tex-3d-rgb565-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'], |
| 95 bug=676333) |
| 96 self.Fail('conformance2/textures/image/tex-3d-rgb32f-rgb-float.html', |
| 97 ['win', 'amd', 'd3d11'], bug=676333) |
| 98 self.Fail('conformance2/textures/image/' + |
| 99 'tex-3d-rgb565-rgb-unsigned_short_5_6_5.html', |
| 100 ['win', 'amd', 'd3d11'], bug=676333) |
| 101 self.Fail('conformance2/textures/image/tex-3d-rgb16f-rgb-float.html', |
| 102 ['win', 'amd', 'd3d11'], bug=676333) |
| 103 self.Fail('conformance2/textures/image/' + |
| 104 'tex-3d-srgb8-rgb-unsigned_byte.html', ['win', 'amd', 'd3d11'], |
| 105 bug=676333) |
| 106 self.Fail('conformance2/textures/image_data/' + |
| 107 'tex-3d-rgb16f-rgb-half_float.html', ['win', 'amd', 'd3d11'], |
| 108 bug=676333) |
| 109 self.Fail('conformance2/textures/image_data/tex-3d-rgb32f-rgb-float.html', |
| 110 ['win', 'amd', 'd3d11'], bug=676333) |
| 111 self.Fail('conformance2/textures/video/tex-3d-rgb8-rgb-unsigned_byte.html', |
| 112 ['win', 'amd', 'd3d11'], bug=676333) |
| 113 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 114 'basic_texsubimage3d_00.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 115 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 116 'basic_texsubimage3d_01.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 117 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 118 'basic_texsubimage3d_03.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 119 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 120 'basic_teximage3d_3d_00.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 121 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 122 'basic_teximage3d_3d_02.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 123 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 124 'basic_teximage3d_3d_03.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 125 self.Fail('deqp/functional/gles3/texturespecification/' + |
| 126 'teximage3d_pbo_3d_01.html', ['win', 'amd', 'd3d11'], bug=676333) |
| 127 self.Fail('deqp/functional/gles3/texturefiltering/3d_formats_05.html', |
| 128 ['win', 'amd', 'd3d11'], bug=676333) |
| 129 self.Fail('conformance2/textures/misc/tex-unpack-params.html', |
| 130 ['win', 'amd', 'd3d11'], bug=676333) |
| 131 |
| 73 # Failing on old R5 230 configuration. | 132 # Failing on old R5 230 configuration. |
| 74 self.Fail('deqp/functional/gles3/shadertexturefunction/' + | 133 self.Fail('deqp/functional/gles3/shadertexturefunction/' + |
| 75 'texelfetchoffset.html', | 134 'texelfetchoffset.html', |
| 76 ['win', ('amd', 0x6779)], bug=483282) | 135 ['win', ('amd', 0x6779)], bug=483282) |
| 77 | 136 |
| 78 self.Fail('deqp/functional/gles3/transformfeedback/*', | 137 self.Fail('deqp/functional/gles3/transformfeedback/*', |
| 79 ['win', ('amd', 0x6779)], bug=626068) | 138 ['win', ('amd', 0x6779)], bug=626068) |
| 80 | 139 |
| 81 self.Fail('deqp/functional/gles3/shadercommonfunction.html', | 140 self.Fail('deqp/functional/gles3/shadercommonfunction.html', |
| 82 ['win', ('amd', 0x6779)], bug=483282) | 141 ['win', ('amd', 0x6779)], bug=483282) |
| (...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 860 # self.Fail(page_name, | 919 # self.Fail(page_name, |
| 861 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) | 920 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) |
| 862 # self.Fail(page_name, | 921 # self.Fail(page_name, |
| 863 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 922 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| 864 | 923 |
| 865 # Conflicts if between a generic os condition and a specific version | 924 # Conflicts if between a generic os condition and a specific version |
| 866 # self.Fail(page_name, | 925 # self.Fail(page_name, |
| 867 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) | 926 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) |
| 868 # self.Fail(page_name, | 927 # self.Fail(page_name, |
| 869 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) | 928 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) |
| OLD | NEW |