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

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

Issue 2177173004: Update WebGL2 conformance test expectations for Linux AMD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 ['linux', 'amd'], bug=483282) 721 ['linux', 'amd'], bug=483282)
722 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html', 722 self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
723 ['linux', 'amd'], bug=483282) 723 ['linux', 'amd'], bug=483282)
724 self.Fail('deqp/functional/gles3/vertexarrays/' + 724 self.Fail('deqp/functional/gles3/vertexarrays/' +
725 'single_attribute.output_type.unsigned_int.html', 725 'single_attribute.output_type.unsigned_int.html',
726 ['linux', 'amd'], bug=483282) 726 ['linux', 'amd'], bug=483282)
727 self.Fail('deqp/functional/gles3/draw/*.html', 727 self.Fail('deqp/functional/gles3/draw/*.html',
728 ['linux', 'amd'], bug=483282) 728 ['linux', 'amd'], bug=483282)
729 self.Fail('deqp/functional/gles3/fbomultisample*', 729 self.Fail('deqp/functional/gles3/fbomultisample*',
730 ['linux', 'amd'], bug=483282) 730 ['linux', 'amd'], bug=483282)
731 self.Fail('deqp/functional/gles3/fbocompleteness.html',
732 ['linux', 'amd'], bug=483282)
731 self.Fail('deqp/functional/gles3/fragmentoutput/*.html', 733 self.Fail('deqp/functional/gles3/fragmentoutput/*.html',
732 ['linux', 'amd'], bug=483282) 734 ['linux', 'amd'], bug=483282)
733 self.Fail('deqp/functional/gles3/textureshadow/*.html', 735 self.Fail('deqp/functional/gles3/textureshadow/*.html',
734 ['linux', 'amd'], bug=483282) 736 ['linux', 'amd'], bug=483282)
735 self.Fail('deqp/functional/gles3/shadermatrix/mul_dynamic_highp.html', 737 self.Fail('deqp/functional/gles3/shadermatrix/mul_dynamic_highp.html',
736 ['linux', 'amd'], bug=483282) 738 ['linux', 'amd'], bug=483282)
737 self.Fail('deqp/functional/gles3/shadermatrix/mul_dynamic_lowp.html', 739 self.Fail('deqp/functional/gles3/shadermatrix/mul_dynamic_lowp.html',
738 ['linux', 'amd'], bug=483282) 740 ['linux', 'amd'], bug=483282)
739 self.Fail('deqp/functional/gles3/shadermatrix/mul_dynamic_mediump.html', 741 self.Fail('deqp/functional/gles3/shadermatrix/mul_dynamic_mediump.html',
740 ['linux', 'amd'], bug=483282) 742 ['linux', 'amd'], bug=483282)
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 # self.Fail(page_name, 850 # self.Fail(page_name,
849 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 851 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
850 # self.Fail(page_name, 852 # self.Fail(page_name,
851 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 853 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
852 854
853 # Conflicts if between a generic os condition and a specific version 855 # Conflicts if between a generic os condition and a specific version
854 # self.Fail(page_name, 856 # self.Fail(page_name,
855 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 857 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
856 # self.Fail(page_name, 858 # self.Fail(page_name,
857 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 859 # ['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