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

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

Issue 2134643004: WebGL: add expectations for recent regressions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
559 self.Fail('conformance/glsl/constructors/' + 559 self.Fail('conformance/glsl/constructors/' +
560 'glsl-construct-vec-mat-index.html', 560 'glsl-construct-vec-mat-index.html',
561 ['win'], bug=525188) 561 ['win'], bug=525188)
562 self.Flaky('deqp/data/gles2/shaders/constants.html', ['win'], bug=594922) 562 self.Flaky('deqp/data/gles2/shaders/constants.html', ['win'], bug=594922)
563 self.Fail('conformance/rendering/point-specific-shader-variables.html', 563 self.Fail('conformance/rendering/point-specific-shader-variables.html',
564 ['win'], bug=616335) 564 ['win'], bug=616335)
565 565
566 # Win NVIDIA failures 566 # Win NVIDIA failures
567 self.Fail('deqp/data/gles2/shaders/functions.html', 567 self.Fail('deqp/data/gles2/shaders/functions.html',
568 ['win', 'nvidia'], bug=478572) 568 ['win', 'nvidia'], bug=478572)
569 self.Flaky('conformance/textures/misc/texture-npot-video.html',
570 ['win', 'nvidia'], bug=626524)
569 571
570 # Win7 / Intel failures 572 # Win7 / Intel failures
571 self.Fail('conformance/textures/misc/' + 573 self.Fail('conformance/textures/misc/' +
572 'copy-tex-image-and-sub-image-2d.html', 574 'copy-tex-image-and-sub-image-2d.html',
573 ['win7', 'intel']) 575 ['win7', 'intel'])
574 self.Fail('deqp/data/gles2/shaders/functions.html', 576 self.Fail('deqp/data/gles2/shaders/functions.html',
575 ['win7', 'intel'], bug=478572) 577 ['win7', 'intel'], bug=478572)
576 578
577 # Win / AMD flakiness seen on new tryservers. 579 # Win / AMD flakiness seen on new tryservers.
578 # It's unfortunate that this suppression needs to be so broad, but 580 # It's unfortunate that this suppression needs to be so broad, but
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 self.Fail('conformance/extensions/angle-instanced-arrays.html', 654 self.Fail('conformance/extensions/angle-instanced-arrays.html',
653 ['linux', 'nvidia'], bug=544989) # Too flaky to retry 655 ['linux', 'nvidia'], bug=544989) # Too flaky to retry
654 self.Flaky('conformance/extensions/oes-element-index-uint.html', 656 self.Flaky('conformance/extensions/oes-element-index-uint.html',
655 ['linux', 'nvidia'], bug=524144) 657 ['linux', 'nvidia'], bug=524144)
656 self.Flaky('conformance/textures/image/' + 658 self.Flaky('conformance/textures/image/' +
657 'tex-2d-rgb-rgb-unsigned_byte.html', 659 'tex-2d-rgb-rgb-unsigned_byte.html',
658 ['linux', 'nvidia'], bug=596622) 660 ['linux', 'nvidia'], bug=596622)
659 # AMD 661 # AMD
660 self.Flaky('conformance/more/functions/uniformi.html', 662 self.Flaky('conformance/more/functions/uniformi.html',
661 ['linux', 'amd'], bug=550989) 663 ['linux', 'amd'], bug=550989)
664 self.Fail('conformance/textures/misc/tex-image-webgl.html',
665 ['linux', 'amd'], bug=626742)
662 666
663 # AMD Radeon 6450 667 # AMD Radeon 6450
664 self.Fail('conformance/extensions/angle-instanced-arrays.html', 668 self.Fail('conformance/extensions/angle-instanced-arrays.html',
665 ['linux', ('amd', 0x6779)], bug=479260) 669 ['linux', ('amd', 0x6779)], bug=479260)
666 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html', 670 self.Flaky('conformance/extensions/ext-texture-filter-anisotropic.html',
667 ['linux', ('amd', 0x6779)], bug=436212) 671 ['linux', ('amd', 0x6779)], bug=436212)
668 self.Flaky('conformance/glsl/misc/shader-struct-scope.html', 672 self.Flaky('conformance/glsl/misc/shader-struct-scope.html',
669 ['linux', ('amd', 0x6779)], bug=436212) 673 ['linux', ('amd', 0x6779)], bug=436212)
670 self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html', 674 self.Flaky('conformance/glsl/misc/struct-nesting-of-variable-names.html',
671 ['linux', ('amd', 0x6779)], bug=436212) 675 ['linux', ('amd', 0x6779)], bug=436212)
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 self.Fail('conformance/textures/misc/texture-npot.html', 933 self.Fail('conformance/textures/misc/texture-npot.html',
930 ['chromeos', ('intel', 0xa011)], bug=375554) 934 ['chromeos', ('intel', 0xa011)], bug=375554)
931 self.Fail('conformance/textures/misc/texture-npot-video.html', 935 self.Fail('conformance/textures/misc/texture-npot-video.html',
932 ['chromeos', ('intel', 0xa011)], bug=375554) 936 ['chromeos', ('intel', 0xa011)], bug=375554)
933 self.Fail('conformance/textures/misc/texture-size.html', 937 self.Fail('conformance/textures/misc/texture-size.html',
934 ['chromeos', ('intel', 0xa011)], bug=375554) 938 ['chromeos', ('intel', 0xa011)], bug=375554)
935 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 939 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
936 ['chromeos', ('intel', 0xa011)], bug=375554) 940 ['chromeos', ('intel', 0xa011)], bug=375554)
937 self.Skip('conformance/uniforms/uniform-default-values.html', 941 self.Skip('conformance/uniforms/uniform-default-values.html',
938 ['chromeos', ('intel', 0xa011)], bug=375554) 942 ['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