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

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

Issue 2252083002: WebGL: Fix AMD R7 texture shadow expectations. (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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 ['win'], bug=1246) # ANGLE bug. 56 ['win'], bug=1246) # ANGLE bug.
57 57
58 # Windows 8 only. 58 # Windows 8 only.
59 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601) 59 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
60 60
61 # Win / NVidia 61 # Win / NVidia
62 self.Flaky('deqp/functional/gles3/fbomultisample*', 62 self.Flaky('deqp/functional/gles3/fbomultisample*',
63 ['win', 'nvidia'], bug=631317) 63 ['win', 'nvidia'], bug=631317)
64 64
65 # Win / AMD 65 # Win / AMD
66
67 # Fail on all AMD configurations
68 self.Fail('deqp/functional/gles3/textureshadow/2d*',
69 ['win', 'amd'], bug=638323)
70 self.Fail('deqp/functional/gles3/textureshadow/cube*',
71 ['win', 'amd'], bug=638323)
72
73 # Failing on old R5 230 configuration.
66 self.Fail('deqp/functional/gles3/texturespecification/' + 74 self.Fail('deqp/functional/gles3/texturespecification/' +
67 'texstorage2d_format_depth_stencil.html', 75 'texstorage2d_format_depth_stencil.html',
68 ['win', ('amd', 0x6779)], bug=614178) 76 ['win', ('amd', 0x6779)], bug=614178)
69 self.Fail('deqp/functional/gles3/texturespecification/' + 77 self.Fail('deqp/functional/gles3/texturespecification/' +
70 'texstorage3d_format_depth_stencil.html', 78 'texstorage3d_format_depth_stencil.html',
71 ['win', ('amd', 0x6779)], bug=614178) 79 ['win', ('amd', 0x6779)], bug=614178)
72 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', 80 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
73 ['win', ('amd', 0x6779)], bug=483282) 81 ['win', ('amd', 0x6779)], bug=483282)
74 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 82 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
75 'texelfetchoffset.html', 83 'texelfetchoffset.html',
76 ['win', ('amd', 0x6779)], bug=483282) 84 ['win', ('amd', 0x6779)], bug=483282)
77 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', 85 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
78 ['win', ('amd', 0x6779)], bug=483282) 86 ['win', ('amd', 0x6779)], bug=483282)
79 87
80 self.Fail('deqp/functional/gles3/textureshadow/2d*',
81 ['win', ('amd', 0x6779)], bug=483282)
82 self.Fail('deqp/functional/gles3/textureshadow/cube*',
83 ['win', ('amd', 0x6779)], bug=483282)
84
85 self.Fail('deqp/functional/gles3/transformfeedback/*', 88 self.Fail('deqp/functional/gles3/transformfeedback/*',
86 ['win', ('amd', 0x6779)], bug=626068) 89 ['win', ('amd', 0x6779)], bug=626068)
87 90
88 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 91 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
89 ['win', ('amd', 0x6779)], bug=483282) 92 ['win', ('amd', 0x6779)], bug=483282)
90 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 93 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
91 ['win', ('amd', 0x6779)], bug=483282) 94 ['win', ('amd', 0x6779)], bug=483282)
92 95
93 # Keep a separate set of failures for the R7 240, since it can use a new 96 # Keep a separate set of failures for the R7 240, since it can use a new
94 # and updated driver. The older drivers won't ever get fixes from AMD. 97 # and updated driver. The older drivers won't ever get fixes from AMD.
95 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html', 98 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html',
96 ['win', ('amd', 0x6613)], bug=638323) 99 ['win', ('amd', 0x6613)], bug=638323)
97 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html', 100 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
98 ['win', ('amd', 0x6613)], bug=638323) 101 ['win', ('amd', 0x6613)], bug=638323)
99 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', 102 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
100 ['win', ('amd', 0x6613)], bug=638323) 103 ['win', ('amd', 0x6613)], bug=638323)
101 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*', 104 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*',
102 ['win', ('amd', 0x6613)], bug=638323) 105 ['win', ('amd', 0x6613)], bug=638323)
103 self.Fail('deqp/functional/gles3/texturefiltering/cube*', 106 self.Fail('deqp/functional/gles3/texturefiltering/cube*',
104 ['win', ('amd', 0x6613)], bug=638323) 107 ['win', ('amd', 0x6613)], bug=638323)
105 self.Fail('deqp/functional/gles3/texturefiltering/'
106 'textureshadow_2d_array_nearest_mipmap_nearest_*',
107 ['win', ('amd', 0x6613)], bug=638323)
108 self.Fail('deqp/functional/gles3/texturefiltering/'
109 'textureshadow_2d_linear_mipmap*',
110 ['win', ('amd', 0x6613)], bug=638323)
111 self.Fail('deqp/functional/gles3/texturefiltering/'
112 'textureshadow_2d_nearest_mipmap_nearest*',
113 ['win', ('amd', 0x6613)], bug=638323)
114 self.Fail('deqp/functional/gles3/texturespecification/' 108 self.Fail('deqp/functional/gles3/texturespecification/'
115 'teximage2d_depth.html', 109 'teximage2d_depth.html',
116 ['win', ('amd', 0x6613)], bug=638323) 110 ['win', ('amd', 0x6613)], bug=638323)
117 self.Fail('deqp/functional/gles3/texturespecification/' 111 self.Fail('deqp/functional/gles3/texturespecification/'
118 'texstorage2d_format_depth_stencil.html', 112 'texstorage2d_format_depth_stencil.html',
119 ['win', ('amd', 0x6613)], bug=638323) 113 ['win', ('amd', 0x6613)], bug=638323)
120 self.Fail('deqp/functional/gles3/texturespecification/' 114 self.Fail('deqp/functional/gles3/texturespecification/'
121 'texstorage3d_format_depth_stencil.html', 115 'texstorage3d_format_depth_stencil.html',
122 ['win', ('amd', 0x6613)], bug=638323) 116 ['win', ('amd', 0x6613)], bug=638323)
123 self.Fail('deqp/functional/gles3/texturespecification/' 117 self.Fail('deqp/functional/gles3/texturespecification/'
(...skipping 781 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 # self.Fail(page_name, 899 # self.Fail(page_name,
906 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 900 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
907 # self.Fail(page_name, 901 # self.Fail(page_name,
908 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 902 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
909 903
910 # Conflicts if between a generic os condition and a specific version 904 # Conflicts if between a generic os condition and a specific version
911 # self.Fail(page_name, 905 # self.Fail(page_name,
912 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 906 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
913 # self.Fail(page_name, 907 # self.Fail(page_name,
914 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 908 # ['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