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

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

Issue 2649343002: Roll WebGL 9b0c9de..3c655cc (Closed)
Patch Set: update expectations Created 3 years, 11 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 | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('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, 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 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 675 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
676 ['linux', 'nvidia'], bug=672380) 676 ['linux', 'nvidia'], bug=672380)
677 self.Fail('conformance2/textures/image_bitmap_from_canvas/' + 677 self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
678 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html', 678 'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
679 ['linux', 'nvidia'], bug=679677) 679 ['linux', 'nvidia'], bug=679677)
680 self.Fail('conformance2/renderbuffers/framebuffer-test.html', 680 self.Fail('conformance2/renderbuffers/framebuffer-test.html',
681 ['linux', 'nvidia', 'opengl'], bug=680278) 681 ['linux', 'nvidia', 'opengl'], bug=680278)
682 self.Fail('conformance2/textures/image/' + 682 self.Fail('conformance2/textures/image/' +
683 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', 683 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
684 ['linux', ('nvidia', 0xf02)], bug=680282) 684 ['linux', ('nvidia', 0xf02)], bug=680282)
685 self.Fail('conformance2/textures/image_data/tex-2d-rg32f-rg-float.html', 685 self.Fail('conformance2/textures/image_data/tex-2d-rg16f-rg-half_float.html' ,
qiankun 2017/01/25 02:27:47 This failure disappeared in this roll.
686 ['linux', 'nvidia'], bug=682190) 686 ['linux', 'nvidia'], bug=684399)
687 self.Fail('conformance2/textures/image_bitmap_from_blob/' +
688 'tex-2d-rgb565-rgb-unsigned_byte.html',
689 ['linux', 'nvidia'], bug=684399)
Zhenyao Mo 2017/01/24 16:47:10 Are these flaky or consistently failing?
qiankun 2017/01/25 02:27:47 They failed always in this roll.
687 690
688 # Linux Intel 691 # Linux Intel
689 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 692 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
690 ['linux', 'intel'], bug=640389) 693 ['linux', 'intel'], bug=640389)
691 694
692 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 695 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
693 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 696 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
694 ['linux', 'intel'], bug=540543) # GPU timeout 697 ['linux', 'intel'], bug=540543) # GPU timeout
695 698
696 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html', 699 self.Fail('deqp/functional/gles3/fbomultisample.8_samples.html',
697 ['linux', 'intel'], bug=635528) 700 ['linux', 'intel'], bug=635528)
698 701
699 self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
700 ['linux', 'intel'], bug=666384)
701 702
702 self.Fail('conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html', 703 self.Fail('conformance2/textures/misc/tex-subimage3d-pixel-buffer-bug.html',
703 ['linux', 'intel'], bug=662644) # WebGL 2.0.1 704 ['linux', 'intel'], bug=662644) # WebGL 2.0.1
704 705
705 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html', 706 self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
706 ['linux', 'intel'], bug=666384) 707 ['linux', 'intel'], bug=666384)
708 self.Fail('conformance2/textures/misc/tex-3d-mipmap-levels-intel-bug.html',
709 ['linux', 'intel'], bug=666384)
707 710
708 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5. 711 # Fails on Intel Mesa GL 3.3, passes on Intel Mesa GL 4.5.
709 self.Fail('conformance2/misc/views-with-offsets.html', 712 self.Fail('conformance2/misc/views-with-offsets.html',
710 ['linux', 'intel', 'no_angle'], bug=664180) 713 ['linux', 'intel', 'no_angle'], bug=664180)
711 714
712 # Linux Intel with ANGLE only 715 # Linux Intel with ANGLE only
713 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html', 716 self.Fail('deqp/functional/gles3/framebufferblit/conversion_07.html',
714 ['linux', 'intel', 'opengl'], bug=598902) 717 ['linux', 'intel', 'opengl'], bug=598902)
715 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html', 718 self.Fail('conformance2/rendering/blitframebuffer-filter-srgb.html',
716 ['linux', 'intel', 'opengl'], bug=680276) 719 ['linux', 'intel', 'opengl'], bug=680276)
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 # self.Fail(page_name, 1031 # self.Fail(page_name,
1029 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1032 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1030 # self.Fail(page_name, 1033 # self.Fail(page_name,
1031 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1034 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1032 1035
1033 # Conflicts if between a generic os condition and a specific version 1036 # Conflicts if between a generic os condition and a specific version
1034 # self.Fail(page_name, 1037 # self.Fail(page_name,
1035 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1038 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1036 # self.Fail(page_name, 1039 # self.Fail(page_name,
1037 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1040 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698