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

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

Issue 2851773002: Update WebGL expectations (Closed)
Patch Set: Created 3 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 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'], 616 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
617 bug=609883) 617 bug=609883)
618 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html', 618 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
619 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 619 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
620 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html', 620 self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
621 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883) 621 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=609883)
622 # This test is skipped because it is crashing the GPU process. 622 # This test is skipped because it is crashing the GPU process.
623 self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html', 623 self.Skip('conformance/glsl/misc/shader-with-non-reserved-words.html',
624 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'], 624 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
625 bug=609883) 625 bug=609883)
626 self.Flaky('conformance/textures/image_bitmap_from_video/' +
627 'tex-2d-rgb-rgb-unsigned_byte.html',
628 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=716496)
626 self.Fail('conformance/uniforms/uniform-samplers-test.html', 629 self.Fail('conformance/uniforms/uniform-samplers-test.html',
627 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'], 630 ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
628 bug=610951) 631 bug=610951)
629 self.Fail('WebglExtension_EXT_sRGB', 632 self.Fail('WebglExtension_EXT_sRGB',
630 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951) 633 ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
631 634
632 # Nexus 6 (Adreno 420) and 6P (Adreno 430) 635 # Nexus 6 (Adreno 420) and 6P (Adreno 430)
633 self.Fail('conformance/context/' + 636 self.Fail('conformance/context/' +
634 'context-attributes-alpha-depth-stencil-antialias.html', 637 'context-attributes-alpha-depth-stencil-antialias.html',
635 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555) 638 ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 self.Fail('conformance/glsl/bugs/multiplication-assignment.html', 690 self.Fail('conformance/glsl/bugs/multiplication-assignment.html',
688 ['android', 'nvidia'], bug=606096) 691 ['android', 'nvidia'], bug=606096)
689 self.Fail('WebglExtension_WEBGL_compressed_texture_atc', 692 self.Fail('WebglExtension_WEBGL_compressed_texture_atc',
690 ['android', ('nvidia', 'NVIDIA Tegra')]) 693 ['android', ('nvidia', 'NVIDIA Tegra')])
691 694
692 # Pixel C 695 # Pixel C
693 self.Fail('conformance/glsl/bugs/constant-precision-qualifier.html', 696 self.Fail('conformance/glsl/bugs/constant-precision-qualifier.html',
694 ['android', 'android-chromium', 697 ['android', 'android-chromium',
695 ('nvidia', 'NVIDIA Tegra')], bug=624621) 698 ('nvidia', 'NVIDIA Tegra')], bug=624621)
696 699
697 # NVIDIA Shield
698 self.Flaky('conformance/context/' +
699 'context-eviction-with-garbage-collection.html',
700 ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
701 self.Flaky('conformance/glsl/misc/glsl-long-variable-names.html',
702 ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
703 self.Flaky('conformance/textures/image_bitmap_from_video/' +
704 'tex-2d-rgb-rgb-unsigned_byte.html',
705 ['android', ('nvidia', 'NVIDIA Tegra')], bug=701929)
706
707 ############ 700 ############
708 # ChromeOS # 701 # ChromeOS #
709 ############ 702 ############
710 703
711 # ChromeOS: affecting all devices. 704 # ChromeOS: affecting all devices.
712 self.Fail('conformance/extensions/webgl-depth-texture.html', 705 self.Fail('conformance/extensions/webgl-depth-texture.html',
713 ['chromeos', 'no_passthrough'], bug=382651) 706 ['chromeos', 'no_passthrough'], bug=382651)
714 707
715 # ChromeOS: all Intel except for pinetrail (stumpy, parrot, peppy,...) 708 # ChromeOS: all Intel except for pinetrail (stumpy, parrot, peppy,...)
716 # We will just include pinetrail here for now as we don't want to list 709 # We will just include pinetrail here for now as we don't want to list
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 self.Fail('conformance/textures/misc/texture-npot.html', 780 self.Fail('conformance/textures/misc/texture-npot.html',
788 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 781 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
789 self.Fail('conformance/textures/misc/texture-npot-video.html', 782 self.Fail('conformance/textures/misc/texture-npot-video.html',
790 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 783 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
791 self.Fail('conformance/textures/misc/texture-size.html', 784 self.Fail('conformance/textures/misc/texture-size.html',
792 ['chromeos', ('intel', 0xa011)], bug=375554) 785 ['chromeos', ('intel', 0xa011)], bug=375554)
793 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 786 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
794 ['chromeos', ('intel', 0xa011)], bug=375554) 787 ['chromeos', ('intel', 0xa011)], bug=375554)
795 self.Skip('conformance/uniforms/uniform-default-values.html', 788 self.Skip('conformance/uniforms/uniform-default-values.html',
796 ['chromeos', ('intel', 0xa011)], bug=375554) 789 ['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