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

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

Issue 2680743004: Broaden suppression for Mac ASAN WebGL conformance test failure (Closed)
Patch Set: Created 3 years, 10 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, url_prefixes=None, is_asan=False): 9 def __init__(self, conformance_path, url_prefixes=None, is_asan=False):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', 522 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html',
523 ['mac', 'nvidia', 'amd'], bug=679684) 523 ['mac', 'nvidia', 'amd'], bug=679684)
524 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', 524 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
525 ['mac', 'amd', 'intel'], bug=679690) 525 ['mac', 'amd', 'intel'], bug=679690)
526 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', 526 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
527 ['mac', 'amd', 'intel'], bug=679690) 527 ['mac', 'amd', 'intel'], bug=679690)
528 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', 528 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
529 ['mac', 'amd', 'intel'], bug=679691) 529 ['mac', 'amd', 'intel'], bug=679691)
530 530
531 # Mac Intel 531 # Mac Intel
532
533 # ASAN only
534 self.Fail(
535 'conformance/more/functions/copyTexImage2D.html',
536 ['mac', 'intel', 'asan'], bug=680845)
537 self.Fail(
538 'conformance/more/functions/copyTexSubImage2D.html',
539 ['mac', 'intel', 'asan'], bug=680845)
540 self.Fail(
541 'deqp/functional/gles3/negativetextureapi.html',
542 ['mac', 'intel', 'asan'], bug=680845)
543 self.Fail(
544 'deqp/functional/gles3/texturespecification/basic_copyteximage2d.html',
545 ['mac', 'intel', 'asan'], bug=680845)
546
547 self.Fail( 532 self.Fail(
548 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', 533 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html',
549 ['sierra', 'intel'], bug=663188) 534 ['sierra', 'intel'], bug=663188)
550 self.Fail( 535 self.Fail(
551 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html', 536 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html',
552 ['sierra', 'intel'], bug=663188) 537 ['sierra', 'intel'], bug=663188)
553 self.Fail( 538 self.Fail(
554 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', 539 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html',
555 ['sierra', 'intel'], bug=663188) 540 ['sierra', 'intel'], bug=663188)
556 self.Fail( 541 self.Fail(
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 ['mac', 'intel'], bug=665197) 646 ['mac', 'intel'], bug=665197)
662 647
663 self.Fail('conformance2/textures/misc/' + 648 self.Fail('conformance2/textures/misc/' +
664 'integer-cubemap-texture-sampling.html', 649 'integer-cubemap-texture-sampling.html',
665 ['mac', 'intel'], bug=658930) 650 ['mac', 'intel'], bug=658930)
666 651
667 # Fixed on OSX 10.11 652 # Fixed on OSX 10.11
668 self.Fail('deqp/functional/gles3/uniformbuffers/random.html', 653 self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
669 ['mac', 'intel'], bug=618464) 654 ['mac', 'intel'], bug=618464)
670 655
656 # Mac ASAN only
657 self.Fail('conformance/more/functions/copyTexImage2D.html',
658 ['mac', 'asan'], bug=681641)
659 self.Fail('conformance/more/functions/copyTexSubImage2D.html',
660 ['mac', 'asan'], bug=681641)
661 self.Fail('deqp/functional/gles3/negativetextureapi.html',
662 ['mac', 'asan'], bug=681641)
663 self.Fail(
664 'deqp/functional/gles3/texturespecification/basic_copyteximage2d.html',
665 ['mac', 'asan'], bug=681641)
666
671 # Linux only. 667 # Linux only.
672 self.Flaky('conformance/textures/video/' + 668 self.Flaky('conformance/textures/video/' +
673 'tex-2d-rgba-rgba-unsigned_byte.html', 669 'tex-2d-rgba-rgba-unsigned_byte.html',
674 ['linux'], bug=627525) 670 ['linux'], bug=627525)
675 self.Flaky('conformance/textures/video/' + 671 self.Flaky('conformance/textures/video/' +
676 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 672 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
677 ['linux'], bug=627525) 673 ['linux'], bug=627525)
678 self.Flaky('conformance/textures/video/' + 674 self.Flaky('conformance/textures/video/' +
679 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 675 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
680 ['linux'], bug=627525) 676 ['linux'], bug=627525)
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 # self.Fail(page_name, 1060 # self.Fail(page_name,
1065 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1061 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1066 # self.Fail(page_name, 1062 # self.Fail(page_name,
1067 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1063 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1068 1064
1069 # Conflicts if between a generic os condition and a specific version 1065 # Conflicts if between a generic os condition and a specific version
1070 # self.Fail(page_name, 1066 # self.Fail(page_name,
1071 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1067 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1072 # self.Fail(page_name, 1068 # self.Fail(page_name,
1073 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1069 # ['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