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

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

Issue 2008473004: Adding another 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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', 319 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html',
320 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 320 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
321 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', 321 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
322 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 322 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
323 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html', 323 self.Fail('conformance/glsl/bugs/gl-fragcoord-multisampling-bug.html',
324 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 324 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
325 self.Fail('conformance/glsl/bugs/qualcomm-crash.html', 325 self.Fail('conformance/glsl/bugs/qualcomm-crash.html',
326 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 326 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
327 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', 327 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
328 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 328 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
329 self.Fail('conformance/glsl/misc/shader-struct-scope.html', 329 self.Skip('conformance/glsl/misc/shader-struct-scope.html',
Ken Russell (switch to Gerrit) 2016/05/24 23:12:16 I think this one in particular should be highlight
cblume 2016/05/25 00:24:49 Done.
330 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 330 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
331 self.Fail('conformance/glsl/misc/shader-uniform-packing-restrictions.html', 331 self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
332 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 332 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
333 self.Fail('conformance/glsl/misc/shader-varying-packing-restrictions.html', 333 self.Fail('conformance/rendering/gl-viewport-test.html',
334 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 334 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
335 self.Fail('conformance/glsl/misc/shader-with-256-character-define.html', 335 self.Fail('conformance/textures/svg_image/' +
336 'tex-2d-rgb-rgb-unsigned_byte.html',
336 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 337 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
337 self.Fail('conformance/glsl/misc/' + 338 self.Fail('conformance/textures/svg_image/' +
338 'shader-with-256-character-identifier.frag.html', 339 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
339 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 340 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
340 self.Fail('conformance/glsl/misc/shader-with-257-character-define.html', 341 self.Fail('conformance/textures/svg_image/' +
342 'tex-2d-rgba-rgba-unsigned_byte.html',
341 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 343 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
342 self.Fail('conformance/glsl/misc/' + 344 self.Fail('conformance/textures/svg_image/' +
343 'shader-with-257-character-identifier.frag.html', 345 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
346 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
347 self.Fail('conformance/textures/svg_image/' +
348 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
349 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
350 self.Fail('deqp/data/gles2/shaders/preprocessor.html',
344 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945) 351 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611945)
345 352
346 # Nexus 9 353 # Nexus 9
347 self.Fail('WebglExtension.WEBGL_compressed_texture_atc', 354 self.Fail('WebglExtension.WEBGL_compressed_texture_atc',
348 ['android', ('nvidia', 'NVIDIA Tegra')]) 355 ['android', ('nvidia', 'NVIDIA Tegra')])
349 356
350 # ======================== 357 # ========================
351 # Conformance expectations 358 # Conformance expectations
352 # ======================== 359 # ========================
353 # Fails on all platforms 360 # Fails on all platforms
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 self.Fail('conformance/textures/misc/texture-npot.html', 749 self.Fail('conformance/textures/misc/texture-npot.html',
743 ['chromeos', ('intel', 0xa011)], bug=375554) 750 ['chromeos', ('intel', 0xa011)], bug=375554)
744 self.Fail('conformance/textures/misc/texture-npot-video.html', 751 self.Fail('conformance/textures/misc/texture-npot-video.html',
745 ['chromeos', ('intel', 0xa011)], bug=375554) 752 ['chromeos', ('intel', 0xa011)], bug=375554)
746 self.Fail('conformance/textures/misc/texture-size.html', 753 self.Fail('conformance/textures/misc/texture-size.html',
747 ['chromeos', ('intel', 0xa011)], bug=375554) 754 ['chromeos', ('intel', 0xa011)], bug=375554)
748 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 755 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
749 ['chromeos', ('intel', 0xa011)], bug=375554) 756 ['chromeos', ('intel', 0xa011)], bug=375554)
750 self.Skip('conformance/uniforms/uniform-default-values.html', 757 self.Skip('conformance/uniforms/uniform-default-values.html',
751 ['chromeos', ('intel', 0xa011)], bug=375554) 758 ['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