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

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

Issue 1471943002: More WebGL conformance test suppression updates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More WebGL suppression updates. Created 5 years 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 | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 self.Skip('deqp/functional/gles3/textureshadow.html', bug=483282) 72 self.Skip('deqp/functional/gles3/textureshadow.html', bug=483282)
73 self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282) 73 self.Skip('deqp/functional/gles3/texturespecification*.html', bug=483282)
74 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282) 74 self.Skip('deqp/functional/gles3/texturewrap.html', bug=483282)
75 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282) 75 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282)
76 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282) 76 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282)
77 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) 77 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
78 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282) 78 self.Skip('deqp/functional/gles3/vertexarrays.html', bug=483282)
79 79
80 self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282) 80 self.Fail('conformance2/buffers/uniform-buffers.html', bug=483282)
81 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282) 81 self.Fail('conformance2/glsl3/array-complex-indexing.html', bug=483282)
82 self.Fail('conformance2/glsl3/const-array-init.html',
83 bug=1198) # angle bug ID
82 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 84 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
83 self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282) 85 self.Fail('conformance2/glsl3/invalid-default-precision.html', bug=483282)
84 self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html', 86 self.Fail('conformance2/glsl3/sequence-operator-returns-non-constant.html',
85 bug=483282) 87 bug=483282)
86 self.Fail('conformance2/extensions/promoted-extensions-in-shaders.html', 88 self.Fail('conformance2/extensions/promoted-extensions-in-shaders.html',
87 bug=295792) 89 bug=295792)
88 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html', 90 self.Fail('conformance2/reading/read-pixels-into-pixel-pack-buffer.html',
89 bug=483282) 91 bug=483282)
90 self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282) 92 self.Fail('conformance2/renderbuffers/framebuffer-test.html', bug=483282)
91 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html', 93 self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html',
92 bug=483282) 94 bug=483282)
93 self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282) 95 self.Fail('conformance2/samplers/sampler-drawing-test.html', bug=483282)
94 self.Skip('conformance2/textures/webgl_canvas/*', bug=483282) 96 self.Skip('conformance2/textures/webgl_canvas/*', bug=483282)
95 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', bug=483282) 97 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', bug=483282)
96 self.Fail('conformance2/textures/misc/tex-storage-2d.html', bug=483282) 98 self.Fail('conformance2/textures/misc/tex-storage-2d.html', bug=483282)
97 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
98 bug=295792)
99 99
100 # Windows only. 100 # Windows only.
101 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282) 101 self.Skip('deqp/functional/gles3/readpixel.html', ['win'], bug=483282)
102 self.Skip('deqp/functional/gles3/texturestatequery.html', 102 self.Skip('deqp/functional/gles3/texturestatequery.html',
103 ['win'], bug=483282) 103 ['win'], bug=483282)
104 self.Fail('conformance2/glsl3/array-in-complex-expression.html', 104 self.Fail('conformance2/glsl3/array-in-complex-expression.html',
105 ['win'], bug=483282) 105 ['win'], bug=483282)
106 self.Fail('conformance2/glsl3/frag-depth.html', 106 self.Fail('conformance2/glsl3/frag-depth.html',
107 ['win'], bug=483282) 107 ['win'], bug=483282)
108 self.Fail('conformance2/glsl3/short-circuiting-in-loop-condition.html', 108 self.Fail('conformance2/glsl3/short-circuiting-in-loop-condition.html',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 ['win8'], bug=483282) 140 ['win8'], bug=483282)
141 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' + 141 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-2d' +
142 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html', 142 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
143 ['win8'], bug=483282) 143 ['win8'], bug=483282)
144 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' + 144 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
145 '-with-video-rgb565-rgb-unsigned_byte.html', 145 '-with-video-rgb565-rgb-unsigned_byte.html',
146 ['win8'], bug=483282) 146 ['win8'], bug=483282)
147 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' + 147 self.Fail('conformance2/textures/video/tex-image-and-sub-image-2d' +
148 '-with-video-rgb5_a1-rgba-unsigned_byte.html', 148 '-with-video-rgb5_a1-rgba-unsigned_byte.html',
149 ['win8'], bug=483282) 149 ['win8'], bug=483282)
150 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
151 '-with-video-rgb5_a1-rgba-unsigned_byte.html',
152 ['win8'], bug=560555)
153 self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
154 '-with-video-rgb565-rgb-unsigned_byte.html',
155 ['win8'], bug=560555)
156 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' +
157 '-with-image-data-rgb565-rgb-unsigned_byte.html',
158 ['win8'], bug=560555)
159 self.Fail('conformance2/textures/image_data/tex-image-and-sub-image-3d' +
160 '-with-image-data-rgb5_a1-rgba-unsigned_byte.html',
161 ['win8'], bug=560555)
162 self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' +
163 '-with-image-rgb5_a1-rgba-unsigned_byte.html',
164 ['win8'], bug=560555)
165 self.Fail('conformance2/textures/image/tex-image-and-sub-image-3d' +
166 '-with-image-rgb565-rgb-unsigned_byte.html',
167 ['win8'], bug=560555)
168 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' +
169 '-with-svg-image-rgb565-rgb-unsigned_byte.html',
170 ['win8'], bug=560555)
171 self.Fail('conformance2/textures/svg_image/tex-image-and-sub-image-3d' +
172 '-with-svg-image-rgb5_a1-rgba-unsigned_byte.html',
173 ['win8'], bug=560555)
174
150 # Windows Debug. Causing assertions in the GPU process which raise 175 # Windows Debug. Causing assertions in the GPU process which raise
151 # a dialog box, so have to skip them rather than mark them as 176 # a dialog box, so have to skip them rather than mark them as
152 # failing. 177 # failing.
153 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' + 178 self.Skip('conformance2/textures/canvas/tex-image-and-sub-image-2d' +
154 '-with-canvas-rgba8-rgba-unsigned_byte.html', 179 '-with-canvas-rgba8-rgba-unsigned_byte.html',
155 ['win', 'debug'], bug=542901) 180 ['win', 'debug'], bug=542901)
156 181
157 # Mac only. 182 # Mac only.
158 self.Skip('deqp/data/gles3/shaders/qualification_order.html', 183 self.Skip('deqp/data/gles3/shaders/qualification_order.html',
159 ['mac'], bug=483282) 184 ['mac'], bug=483282)
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 # self.Fail(page_name, 303 # self.Fail(page_name,
279 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 304 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
280 # self.Fail(page_name, 305 # self.Fail(page_name,
281 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 306 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
282 307
283 # Conflicts if between a generic os condition and a specific version 308 # Conflicts if between a generic os condition and a specific version
284 # self.Fail(page_name, 309 # self.Fail(page_name,
285 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 310 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
286 # self.Fail(page_name, 311 # self.Fail(page_name,
287 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 312 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698