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

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

Issue 2918923002: Mark some webgl video conformance tests as flaky on Win10 Quadro P400. (Closed)
Patch Set: typo 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 | « no previous file | 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'random_interleaved_triangles.html', 95 'random_interleaved_triangles.html',
96 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754) 96 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
97 self.Fail('deqp/functional/gles3/transformfeedback/' + 97 self.Fail('deqp/functional/gles3/transformfeedback/' +
98 'random_separate_lines.html', 98 'random_separate_lines.html',
99 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754) 99 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
100 self.Fail('deqp/functional/gles3/transformfeedback/' + 100 self.Fail('deqp/functional/gles3/transformfeedback/' +
101 'random_separate_triangles.html', 101 'random_separate_triangles.html',
102 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754) 102 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
103 self.Fail('deqp/functional/gles3/transformfeedback/interpolation_flat.html', 103 self.Fail('deqp/functional/gles3/transformfeedback/interpolation_flat.html',
104 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754) 104 ['win10', ('nvidia', 0x1cb3), 'd3d11'], bug=680754)
105 self.Flaky('conformance2/textures/video/tex-3d-rgba32f-rgba-float.html',
106 ['win10', ('nvidia', 0x1cb3)], bug=728670)
107 self.Flaky('conformance2/textures/image_bitmap_from_video/' +
108 'tex-3d-rg16f-rg-half_float.html',
109 ['win10', ('nvidia', 0x1cb3)], bug=728670)
110 self.Flaky('conformance2/textures/image_bitmap_from_video/' +
111 'tex-3d-rgba8ui-rgba_integer-unsigned_byte.html',
112 ['win10', ('nvidia', 0x1cb3)], bug=728670)
113 self.Flaky('conformance2/textures/video/tex-3d-rgb9_e5-rgb-half_float.html',
114 ['win10', ('nvidia', 0x1cb3)], bug=728670)
115 self.Flaky('conformance2/textures/video/' +
116 'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
117 ['win10', ('nvidia', 0x1cb3)], bug=728670)
118 self.Flaky('conformance/extensions/oes-texture-half-float-with-video.html',
119 ['win10', ('nvidia', 0x1cb3)], bug=728670)
105 120
106 # Win / NVIDIA / OpenGL 121 # Win / NVIDIA / OpenGL
107 self.Fail('conformance2/rendering/framebuffer-texture-level1.html', 122 self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
108 ['win', 'nvidia', 'opengl'], bug=693090) 123 ['win', 'nvidia', 'opengl'], bug=693090)
109 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 124 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
110 ['win', 'nvidia', 'opengl'], bug=693090) 125 ['win', 'nvidia', 'opengl'], bug=693090)
111 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html', 126 self.Fail('conformance2/textures/misc/tex-srgb-mipmap.html',
112 ['win', 'nvidia', 'opengl'], bug=693090) 127 ['win', 'nvidia', 'opengl'], bug=693090)
113 self.Fail('conformance2/glsl3/' + 128 self.Fail('conformance2/glsl3/' +
114 'vector-dynamic-indexing-swizzled-lvalue.html', 129 'vector-dynamic-indexing-swizzled-lvalue.html',
(...skipping 1045 matching lines...) Expand 10 before | Expand all | Expand 10 after
1160 # self.Fail(page_name, 1175 # self.Fail(page_name,
1161 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1176 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1162 # self.Fail(page_name, 1177 # self.Fail(page_name,
1163 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1178 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1164 1179
1165 # Conflicts if between a generic os condition and a specific version 1180 # Conflicts if between a generic os condition and a specific version
1166 # self.Fail(page_name, 1181 # self.Fail(page_name,
1167 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1182 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1168 # self.Fail(page_name, 1183 # self.Fail(page_name,
1169 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1184 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698