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

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

Issue 2087463003: Disable the WebGL2 test basic_copyteximage2d on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: disable WebGL2 test. Created 4 years, 6 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*', 211 self.Fail('deqp/functional/gles3/texturefiltering/cube_formats_*',
212 ['mac'], bug=606074) 212 ['mac'], bug=606074)
213 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*', 213 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*',
214 ['mac'], bug=606074) 214 ['mac'], bug=606074)
215 self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*', 215 self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*',
216 ['mac'], bug=606074) 216 ['mac'], bug=606074)
217 self.Flaky('deqp/functional/gles3/shaderindexing/varying.html', 217 self.Flaky('deqp/functional/gles3/shaderindexing/varying.html',
218 ['mac'], bug=619264) 218 ['mac'], bug=619264)
219 self.Fail('deqp/functional/gles3/shaderloop_do_while.html', 219 self.Fail('deqp/functional/gles3/shaderloop_do_while.html',
220 ['mac'], bug=617820) 220 ['mac'], bug=617820)
221 self.Fail('deqp/functional/gles3/texturespecification/' +
222 'basic_copyteximage2d.html',
223 ['mac'], bug=620067)
221 # This one's flaky on AMD, NVIDIA and Intel GPUs, but the 224 # This one's flaky on AMD, NVIDIA and Intel GPUs, but the
222 # GPU-specific expectations aren't working properly. 225 # GPU-specific expectations aren't working properly.
223 self.Fail('deqp/functional/gles3/shaderpackingfunction.html', 226 self.Fail('deqp/functional/gles3/shaderpackingfunction.html',
224 ['mac'], bug=619264) 227 ['mac'], bug=619264)
225 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 228 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
226 ['mac'], bug=618464) 229 ['mac'], bug=618464)
227 230
228 self.Fail('deqp/functional/gles3/textureformat/unsized_2d_array.html', 231 self.Fail('deqp/functional/gles3/textureformat/unsized_2d_array.html',
229 ['mac'], bug=577144) 232 ['mac'], bug=577144)
230 self.Fail('deqp/functional/gles3/textureformat/unsized_3d.html', 233 self.Fail('deqp/functional/gles3/textureformat/unsized_3d.html',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 # self.Fail(page_name, 671 # self.Fail(page_name,
669 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 672 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
670 # self.Fail(page_name, 673 # self.Fail(page_name,
671 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 674 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
672 675
673 # Conflicts if between a generic os condition and a specific version 676 # Conflicts if between a generic os condition and a specific version
674 # self.Fail(page_name, 677 # self.Fail(page_name,
675 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 678 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
676 # self.Fail(page_name, 679 # self.Fail(page_name,
677 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 680 # ['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