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

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

Issue 2508233003: Roll ANGLE 555009c..41f9f67 (Closed)
Patch Set: rebase Created 4 years, 1 month 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 | « DEPS ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | 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): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html', 699 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
700 ['linux', 'amd'], bug=483282) 700 ['linux', 'amd'], bug=483282)
701 self.Fail('conformance2/reading/read-pixels-pack-parameters.html', 701 self.Fail('conformance2/reading/read-pixels-pack-parameters.html',
702 ['linux', 'amd', 'no_angle'], bug=483282) 702 ['linux', 'amd', 'no_angle'], bug=483282)
703 self.Fail('conformance2/textures/misc/tex-unpack-params.html', 703 self.Fail('conformance2/textures/misc/tex-unpack-params.html',
704 ['linux', 'amd', 'no_angle'], bug=483282) 704 ['linux', 'amd', 'no_angle'], bug=483282)
705 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 705 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
706 ['linux', 'amd'], bug=633022) 706 ['linux', 'amd'], bug=633022)
707 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html', 707 self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
708 ['linux', 'amd'], bug=655147) 708 ['linux', 'amd'], bug=655147)
709 self.Fail('conformance2/glsl3/valid-invariant.html',
710 ['linux', 'amd'], bug=639760)
711 709
712 # Uniform buffer related failures 710 # Uniform buffer related failures
713 self.Fail('deqp/functional/gles3/uniformbuffers/single_struct_array.html', 711 self.Fail('deqp/functional/gles3/uniformbuffers/single_struct_array.html',
714 ['linux', 'amd'], bug=483282) 712 ['linux', 'amd'], bug=483282)
715 self.Fail('deqp/functional/gles3/uniformbuffers/single_nested_struct.html', 713 self.Fail('deqp/functional/gles3/uniformbuffers/single_nested_struct.html',
716 ['linux', 'amd'], bug=483282) 714 ['linux', 'amd'], bug=483282)
717 self.Fail('deqp/functional/gles3/uniformbuffers/' + 715 self.Fail('deqp/functional/gles3/uniformbuffers/' +
718 'single_nested_struct_array.html', 716 'single_nested_struct_array.html',
719 ['linux', 'amd'], bug=483282) 717 ['linux', 'amd'], bug=483282)
720 self.Fail('deqp/functional/gles3/uniformbuffers/multi_basic_types.html', 718 self.Fail('deqp/functional/gles3/uniformbuffers/multi_basic_types.html',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 # self.Fail(page_name, 783 # self.Fail(page_name,
786 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 784 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
787 # self.Fail(page_name, 785 # self.Fail(page_name,
788 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 786 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
789 787
790 # Conflicts if between a generic os condition and a specific version 788 # Conflicts if between a generic os condition and a specific version
791 # self.Fail(page_name, 789 # self.Fail(page_name,
792 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 790 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
793 # self.Fail(page_name, 791 # self.Fail(page_name,
794 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 792 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698