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

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

Issue 2693213004: Update WebGL2 conformance test expectations after roll. (Closed)
Patch Set: mac Created 3 years, 10 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 self.Fail('conformance2/rendering/' + 205 self.Fail('conformance2/rendering/' +
206 'framebuffer-completeness-unaffected.html', 206 'framebuffer-completeness-unaffected.html',
207 ['mac'], bug=630800) 207 ['mac'], bug=630800)
208 self.Fail('deqp/functional/gles3/fbocompleteness.html', 208 self.Fail('deqp/functional/gles3/fbocompleteness.html',
209 ['mac'], bug=630800) 209 ['mac'], bug=630800)
210 # self.Fail('deqp/functional/gles3/fbocompleteness.html', 210 # self.Fail('deqp/functional/gles3/fbocompleteness.html',
211 # ['mac', ('nvidia', 0xfe9)], bug=616562) 211 # ['mac', ('nvidia', 0xfe9)], bug=616562)
212 212
213 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 213 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
214 ['mac'], bug=641149) 214 ['mac'], bug=641149)
215 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
216 ['mac'], bug=680278)
215 217
216 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html', 218 self.Fail('deqp/functional/gles3/framebufferblit/conversion_28.html',
217 ['mac'], bug=654187) 219 ['mac'], bug=654187)
218 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html', 220 self.Fail('deqp/functional/gles3/framebufferblit/conversion_30.html',
219 ['mac'], bug=654187) 221 ['mac'], bug=654187)
220 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html', 222 self.Fail('deqp/functional/gles3/framebufferblit/conversion_31.html',
221 ['mac'], bug=654187) 223 ['mac'], bug=654187)
222 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', 224 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
223 ['mac'], bug=654187) 225 ['mac'], bug=654187)
224 226
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 # Linux NVIDIA 688 # Linux NVIDIA
687 # This test is flaky both with and without ANGLE. 689 # This test is flaky both with and without ANGLE.
688 self.Flaky('deqp/functional/gles3/texturespecification/' + 690 self.Flaky('deqp/functional/gles3/texturespecification/' +
689 'random_teximage2d_2d.html', 691 'random_teximage2d_2d.html',
690 ['linux', 'nvidia'], bug=618447) 692 ['linux', 'nvidia'], bug=618447)
691 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 693 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
692 ['linux', 'nvidia'], bug=672380) 694 ['linux', 'nvidia'], bug=672380)
693 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 695 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
694 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', 696 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
695 ['linux', 'nvidia'], bug=679677) 697 ['linux', 'nvidia'], bug=679677)
696 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 698 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
697 ['linux', 'nvidia', 'opengl'], bug=680278) 699 ['linux', 'nvidia', 'opengl'], bug=680278)
698 self.Fail('conformance2/textures/image/' + 700 self.Fail('conformance2/textures/image/' +
699 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', 701 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
700 ['linux', ('nvidia', 0xf02)], bug=680282) 702 ['linux', ('nvidia', 0xf02)], bug=680282)
701 self.Fail('conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html' , 703 self.Fail('conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html' ,
702 ['linux', 'nvidia'], bug=684399) 704 ['linux', 'nvidia'], bug=684399)
703 self.Fail('conformance2/textures/image_bitmap_from_blob/' + 705 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
704 'tex-2d-rgb565-rgb-unsigned_byte.html', 706 'tex-2d-rgb565-rgb-unsigned_byte.html',
705 ['linux', 'nvidia'], bug=684399) 707 ['linux', 'nvidia'], bug=684399)
706 708
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 # self.Fail(page_name, 1051 # self.Fail(page_name,
1050 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1052 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1051 # self.Fail(page_name, 1053 # self.Fail(page_name,
1052 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1054 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1053 1055
1054 # Conflicts if between a generic os condition and a specific version 1056 # Conflicts if between a generic os condition and a specific version
1055 # self.Fail(page_name, 1057 # self.Fail(page_name,
1056 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1058 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1057 # self.Fail(page_name, 1059 # self.Fail(page_name,
1058 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1060 # ['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