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

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

Issue 2858123002: Suppress regressions in Haswell graphics driver in macOS 10.12.4. (Closed)
Patch Set: Created 3 years, 7 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 | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 self.Fail( 578 self.Fail(
579 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html', 579 'conformance2/textures/webgl_canvas/tex-2d-rgb9_e5-rgb-half_float.html',
580 ['sierra', 'intel'], bug=663188) 580 ['sierra', 'intel'], bug=663188)
581 self.Fail( 581 self.Fail(
582 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html', 582 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-float.html',
583 ['sierra', 'intel'], bug=663188) 583 ['sierra', 'intel'], bug=663188)
584 self.Fail( 584 self.Fail(
585 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html', 585 'conformance2/textures/webgl_canvas/tex-3d-rgb9_e5-rgb-half_float.html',
586 ['sierra', 'intel'], bug=663188) 586 ['sierra', 'intel'], bug=663188)
587 587
588 # Regressions in 10.12.4 on Haswell GPUs.
589 self.Fail('deqp/functional/gles3/fbocolorbuffer/tex2d_00.html',
590 ['mac', ('intel', 0x0a2e)], bug=718194)
591 self.Fail('deqp/functional/gles3/fboinvalidate/format_00.html',
592 ['mac', ('intel', 0x0a2e)], bug=718194)
593 self.Fail('deqp/functional/gles3/framebufferblit/' +
594 'default_framebuffer_05.html',
595 ['mac', ('intel', 0x0a2e)], bug=718194)
596
588 self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html', 597 self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html',
589 ['mac', 'intel'], bug=679692) 598 ['mac', 'intel'], bug=679692)
590 self.Fail('deqp/functional/gles3/fbomultisample*', 599 self.Fail('deqp/functional/gles3/fbomultisample*',
591 ['mac', 'intel'], bug=641209) 600 ['mac', 'intel'], bug=641209)
592 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html', 601 self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
593 ['mac', 'intel'], bug=606074) 602 ['mac', 'intel'], bug=606074)
594 self.Fail('deqp/functional/gles3/texturefiltering/' + 603 self.Fail('deqp/functional/gles3/texturefiltering/' +
595 'cube_combinations_01.html', 604 'cube_combinations_01.html',
596 ['mac', 'intel'], bug=606074) 605 ['mac', 'intel'], bug=606074)
597 self.Fail('deqp/functional/gles3/texturefiltering/' + 606 self.Fail('deqp/functional/gles3/texturefiltering/' +
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 # self.Fail(page_name, 1159 # self.Fail(page_name,
1151 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1160 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1152 # self.Fail(page_name, 1161 # self.Fail(page_name,
1153 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1162 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1154 1163
1155 # Conflicts if between a generic os condition and a specific version 1164 # Conflicts if between a generic os condition and a specific version
1156 # self.Fail(page_name, 1165 # self.Fail(page_name,
1157 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1166 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1158 # self.Fail(page_name, 1167 # self.Fail(page_name,
1159 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1168 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/pixel_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698