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

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

Issue 2070073002: Remove failing Win8 tests related with RGB565 formats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 121 self.Skip('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
122 ['win'], bug=1266) # angle bug ID 122 ['win'], bug=1266) # angle bug ID
123 self.Fail('conformance2/state/gl-object-get-calls.html', 123 self.Fail('conformance2/state/gl-object-get-calls.html',
124 ['win'], bug=483282) 124 ['win'], bug=483282)
125 125
126 # Windows 8 only. 126 # Windows 8 only.
127 127
128 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 128 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
129 ['win8'], bug=483282) 129 ['win8'], bug=483282)
130 130
131 self.Fail('conformance2/textures/misc/tex-new-formats.html',
Jamie Madill 2016/06/15 17:16:44 this test is still broken until https://chromium-r
132 ['win8'], bug=483282)
133
134 self.Fail('conformance2/textures/image_data/' +
135 'tex-2d-rgb565-rgb-unsigned_byte.html',
136 ['win8'], bug=616176)
137 self.Fail('conformance2/textures/image_data/' + 131 self.Fail('conformance2/textures/image_data/' +
138 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 132 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
139 ['win8'], bug=616176) 133 ['win8'], bug=616176)
140 self.Fail('conformance2/textures/image/' + 134 self.Fail('conformance2/textures/image/' +
141 'tex-2d-rgb565-rgb-unsigned_byte.html',
142 ['win8'], bug=616176)
143 self.Fail('conformance2/textures/image/' +
144 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 135 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
145 ['win8'], bug=616176) 136 ['win8'], bug=616176)
146 self.Fail('conformance2/textures/svg_image/' + 137 self.Fail('conformance2/textures/svg_image/' +
147 'tex-2d-rgb565-rgb-unsigned_byte.html',
148 ['win8'], bug=616176)
149 self.Fail('conformance2/textures/svg_image/' +
150 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 138 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
151 ['win8'], bug=616176) 139 ['win8'], bug=616176)
152 self.Fail('conformance2/textures/canvas/' + 140 self.Fail('conformance2/textures/canvas/' +
153 'tex-2d-rgb565-rgb-unsigned_byte.html',
154 ['win8'], bug=616176)
155 self.Fail('conformance2/textures/canvas/' +
156 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 141 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
157 ['win8'], bug=616176) 142 ['win8'], bug=616176)
158 self.Fail('conformance2/textures/webgl_canvas/' + 143 self.Fail('conformance2/textures/webgl_canvas/' +
159 'tex-2d-rgb565-rgb-unsigned_byte.html',
160 ['win8'], bug=616176)
161 self.Fail('conformance2/textures/webgl_canvas/' +
162 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 144 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
163 ['win8'], bug=616176) 145 ['win8'], bug=616176)
164 self.Fail('conformance2/textures/video/' + 146 self.Fail('conformance2/textures/video/' +
165 'tex-2d-rgb565-rgb-unsigned_byte.html',
166 ['win8'], bug=616176)
167 self.Fail('conformance2/textures/video/' +
168 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 147 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
169 ['win8'], bug=616176) 148 ['win8'], bug=616176)
170 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + 149 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
171 'tex-2d-rgb565-rgb-unsigned_byte.html',
172 ['win8'], bug=616176)
173 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
174 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 150 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
175 ['win8'], bug=616176) 151 ['win8'], bug=616176)
176 self.Fail('conformance2/textures/image_bitmap_from_image/' + 152 self.Fail('conformance2/textures/image_bitmap_from_image/' +
177 'tex-2d-rgb565-rgb-unsigned_byte.html',
178 ['win8'], bug=616176)
179 self.Fail('conformance2/textures/image_bitmap_from_image/' +
180 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 153 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
181 ['win8'], bug=616176) 154 ['win8'], bug=616176)
182 self.Fail('conformance2/textures/image_bitmap_from_video/' + 155 self.Fail('conformance2/textures/image_bitmap_from_video/' +
183 'tex-2d-rgb565-rgb-unsigned_byte.html',
184 ['win8'], bug=616176)
185 self.Fail('conformance2/textures/image_bitmap_from_video/' +
186 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 156 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
187 ['win8'], bug=616176) 157 ['win8'], bug=616176)
188 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 158 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
189 'tex-2d-rgb565-rgb-unsigned_byte.html',
190 ['win8'], bug=616176)
191 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
192 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 159 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
193 ['win8'], bug=616176) 160 ['win8'], bug=616176)
194 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 161 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
195 'tex-2d-rgb565-rgb-unsigned_byte.html',
196 ['win8'], bug=616176)
197 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
198 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 162 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
199 ['win8'], bug=616176) 163 ['win8'], bug=616176)
200 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + 164 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
201 'tex-2d-rgb565-rgb-unsigned_byte.html',
202 ['win8'], bug=616176)
203 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
204 'tex-2d-rgb5_a1-rgba-unsigned_byte.html', 165 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
205 ['win8'], bug=616176) 166 ['win8'], bug=616176)
206 167
207 self.Fail('conformance2/textures/video/' + 168 self.Fail('conformance2/textures/video/' +
208 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 169 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
209 ['win8'], bug=616176) 170 ['win8'], bug=616176)
210 self.Fail('conformance2/textures/video/' +
211 'tex-3d-rgb565-rgb-unsigned_byte.html',
212 ['win8'], bug=616176)
213 self.Fail('conformance2/textures/image_data/' +
214 'tex-3d-rgb565-rgb-unsigned_byte.html',
215 ['win8'], bug=616176)
216 self.Fail('conformance2/textures/image_data/' + 171 self.Fail('conformance2/textures/image_data/' +
217 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 172 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
218 ['win8'], bug=616176) 173 ['win8'], bug=616176)
219 self.Fail('conformance2/textures/image/' + 174 self.Fail('conformance2/textures/image/' +
220 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 175 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
221 ['win8'], bug=616176) 176 ['win8'], bug=616176)
222 self.Fail('conformance2/textures/image/' +
223 'tex-3d-rgb565-rgb-unsigned_byte.html',
224 ['win8'], bug=616176)
225 self.Fail('conformance2/textures/svg_image/' +
226 'tex-3d-rgb565-rgb-unsigned_byte.html',
227 ['win8'], bug=616176)
228 self.Fail('conformance2/textures/svg_image/' + 177 self.Fail('conformance2/textures/svg_image/' +
229 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 178 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
230 ['win8'], bug=616176) 179 ['win8'], bug=616176)
231 self.Fail('conformance2/textures/image_bitmap_from_image_data/' + 180 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
232 'tex-3d-rgb565-rgb-unsigned_byte.html',
233 ['win8'], bug=616176)
234 self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
235 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 181 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
236 ['win8'], bug=616176) 182 ['win8'], bug=616176)
237 self.Fail('conformance2/textures/image_bitmap_from_image/' + 183 self.Fail('conformance2/textures/image_bitmap_from_image/' +
238 'tex-3d-rgb565-rgb-unsigned_byte.html',
239 ['win8'], bug=616176)
240 self.Fail('conformance2/textures/image_bitmap_from_image/' +
241 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 184 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
242 ['win8'], bug=616176) 185 ['win8'], bug=616176)
243 self.Fail('conformance2/textures/image_bitmap_from_video/' + 186 self.Fail('conformance2/textures/image_bitmap_from_video/' +
244 'tex-3d-rgb565-rgb-unsigned_byte.html',
245 ['win8'], bug=616176)
246 self.Fail('conformance2/textures/image_bitmap_from_video/' +
247 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 187 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
248 ['win8'], bug=616176) 188 ['win8'], bug=616176)
249 self.Fail('conformance2/textures/canvas/' + 189 self.Fail('conformance2/textures/canvas/' +
250 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 190 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
251 ['win8'], bug=616176) 191 ['win8'], bug=616176)
252 self.Fail('conformance2/textures/canvas/' +
253 'tex-3d-rgb565-rgb-unsigned_byte.html',
254 ['win8'], bug=616176)
255 self.Fail('conformance2/textures/webgl_canvas/' + 192 self.Fail('conformance2/textures/webgl_canvas/' +
256 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 193 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
257 ['win8'], bug=616176) 194 ['win8'], bug=616176)
258 self.Fail('conformance2/textures/webgl_canvas/' +
259 'tex-3d-rgb565-rgb-unsigned_byte.html',
260 ['win8'], bug=616176)
261 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
262 'tex-3d-rgb565-rgb-unsigned_byte.html',
263 ['win8'], bug=616176)
264 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 195 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
265 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 196 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
266 ['win8'], bug=616176) 197 ['win8'], bug=616176)
267 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 198 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
268 'tex-3d-rgb565-rgb-unsigned_byte.html',
269 ['win8'], bug=616176)
270 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
271 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 199 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
272 ['win8'], bug=616176) 200 ['win8'], bug=616176)
273 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' + 201 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
274 'tex-3d-rgb565-rgb-unsigned_byte.html',
275 ['win8'], bug=616176)
276 self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
277 'tex-3d-rgb5_a1-rgba-unsigned_byte.html', 202 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
278 ['win8'], bug=616176) 203 ['win8'], bug=616176)
279 204
280 # Windows Debug. Causing assertions in the GPU process which raise 205 # Windows Debug. Causing assertions in the GPU process which raise
281 # a dialog box, so have to skip them rather than mark them as 206 # a dialog box, so have to skip them rather than mark them as
282 # failing. 207 # failing.
283 self.Skip('conformance2/textures/canvas/' + 208 self.Skip('conformance2/textures/canvas/' +
284 'tex-2d-rgba8-rgba-unsigned_byte.html', 209 'tex-2d-rgba8-rgba-unsigned_byte.html',
285 ['win', 'debug'], bug=542901) 210 ['win', 'debug'], bug=542901)
286 211
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 # self.Fail(page_name, 740 # self.Fail(page_name,
816 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 741 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
817 # self.Fail(page_name, 742 # self.Fail(page_name,
818 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 743 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
819 744
820 # Conflicts if between a generic os condition and a specific version 745 # Conflicts if between a generic os condition and a specific version
821 # self.Fail(page_name, 746 # self.Fail(page_name,
822 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 747 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
823 # self.Fail(page_name, 748 # self.Fail(page_name,
824 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 749 # ['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