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

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

Issue 2515413002: Revert workaround due to perf regression (Closed)
Patch Set: 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('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, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ['mac', 'intel'], bug=483282) 430 ['mac', 'intel'], bug=483282)
431 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 431 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
432 'textureprojgrad.html', 432 'textureprojgrad.html',
433 ['mac', 'intel'], bug=483282) 433 ['mac', 'intel'], bug=483282)
434 434
435 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html', 435 self.Fail('deqp/functional/gles3/framebufferblit/rect_03.html',
436 ['mac', 'intel'], bug=483282) 436 ['mac', 'intel'], bug=483282)
437 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html', 437 self.Fail('deqp/functional/gles3/framebufferblit/rect_04.html',
438 ['mac', 'intel'], bug=483282) 438 ['mac', 'intel'], bug=483282)
439 439
440 self.Fail('conformance/textures/canvas_sub_rectangle/' +
441 'tex-2d-rgba-rgba-unsigned_byte.html',
442 ['mac', 'intel'], bug=665656)
443 self.Fail('conformance/textures/canvas_sub_rectangle/' +
444 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
445 ['mac', 'intel'], bug=665656)
446 self.Fail('conformance/textures/canvas_sub_rectangle/' +
447 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
448 ['mac', 'intel'], bug=665656)
449 self.Fail('conformance/textures/canvas_sub_rectangle/' +
450 'tex-2d-rgb-rgb-unsigned_byte.html',
451 ['mac', 'intel'], bug=665656)
452 self.Fail('conformance/textures/canvas_sub_rectangle/' +
453 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
454 ['mac', 'intel'], bug=665656)
455 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
456 'tex-2d-r8-red-unsigned_byte.html',
457 ['mac', 'intel'], bug=665656)
440 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 458 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
441 'tex-2d-r8ui-red_integer-unsigned_byte.html', 459 'tex-2d-r8ui-red_integer-unsigned_byte.html',
442 ['mac', 'intel'], bug=665656) 460 ['mac', 'intel'], bug=665656)
443 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 461 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
462 'tex-2d-rg8-rg-unsigned_byte.html',
463 ['mac', 'intel'], bug=665656)
464 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
444 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', 465 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
445 ['mac', 'intel'], bug=665656) 466 ['mac', 'intel'], bug=665656)
446 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 467 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
468 'tex-2d-rgb8-rgb-unsigned_byte.html',
469 ['mac', 'intel'], bug=665656)
470 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
447 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 471 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
448 ['mac', 'intel'], bug=665656) 472 ['mac', 'intel'], bug=665656)
449 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 473 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
474 'tex-2d-rgba8-rgba-unsigned_byte.html',
475 ['mac', 'intel'], bug=665656)
476 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
450 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 477 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
451 ['mac', 'intel'], bug=665656) 478 ['mac', 'intel'], bug=665656)
452 479
453 self.Fail('conformance2/textures/image_data/' + 480 self.Fail('conformance2/textures/image_data/' +
454 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 481 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
455 ['mac', 'intel'], bug=665197) 482 ['mac', 'intel'], bug=665197)
456 self.Fail('conformance2/textures/image_data/' + 483 self.Fail('conformance2/textures/image_data/' +
457 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 484 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
458 ['mac', 'intel'], bug=665197) 485 ['mac', 'intel'], bug=665197)
459 self.Fail('conformance2/textures/image_data/' + 486 self.Fail('conformance2/textures/image_data/' +
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 # self.Fail(page_name, 815 # self.Fail(page_name,
789 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 816 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
790 # self.Fail(page_name, 817 # self.Fail(page_name,
791 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
792 819
793 # Conflicts if between a generic os condition and a specific version 820 # Conflicts if between a generic os condition and a specific version
794 # self.Fail(page_name, 821 # self.Fail(page_name,
795 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 822 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
796 # self.Fail(page_name, 823 # self.Fail(page_name,
797 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698