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

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

Issue 1983363003: Adding a few more test expectations for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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) 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 254 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
255 self.Fail('conformance/textures/image_bitmap_from_canvas/' + 255 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
256 'tex-2d-rgb-rgb-unsigned_byte.html', 256 'tex-2d-rgb-rgb-unsigned_byte.html',
257 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 257 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
258 self.Fail('conformance/textures/image_bitmap_from_canvas/' + 258 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
259 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 259 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
260 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 260 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
261 self.Fail('conformance/textures/image_bitmap_from_canvas/' + 261 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
262 'tex-2d-rgba-rgba-unsigned_byte.html', 262 'tex-2d-rgba-rgba-unsigned_byte.html',
263 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 263 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
264 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
265 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
266 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
267 self.Fail('conformance/textures/image_bitmap_from_canvas/' +
268 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
269 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
270 self.Fail('conformance/textures/image_bitmap_from_blob/' +
271 'tex-2d-rgb-rgb-unsigned_byte.html',
272 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
273 self.Fail('conformance/textures/image_bitmap_from_blob/' +
274 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
275 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
276 self.Fail('conformance/textures/image_bitmap_from_blob/' +
277 'tex-2d-rgba-rgba-unsigned_byte.html',
278 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
279 self.Fail('conformance/textures/image_bitmap_from_blob/' +
280 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
281 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
282 self.Fail('conformance/textures/image_bitmap_from_blob/' +
283 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
284 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
285 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
286 'tex-2d-rgb-rgb-unsigned_byte.html',
287 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
288 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
289 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
290 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
291 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
292 'tex-2d-rgba-rgba-unsigned_byte.html',
293 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
294 self.Fail('conformance/textures/image_bitmap_from_image_bitmap/' +
295 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
296 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
264 297
265 # Nexus 6 298 # Nexus 6
266 self.Fail('WebglExtension.EXT_sRGB', 299 self.Fail('WebglExtension.EXT_sRGB',
267 ['android', ('qualcomm', 'Adreno (TM) 420')]) 300 ['android', ('qualcomm', 'Adreno (TM) 420')])
268 self.Fail('conformance/context/context-size-change.html', 301 self.Fail('conformance/context/context-size-change.html',
269 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 302 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
270 self.Fail('conformance/extensions/oes-texture-half-float.html', 303 self.Fail('conformance/extensions/oes-texture-half-float.html',
271 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 304 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
272 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html', 305 self.Fail('conformance/extensions/oes-texture-half-float-with-canvas.html',
273 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 306 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
274 self.Fail('conformance/extensions/' + 307 self.Fail('conformance/extensions/' +
275 'oes-texture-half-float-with-image-data.html', 308 'oes-texture-half-float-with-image-data.html',
276 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 309 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
277 self.Fail('conformance/extensions/oes-texture-half-float-with-image.html', 310 self.Fail('conformance/extensions/oes-texture-half-float-with-image.html',
278 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 311 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
279 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', 312 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html',
280 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 313 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
281 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', 314 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
282 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 315 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
283 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', 316 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html',
284 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 317 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
285 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', 318 self.Fail('conformance/glsl/bugs/qualcomm-crash.html',
286 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 319 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
287 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', 320 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
288 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 321 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
289 self.Fail('conformance/glsl/misc/shader-struct-scope.html', 322 self.Fail('conformance/glsl/misc/shader-struct-scope.html',
290 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 323 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
291 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html', 324 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html',
292 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 325 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
326 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html',
327 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
293 328
294 # Nexus 9 329 # Nexus 9
295 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', 330 self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
296 ['android', ('nvidia', 'NVIDIA Tegra')]) 331 ['android', ('nvidia', 'NVIDIA Tegra')])
297 332
298 # ======================== 333 # ========================
299 # Conformance expectations 334 # Conformance expectations
300 # ======================== 335 # ========================
301 # Fails on all platforms 336 # Fails on all platforms
302 self.Fail('deqp/data/gles2/shaders/functions.html', 337 self.Fail('deqp/data/gles2/shaders/functions.html',
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 self.Fail('conformance/textures/misc/texture-npot.html', 725 self.Fail('conformance/textures/misc/texture-npot.html',
691 ['chromeos', ('intel', 0xa011)], bug=375554) 726 ['chromeos', ('intel', 0xa011)], bug=375554)
692 self.Fail('conformance/textures/misc/texture-npot-video.html', 727 self.Fail('conformance/textures/misc/texture-npot-video.html',
693 ['chromeos', ('intel', 0xa011)], bug=375554) 728 ['chromeos', ('intel', 0xa011)], bug=375554)
694 self.Fail('conformance/textures/misc/texture-size.html', 729 self.Fail('conformance/textures/misc/texture-size.html',
695 ['chromeos', ('intel', 0xa011)], bug=375554) 730 ['chromeos', ('intel', 0xa011)], bug=375554)
696 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 731 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
697 ['chromeos', ('intel', 0xa011)], bug=375554) 732 ['chromeos', ('intel', 0xa011)], bug=375554)
698 self.Skip('conformance/uniforms/uniform-default-values.html', 733 self.Skip('conformance/uniforms/uniform-default-values.html',
699 ['chromeos', ('intel', 0xa011)], bug=375554) 734 ['chromeos', ('intel', 0xa011)], bug=375554)
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