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

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

Issue 2924923002: Roll WebGL 9422979..331fe3a (Closed)
Patch Set: update expectations Created 3 years, 6 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_revision.txt » ('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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 'tex-3d-rg8ui-rg_integer-unsigned_byte.html', 752 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
753 ['linux', ('nvidia', 0xf02)], bug=680282) 753 ['linux', ('nvidia', 0xf02)], bug=680282)
754 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' + 754 self.Flaky('conformance2/textures/image_bitmap_from_image_data/' +
755 'tex-2d-srgb8-rgb-unsigned_byte.html', 755 'tex-2d-srgb8-rgb-unsigned_byte.html',
756 ['linux', 'nvidia'], bug=694354) 756 ['linux', 'nvidia'], bug=694354)
757 757
758 # Linux NVIDIA Quadro P400 758 # Linux NVIDIA Quadro P400
759 # This test causes a lost device and then the next test fails. 759 # This test causes a lost device and then the next test fails.
760 self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html', 760 self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html',
761 ['linux', ('nvidia', 0x1cb3)], bug=709320) 761 ['linux', ('nvidia', 0x1cb3)], bug=709320)
762 self.Fail('deqp/functional/gles3/multisample.html',
763 ['linux', ('nvidia', 0x1cb3)], bug=702861)
764 762
765 # Linux Intel 763 # Linux Intel
766 self.Fail('conformance2/extensions/ext-color-buffer-float.html', 764 self.Fail('conformance2/extensions/ext-color-buffer-float.html',
767 ['linux', 'intel'], bug=640389) 765 ['linux', 'intel'], bug=640389)
768 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2', 766 self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2',
769 ['linux', 'intel'], bug=687210) 767 ['linux', 'intel'], bug=687210)
770 768
771 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477 769 # See https://bugs.freedesktop.org/show_bug.cgi?id=94477
772 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html', 770 self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
773 ['linux', 'intel'], bug=540543) # GPU timeout 771 ['linux', 'intel'], bug=540543) # GPU timeout
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 # self.Fail(page_name, 1173 # self.Fail(page_name,
1176 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1174 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1177 # self.Fail(page_name, 1175 # self.Fail(page_name,
1178 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1176 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1179 1177
1180 # Conflicts if between a generic os condition and a specific version 1178 # Conflicts if between a generic os condition and a specific version
1181 # self.Fail(page_name, 1179 # self.Fail(page_name,
1182 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1180 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1183 # self.Fail(page_name, 1181 # self.Fail(page_name,
1184 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1182 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_revision.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698