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

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

Issue 2526003003: WebGL CTS: add suppression for a broken test. (Closed)
Patch Set: Created 4 years 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 # Nexus 9 106 # Nexus 9
107 self.Fail('WebglExtension_WEBGL_compressed_texture_atc', 107 self.Fail('WebglExtension_WEBGL_compressed_texture_atc',
108 ['android', ('nvidia', 'NVIDIA Tegra')]) 108 ['android', ('nvidia', 'NVIDIA Tegra')])
109 109
110 # ======================== 110 # ========================
111 # Conformance expectations 111 # Conformance expectations
112 # ======================== 112 # ========================
113 # Fails on all platforms 113 # Fails on all platforms
114 114
115 # Test that needs to be fixed in the WebGL CTS
116 # https://github.com/KhronosGroup/WebGL/issues/2173
117 self.Fail('conformance/misc/bad-arguments-test.html',
118 bug=2173) # WebGL issue number
119
115 # We need to add WebGL 1 check in command buffer that format/type from 120 # We need to add WebGL 1 check in command buffer that format/type from
116 # TexSubImage2D have to match the current texture's. 121 # TexSubImage2D have to match the current texture's.
117 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', 122 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
118 bug=570453) 123 bug=570453)
119 124
120 # Win failures 125 # Win failures
121 # Note that the following test seems to pass, but it may still be flaky. 126 # Note that the following test seems to pass, but it may still be flaky.
122 self.Fail('conformance/glsl/constructors/' + 127 self.Fail('conformance/glsl/constructors/' +
123 'glsl-construct-vec-mat-index.html', 128 'glsl-construct-vec-mat-index.html',
124 ['win'], bug=525188) 129 ['win'], bug=525188)
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 # out. Skip it for now until it's fixed and running reliably. 417 # out. Skip it for now until it's fixed and running reliably.
413 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html', 418 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
414 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 419 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
415 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', 420 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
416 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 421 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
417 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', 422 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
418 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 423 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
419 # This test is skipped because it is crashing the GPU process. 424 # This test is skipped because it is crashing the GPU process.
420 self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html', 425 self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
421 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 426 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
422 self.Flaky('conformance/misc/bad-arguments-test.html',
423 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=663066)
424 self.Fail('conformance/textures/misc/' + 427 self.Fail('conformance/textures/misc/' +
425 'tex-image-and-sub-image-2d-with-array-buffer-view.html', 428 'tex-image-and-sub-image-2d-with-array-buffer-view.html',
426 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 429 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
427 self.Fail('conformance/textures/canvas/*', 430 self.Fail('conformance/textures/canvas/*',
428 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 431 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
429 self.Fail('conformance/textures/image/*', 432 self.Fail('conformance/textures/image/*',
430 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 433 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
431 self.Fail('conformance/textures/image_bitmap_from_canvas/*', 434 self.Fail('conformance/textures/image_bitmap_from_canvas/*',
432 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 435 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
433 self.Fail('conformance/textures/image_bitmap_from_blob/*', 436 self.Fail('conformance/textures/image_bitmap_from_blob/*',
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 self.Fail('conformance/textures/misc/texture-npot.html', 708 self.Fail('conformance/textures/misc/texture-npot.html',
706 ['chromeos', ('intel', 0xa011)], bug=375554) 709 ['chromeos', ('intel', 0xa011)], bug=375554)
707 self.Fail('conformance/textures/misc/texture-npot-video.html', 710 self.Fail('conformance/textures/misc/texture-npot-video.html',
708 ['chromeos', ('intel', 0xa011)], bug=375554) 711 ['chromeos', ('intel', 0xa011)], bug=375554)
709 self.Fail('conformance/textures/misc/texture-size.html', 712 self.Fail('conformance/textures/misc/texture-size.html',
710 ['chromeos', ('intel', 0xa011)], bug=375554) 713 ['chromeos', ('intel', 0xa011)], bug=375554)
711 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 714 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
712 ['chromeos', ('intel', 0xa011)], bug=375554) 715 ['chromeos', ('intel', 0xa011)], bug=375554)
713 self.Skip('conformance/uniforms/uniform-default-values.html', 716 self.Skip('conformance/uniforms/uniform-default-values.html',
714 ['chromeos', ('intel', 0xa011)], bug=375554) 717 ['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