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

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

Issue 2027703003: Support glCopyTex[Sub]Image to LUMA formats on the core profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Support glCopyTex[Sub]Image to LUMA formats on the core profile. 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 | gpu/command_buffer/service/BUILD.gn » ('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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 ['mac'], bug=606074) 361 ['mac'], bug=606074)
362 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*', 362 self.Fail('deqp/functional/gles3/texturefiltering/cube_sizes_*',
363 ['mac'], bug=606074) 363 ['mac'], bug=606074)
364 self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*', 364 self.Fail('deqp/functional/gles3/texturefiltering/cube_combinations_*',
365 ['mac'], bug=606074) 365 ['mac'], bug=606074)
366 self.Fail('deqp/functional/gles3/shaderloop_do_while.html', 366 self.Fail('deqp/functional/gles3/shaderloop_do_while.html',
367 ['mac'], bug=617820) 367 ['mac'], bug=617820)
368 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 368 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
369 ['mac'], bug=618464) 369 ['mac'], bug=618464)
370 370
371 self.Skip('deqp/functional/gles3/texturespecification/' +
372 'basic_copyteximage2d.html',
373 ['mac'], bug=577144)
374 self.Skip('deqp/functional/gles3/texturespecification/' +
375 'basic_copytexsubimage2d.html',
376 ['mac'], bug=577144)
377 self.Fail('deqp/functional/gles3/textureformat/unsized_2d_array.html', 371 self.Fail('deqp/functional/gles3/textureformat/unsized_2d_array.html',
378 ['mac'], bug=577144) 372 ['mac'], bug=577144)
379 self.Fail('deqp/functional/gles3/textureformat/unsized_3d.html', 373 self.Fail('deqp/functional/gles3/textureformat/unsized_3d.html',
380 ['mac'], bug=577144) 374 ['mac'], bug=577144)
381 self.Fail('deqp/functional/gles3/textureformat/compressed_2d.html', 375 self.Fail('deqp/functional/gles3/textureformat/compressed_2d.html',
382 ['mac'], bug=612205) 376 ['mac'], bug=612205)
383 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html', 377 self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
384 ['mac'], bug=612205) 378 ['mac'], bug=612205)
385 self.Fail('deqp/functional/gles3/texturewrap/e*', 379 self.Fail('deqp/functional/gles3/texturewrap/e*',
386 ['mac'], bug=612205) 380 ['mac'], bug=612205)
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 # self.Fail(page_name, 811 # self.Fail(page_name,
818 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 812 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
819 # self.Fail(page_name, 813 # self.Fail(page_name,
820 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 814 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
821 815
822 # Conflicts if between a generic os condition and a specific version 816 # Conflicts if between a generic os condition and a specific version
823 # self.Fail(page_name, 817 # self.Fail(page_name,
824 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
825 # self.Fail(page_name, 819 # self.Fail(page_name,
826 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 820 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698