Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(731)

Side by Side Diff: content/test/gpu/gpu_tests/webgl2_conformance_expectations.py

Issue 2597843002: Revert of Supress WebGL failures for the 16.12.1 Windows AMD D3D11 driver. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
132 # Failing on old R5 230 configuration. 73 # Failing on old R5 230 configuration.
133 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 74 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
134 'texelfetchoffset.html', 75 'texelfetchoffset.html',
135 ['win', ('amd', 0x6779)], bug=483282) 76 ['win', ('amd', 0x6779)], bug=483282)
136 77
137 self.Fail('deqp/functional/gles3/transformfeedback/*', 78 self.Fail('deqp/functional/gles3/transformfeedback/*',
138 ['win', ('amd', 0x6779)], bug=626068) 79 ['win', ('amd', 0x6779)], bug=626068)
139 80
140 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 81 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
141 ['win', ('amd', 0x6779)], bug=483282) 82 ['win', ('amd', 0x6779)], bug=483282)
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
919 # self.Fail(page_name, 860 # self.Fail(page_name,
920 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 861 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
921 # self.Fail(page_name, 862 # self.Fail(page_name,
922 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 863 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
923 864
924 # Conflicts if between a generic os condition and a specific version 865 # Conflicts if between a generic os condition and a specific version
925 # self.Fail(page_name, 866 # self.Fail(page_name,
926 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 867 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
927 # self.Fail(page_name, 868 # self.Fail(page_name,
928 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 869 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698