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

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

Issue 2495953002: Support uploads of sub-rectangles of canvases to 2D and 3D textures. (Closed)
Patch Set: Fixed regression in accelerated video-to-texture uploads. Marked Mac Intel failures. Created 4 years, 1 month 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
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, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 ['mac', 'intel'], bug=483282) 428 ['mac', 'intel'], bug=483282)
429 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 429 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
430 'textureprojgrad.html', 430 'textureprojgrad.html',
431 ['mac', 'intel'], bug=483282) 431 ['mac', 'intel'], bug=483282)
432 432
433 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', 433 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
434 ['mac', 'intel'], bug=483282) 434 ['mac', 'intel'], bug=483282)
435 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', 435 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
436 ['mac', 'intel'], bug=483282) 436 ['mac', 'intel'], bug=483282)
437 437
438 self.Fail('conformance/textures/canvas_sub_rectangle/' +
439 'tex-2d-rgba-rgba-unsigned_byte.html',
440 ['mac', 'intel'], bug=665656)
441 self.Fail('conformance/textures/canvas_sub_rectangle/' +
442 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
443 ['mac', 'intel'], bug=665656)
444 self.Fail('conformance/textures/canvas_sub_rectangle/' +
445 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
446 ['mac', 'intel'], bug=665656)
447 self.Fail('conformance/textures/canvas_sub_rectangle/' +
448 'tex-2d-rgb-rgb-unsigned_byte.html',
449 ['mac', 'intel'], bug=665656)
450 self.Fail('conformance/textures/canvas_sub_rectangle/' +
451 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
452 ['mac', 'intel'], bug=665656)
453 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
454 'tex-2d-r8-red-unsigned_byte.html',
455 ['mac', 'intel'], bug=665656)
456 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
457 'tex-2d-r8ui-red_integer-unsigned_byte.html',
458 ['mac', 'intel'], bug=665656)
459 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
460 'tex-2d-rg8-rg-unsigned_byte.html',
461 ['mac', 'intel'], bug=665656)
462 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
463 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
464 ['mac', 'intel'], bug=665656)
465 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
466 'tex-2d-rgb8-rgb-unsigned_byte.html',
467 ['mac', 'intel'], bug=665656)
468 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
469 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
470 ['mac', 'intel'], bug=665656)
471 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
472 'tex-2d-rgba8-rgba-unsigned_byte.html',
473 ['mac', 'intel'], bug=665656)
474 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
475 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
476 ['mac', 'intel'], bug=665656)
477
438 self.Fail('conformance2/textures/image_data/' + 478 self.Fail('conformance2/textures/image_data/' +
439 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 479 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
440 ['mac', 'intel'], bug=665197) 480 ['mac', 'intel'], bug=665197)
441 self.Fail('conformance2/textures/image_data/' + 481 self.Fail('conformance2/textures/image_data/' +
442 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 482 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
443 ['mac', 'intel'], bug=665197) 483 ['mac', 'intel'], bug=665197)
444 self.Fail('conformance2/textures/image_data/' + 484 self.Fail('conformance2/textures/image_data/' +
445 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', 485 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
446 ['mac', 'intel'], bug=665197) 486 ['mac', 'intel'], bug=665197)
447 self.Fail('conformance2/textures/image_data/' + 487 self.Fail('conformance2/textures/image_data/' +
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 # self.Fail(page_name, 824 # self.Fail(page_name,
785 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 825 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
786 # self.Fail(page_name, 826 # self.Fail(page_name,
787 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 827 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
788 828
789 # Conflicts if between a generic os condition and a specific version 829 # Conflicts if between a generic os condition and a specific version
790 # self.Fail(page_name, 830 # self.Fail(page_name,
791 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 831 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
792 # self.Fail(page_name, 832 # self.Fail(page_name,
793 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 833 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698