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

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

Issue 2512053002: tighten failure expectations already worked around in WebGL roll (Closed)
Patch Set: manual rebase Created 4 years 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, url_prefixes=None): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
450 'tex-2d-rgb-rgb-unsigned_byte.html', 450 'tex-2d-rgb-rgb-unsigned_byte.html',
451 ['mac', 'intel'], bug=665656) 451 ['mac', 'intel'], bug=665656)
452 self.Fail('conformance/textures/canvas_sub_rectangle/' + 452 self.Fail('conformance/textures/canvas_sub_rectangle/' +
453 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 453 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
454 ['mac', 'intel'], bug=665656) 454 ['mac', 'intel'], bug=665656)
455 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 455 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
456 'tex-2d-r8-red-unsigned_byte.html', 456 'tex-2d-r8-red-unsigned_byte.html',
457 ['mac', 'intel'], bug=665656) 457 ['mac', 'intel'], bug=665656)
458 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 458 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
459 'tex-2d-r8ui-red_integer-unsigned_byte.html', 459 'tex-2d-r8ui-red_integer-unsigned_byte.html',
460 ['mac', 'intel'], bug=665656) 460 ['yosemite', 'intel'], bug=665656)
461 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 461 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
462 'tex-2d-rg8-rg-unsigned_byte.html', 462 'tex-2d-rg8-rg-unsigned_byte.html',
463 ['mac', 'intel'], bug=665656) 463 ['mac', 'intel'], bug=665656)
464 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 464 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
465 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', 465 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
466 ['mac', 'intel'], bug=665656) 466 ['yosemite', 'intel'], bug=665656)
467 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 467 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
468 'tex-2d-rgb8-rgb-unsigned_byte.html', 468 'tex-2d-rgb8-rgb-unsigned_byte.html',
469 ['mac', 'intel'], bug=665656) 469 ['mac', 'intel'], bug=665656)
470 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 470 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
471 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 471 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
472 ['mac', 'intel'], bug=665656) 472 ['yosemite', 'intel'], bug=665656)
473 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 473 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
474 'tex-2d-rgba8-rgba-unsigned_byte.html', 474 'tex-2d-rgba8-rgba-unsigned_byte.html',
475 ['mac', 'intel'], bug=665656) 475 ['mac', 'intel'], bug=665656)
476 self.Fail('conformance2/textures/canvas_sub_rectangle/' + 476 self.Fail('conformance2/textures/canvas_sub_rectangle/' +
477 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 477 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
478 ['mac', 'intel'], bug=665656) 478 ['yosemite', 'intel'], bug=665656)
479 479
480 self.Fail('conformance2/textures/image_data/' + 480 self.Fail('conformance2/textures/image_data/' +
481 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html', 481 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
482 ['mac', 'intel'], bug=665197) 482 ['mac', 'intel'], bug=665197)
483 self.Fail('conformance2/textures/image_data/' + 483 self.Fail('conformance2/textures/image_data/' +
484 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html', 484 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
485 ['mac', 'intel'], bug=665197) 485 ['mac', 'intel'], bug=665197)
486 self.Fail('conformance2/textures/image_data/' + 486 self.Fail('conformance2/textures/image_data/' +
487 'tex-2d-rg8ui-rg_integer-unsigned_byte.html', 487 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
488 ['mac', 'intel'], bug=665197) 488 ['mac', 'intel'], bug=665197)
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 # self.Fail(page_name, 815 # self.Fail(page_name,
816 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 816 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
817 # self.Fail(page_name, 817 # self.Fail(page_name,
818 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 818 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
819 819
820 # Conflicts if between a generic os condition and a specific version 820 # Conflicts if between a generic os condition and a specific version
821 # self.Fail(page_name, 821 # self.Fail(page_name,
822 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 822 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
823 # self.Fail(page_name, 823 # self.Fail(page_name,
824 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 824 # ['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