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

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

Issue 2283463002: WebGL: Update AMD test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 3 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 66
67 # Fail on all AMD configurations 67 # Fail on all AMD configurations
68 self.Fail('deqp/functional/gles3/textureshadow/2d*', 68 self.Fail('deqp/functional/gles3/textureshadow/2d*',
69 ['win', 'amd'], bug=638323) 69 ['win', 'amd'], bug=638323)
70 self.Fail('deqp/functional/gles3/textureshadow/cube*', 70 self.Fail('deqp/functional/gles3/textureshadow/cube*',
71 ['win', 'amd'], bug=638323) 71 ['win', 'amd'], bug=638323)
72 self.Fail('deqp/functional/gles3/texturespecification/' +
73 'texstorage2d_format_depth_stencil.html',
74 ['win', 'amd'], bug=614178)
75 self.Fail('deqp/functional/gles3/texturespecification/' +
76 'texstorage3d_format_depth_stencil.html',
77 ['win', 'amd'], bug=614178)
78 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
79 ['win', 'amd'], bug=483282)
80 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
81 ['win', 'amd'], bug=483282)
72 82
73 # Failing on old R5 230 configuration. 83 # Failing on old R5 230 configuration.
74 self.Fail('deqp/functional/gles3/texturespecification/' +
75 'texstorage2d_format_depth_stencil.html',
76 ['win', ('amd', 0x6779)], bug=614178)
77 self.Fail('deqp/functional/gles3/texturespecification/' +
78 'texstorage3d_format_depth_stencil.html',
79 ['win', ('amd', 0x6779)], bug=614178)
80 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
81 ['win', ('amd', 0x6779)], bug=483282)
82 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 84 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
83 'texelfetchoffset.html', 85 'texelfetchoffset.html',
84 ['win', ('amd', 0x6779)], bug=483282) 86 ['win', ('amd', 0x6779)], bug=483282)
85 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
86 ['win', ('amd', 0x6779)], bug=483282)
87 87
88 self.Fail('deqp/functional/gles3/transformfeedback/*', 88 self.Fail('deqp/functional/gles3/transformfeedback/*',
89 ['win', ('amd', 0x6779)], bug=626068) 89 ['win', ('amd', 0x6779)], bug=626068)
90 90
91 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 91 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
92 ['win', ('amd', 0x6779)], bug=483282) 92 ['win', ('amd', 0x6779)], bug=483282)
93 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 93 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
94 ['win', ('amd', 0x6779)], bug=483282) 94 ['win', ('amd', 0x6779)], bug=483282)
95 95
96 # 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
97 # 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.
98 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html', 98 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html',
99 ['win', ('amd', 0x6613)], bug=638323) 99 ['win', ('amd', 0x6613)], bug=638323)
100 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
101 ['win', ('amd', 0x6613)], bug=638323)
102 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
103 ['win', ('amd', 0x6613)], bug=638323)
104 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*', 100 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*',
105 ['win', ('amd', 0x6613)], bug=638323) 101 ['win', ('amd', 0x6613)], bug=638323)
106 self.Fail('deqp/functional/gles3/texturefiltering/cube*', 102 self.Fail('deqp/functional/gles3/texturefiltering/cube*',
107 ['win', ('amd', 0x6613)], bug=638323) 103 ['win', ('amd', 0x6613)], bug=638323)
108 self.Fail('deqp/functional/gles3/texturespecification/' 104 self.Fail('deqp/functional/gles3/texturespecification/'
109 'teximage2d_depth.html', 105 'teximage2d_depth.html',
110 ['win', ('amd', 0x6613)], bug=638323) 106 ['win', ('amd', 0x6613)], bug=638323)
111 self.Fail('deqp/functional/gles3/texturespecification/' 107 self.Fail('deqp/functional/gles3/texturespecification/'
112 'texstorage2d_format_depth_stencil.html',
113 ['win', ('amd', 0x6613)], bug=638323)
114 self.Fail('deqp/functional/gles3/texturespecification/'
115 'texstorage3d_format_depth_stencil.html',
116 ['win', ('amd', 0x6613)], bug=638323)
117 self.Fail('deqp/functional/gles3/texturespecification/'
118 'texsubimage2d_depth.html', 108 'texsubimage2d_depth.html',
119 ['win', ('amd', 0x6613)], bug=638323) 109 ['win', ('amd', 0x6613)], bug=638323)
120 110
121 # It's unfortunate that these suppressions need to be so broad, but 111 # It's unfortunate that these suppressions need to be so broad, but
122 # basically any test that uses readPixels is potentially flaky, and 112 # basically any test that uses readPixels is potentially flaky, and
123 # it's infeasible to suppress individual failures one by one. 113 # it's infeasible to suppress individual failures one by one.
124 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) 114 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
125 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) 115 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
126 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) 116 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
127 117
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 # self.Fail(page_name, 887 # self.Fail(page_name,
898 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 888 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
899 # self.Fail(page_name, 889 # self.Fail(page_name,
900 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 890 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
901 891
902 # Conflicts if between a generic os condition and a specific version 892 # Conflicts if between a generic os condition and a specific version
903 # self.Fail(page_name, 893 # self.Fail(page_name,
904 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 894 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
905 # self.Fail(page_name, 895 # self.Fail(page_name,
906 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 896 # ['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