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

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

Issue 2316883002: WebGL: Update Win/AMD 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 # Windows 8 only. 61 # Windows 8 only.
62 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601) 62 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
63 63
64 # Win / NVidia 64 # Win / NVidia
65 self.Flaky('deqp/functional/gles3/fbomultisample*', 65 self.Flaky('deqp/functional/gles3/fbomultisample*',
66 ['win', 'nvidia'], bug=631317) 66 ['win', 'nvidia'], bug=631317)
67 67
68 # Win / AMD 68 # Win / AMD
69 69
70 # Fail on all AMD configurations
71 self.Fail('deqp/functional/gles3/textureshadow/2d*',
72 ['win', 'amd'], bug=638323)
73 self.Fail('deqp/functional/gles3/textureshadow/cube*',
74 ['win', 'amd'], bug=638323)
75 self.Fail('deqp/functional/gles3/texturespecification/' +
76 'texstorage2d_format_depth_stencil.html',
77 ['win', 'amd'], bug=614178)
78 self.Fail('deqp/functional/gles3/texturespecification/' +
79 'texstorage3d_format_depth_stencil.html',
80 ['win', 'amd'], bug=614178)
81 self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
82 ['win', 'amd'], bug=483282)
83
84 # Failing on old R5 230 configuration. 70 # Failing on old R5 230 configuration.
85 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 71 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
86 'texelfetchoffset.html', 72 'texelfetchoffset.html',
87 ['win', ('amd', 0x6779)], bug=483282) 73 ['win', ('amd', 0x6779)], bug=483282)
88 74
89 self.Fail('deqp/functional/gles3/transformfeedback/*', 75 self.Fail('deqp/functional/gles3/transformfeedback/*',
90 ['win', ('amd', 0x6779)], bug=626068) 76 ['win', ('amd', 0x6779)], bug=626068)
91 77
92 self.Fail('deqp/functional/gles3/shadercommonfunction.html', 78 self.Fail('deqp/functional/gles3/shadercommonfunction.html',
93 ['win', ('amd', 0x6779)], bug=483282) 79 ['win', ('amd', 0x6779)], bug=483282)
94 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 80 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
95 ['win', ('amd', 0x6779)], bug=483282) 81 ['win', ('amd', 0x6779)], bug=483282)
96 82
97 # Keep a separate set of failures for the R7 240, since it can use a new 83 # Keep a separate set of failures for the R7 240, since it can use a new
98 # and updated driver. The older drivers won't ever get fixes from AMD. 84 # and updated driver. The older drivers won't ever get fixes from AMD.
99 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html', 85 self.Fail('deqp/functional/gles3/framebufferblit/depth_stencil.html',
100 ['win', ('amd', 0x6613)], bug=638323) 86 ['win', ('amd', 0x6613)], bug=638323)
101 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*', 87 self.Fail('deqp/functional/gles3/texturefiltering/2d_array*',
102 ['win', ('amd', 0x6613)], bug=638323) 88 ['win', ('amd', 0x6613)], bug=638323)
103 self.Fail('deqp/functional/gles3/texturefiltering/cube*', 89 self.Fail('deqp/functional/gles3/texturefiltering/cube*',
104 ['win', ('amd', 0x6613)], bug=638323) 90 ['win', ('amd', 0x6613)], bug=638323)
105 self.Fail('deqp/functional/gles3/texturespecification/'
106 'teximage2d_depth.html',
107 ['win', ('amd', 0x6613)], bug=638323)
108 self.Fail('deqp/functional/gles3/texturespecification/'
109 'texsubimage2d_depth.html',
110 ['win', ('amd', 0x6613)], bug=638323)
111 91
112 # It's unfortunate that these suppressions need to be so broad, but 92 # It's unfortunate that these suppressions need to be so broad, but
113 # basically any test that uses readPixels is potentially flaky, and 93 # basically any test that uses readPixels is potentially flaky, and
114 # it's infeasible to suppress individual failures one by one. 94 # it's infeasible to suppress individual failures one by one.
115 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419) 95 self.Flaky('conformance/*', ['win', ('amd', 0x6779)], bug=491419)
116 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419) 96 self.Flaky('conformance2/*', ['win', ('amd', 0x6779)], bug=491419)
117 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419) 97 self.Flaky('deqp/*', ['win', ('amd', 0x6779)], bug=491419)
118 98
119 # Win / Intel 99 # Win / Intel
120 self.Fail('conformance2/buffers/uniform-buffers.html', 100 self.Fail('conformance2/buffers/uniform-buffers.html',
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 # self.Fail(page_name, 857 # self.Fail(page_name,
878 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 858 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
879 # self.Fail(page_name, 859 # self.Fail(page_name,
880 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 860 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
881 861
882 # Conflicts if between a generic os condition and a specific version 862 # Conflicts if between a generic os condition and a specific version
883 # self.Fail(page_name, 863 # self.Fail(page_name,
884 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 864 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
885 # self.Fail(page_name, 865 # self.Fail(page_name,
886 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 866 # ['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