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

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

Issue 2852623003: Remove canvas_sub_rectangle failure suppressions on Linux. (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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s 4 from gpu_tests.webgl_conformance_expectations import WebGLConformanceExpectation s
5 5
6 # See the GpuTestExpectations class for documentation. 6 # See the GpuTestExpectations class for documentation.
7 7
8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations): 8 class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False): 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 self.Flaky('conformance/textures/video/' + 688 self.Flaky('conformance/textures/video/' +
689 'tex-2d-rgb-rgb-unsigned_byte.html', 689 'tex-2d-rgb-rgb-unsigned_byte.html',
690 ['linux'], bug=627525) 690 ['linux'], bug=627525)
691 self.Flaky('conformance/textures/video/' + 691 self.Flaky('conformance/textures/video/' +
692 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 692 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
693 ['linux'], bug=627525) 693 ['linux'], bug=627525)
694 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 694 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
695 ['linux'], bug=483282) 695 ['linux'], bug=483282)
696 self.Fail('conformance2/textures/image_bitmap_from_image/' + 696 self.Fail('conformance2/textures/image_bitmap_from_image/' +
697 'tex-3d-r16f-red-float.html', ['linux'], bug=679695) 697 'tex-3d-r16f-red-float.html', ['linux'], bug=679695)
698 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
699 'tex-2d-rgb16f-rgb-float.html', ['linux'], bug=715696)
700 698
701 # Linux Multi-vendor failures. 699 # Linux Multi-vendor failures.
702 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 700 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
703 ['linux', 'amd', 'intel'], bug=483282) 701 ['linux', 'amd', 'intel'], bug=483282)
704 self.Flaky('deqp/functional/gles3/texturespecification/' + 702 self.Flaky('deqp/functional/gles3/texturespecification/' +
705 'random_teximage2d_2d.html', 703 'random_teximage2d_2d.html',
706 ['linux', 'amd', 'intel'], bug=618447) 704 ['linux', 'amd', 'intel'], bug=618447)
707 self.Fail('conformance2/rendering/clipping-wide-points.html', 705 self.Fail('conformance2/rendering/clipping-wide-points.html',
708 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1 706 ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
709 707
710 # Linux NVIDIA 708 # Linux NVIDIA
711 # Explicitly specifying GT 610 to avoid conflict with Quadro P400 rule 709 # Explicitly specifying GT 610 to avoid conflict with Quadro P400 rule
712 self.Flaky('deqp/functional/gles3/multisample.html', 710 self.Flaky('deqp/functional/gles3/multisample.html',
713 ['linux', ('nvidia', 0x104a)], bug=714207) 711 ['linux', ('nvidia', 0x104a)], bug=714207)
714 712
715 # This test is flaky both with and without ANGLE. 713 # This test is flaky both with and without ANGLE.
716 self.Flaky('deqp/functional/gles3/texturespecification/' + 714 self.Flaky('deqp/functional/gles3/texturespecification/' +
717 'random_teximage2d_2d.html', 715 'random_teximage2d_2d.html',
718 ['linux', 'nvidia'], bug=618447) 716 ['linux', 'nvidia'], bug=618447)
719 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 717 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
720 ['linux', 'nvidia'], bug=672380) 718 ['linux', 'nvidia'], bug=672380)
721 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html', 719 self.Fail('conformance2/glsl3/vector-dynamic-indexing-swizzled-lvalue.html',
722 ['linux', 'nvidia'], bug=709351) 720 ['linux', 'nvidia'], bug=709351)
723 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
724 'tex-2d-r11f_g11f_b10f-rgb-half_float.html',
725 ['linux', 'nvidia'], bug=694359)
726 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
727 'tex-2d-rgb16f-rgb-half_float.html',
728 ['linux', 'nvidia'], bug=694359)
729 self.Flaky('conformance2/textures/canvas_sub_rectangle/' +
730 'tex-2d-rgb565-rgb-unsigned_byte.html',
731 ['linux', 'nvidia'], bug=694359)
732 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 721 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
733 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', 722 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
734 ['linux', 'nvidia'], bug=679677) 723 ['linux', 'nvidia'], bug=679677)
735 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', 724 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
736 ['linux', 'nvidia', 'opengl'], bug=680278) 725 ['linux', 'nvidia', 'opengl'], bug=680278)
737 self.Fail('conformance2/textures/image/' + 726 self.Fail('conformance2/textures/image/' +
738 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', 727 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
739 ['linux', ('nvidia', 0xf02)], bug=680282) 728 ['linux', ('nvidia', 0xf02)], bug=680282)
740 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' + 729 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' +
741 'tex-2d-srgb8-rgb-unsigned_byte.html', 730 'tex-2d-srgb8-rgb-unsigned_byte.html',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 # self.Fail(page_name, 1135 # self.Fail(page_name,
1147 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1136 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1148 # self.Fail(page_name, 1137 # self.Fail(page_name,
1149 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1138 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1150 1139
1151 # Conflicts if between a generic os condition and a specific version 1140 # Conflicts if between a generic os condition and a specific version
1152 # self.Fail(page_name, 1141 # self.Fail(page_name,
1153 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1142 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1154 # self.Fail(page_name, 1143 # self.Fail(page_name,
1155 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1144 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
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