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

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

Issue 2048453003: Skip two WebGL 2.0 conformance tests on Win Intel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 ['win', ('amd', 0x6779)], bug=614178) 311 ['win', ('amd', 0x6779)], bug=614178)
312 self.Fail('deqp/functional/gles3/texturespecification/' + 312 self.Fail('deqp/functional/gles3/texturespecification/' +
313 'texstorage3d_format_depth_stencil.html', 313 'texstorage3d_format_depth_stencil.html',
314 ['win', ('amd', 0x6779)], bug=614178) 314 ['win', ('amd', 0x6779)], bug=614178)
315 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', 315 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
316 ['win', ('amd', 0x6779)], bug=614573) 316 ['win', ('amd', 0x6779)], bug=614573)
317 317
318 # Win / Intel 318 # Win / Intel
319 self.Fail('conformance2/buffers/uniform-buffers.html', 319 self.Fail('conformance2/buffers/uniform-buffers.html',
320 ['win', 'intel'], bug=483282) 320 ['win', 'intel'], bug=483282)
321 self.Skip('conformance2/textures/misc/copy-texture-image.html',
322 ['win', 'intel'], bug=617449)
321 self.Fail('deqp/functional/gles3/shaderstruct.html', 323 self.Fail('deqp/functional/gles3/shaderstruct.html',
322 ['win', 'intel'], bug=483282) 324 ['win', 'intel'], bug=483282)
323 self.Fail('deqp/functional/gles3/texturespecification/' + 325 self.Fail('deqp/functional/gles3/texturespecification/' +
324 'teximage3d_depth.html', 326 'teximage3d_depth.html',
325 ['win', 'intel'], bug=614418) 327 ['win', 'intel'], bug=614418)
328 self.Skip('deqp/functional/gles3/texturespecification/' +
329 'teximage3d_depth_pbo.html',
330 ['win', 'intel'], bug=617449)
326 self.Fail('deqp/functional/gles3/texturespecification/' + 331 self.Fail('deqp/functional/gles3/texturespecification/' +
327 'texsubimage3d_depth.html', 332 'texsubimage3d_depth.html',
328 ['win', 'intel'], bug=614418) 333 ['win', 'intel'], bug=614418)
329 self.Fail('deqp/functional/gles3/texturespecification/' + 334 self.Fail('deqp/functional/gles3/texturespecification/' +
330 'texstorage3d_format_depth_stencil.html', 335 'texstorage3d_format_depth_stencil.html',
331 ['win', 'intel'], bug=614418) 336 ['win', 'intel'], bug=614418)
332 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html', 337 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_00.html',
333 ['win', 'intel'], bug=614418) 338 ['win', 'intel'], bug=614418)
334 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html', 339 self.Fail('deqp/functional/gles3/textureformat/sized_color_3d_pot_02.html',
335 ['win', 'intel'], bug=614418) 340 ['win', 'intel'], bug=614418)
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 # self.Fail(page_name, 701 # self.Fail(page_name,
697 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 702 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
698 # self.Fail(page_name, 703 # self.Fail(page_name,
699 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 704 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
700 705
701 # Conflicts if between a generic os condition and a specific version 706 # Conflicts if between a generic os condition and a specific version
702 # self.Fail(page_name, 707 # self.Fail(page_name,
703 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 708 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
704 # self.Fail(page_name, 709 # self.Fail(page_name,
705 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 710 # ['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