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

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

Issue 2828963003: Mark a WebGL2 test Flaky (Closed)
Patch Set: Created 3 years, 8 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html', 542 self.Fail('deqp/functional/gles3/fragmentoutput/array.float.html',
543 ['mac', 'nvidia', 'amd'], bug=679684) 543 ['mac', 'nvidia', 'amd'], bug=679684)
544 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html', 544 self.Fail('deqp/functional/gles3/fragmentoutput/random_00.html',
545 ['mac', 'amd', 'intel'], bug=679690) 545 ['mac', 'amd', 'intel'], bug=679690)
546 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html', 546 self.Fail('deqp/functional/gles3/fragmentoutput/random_02.html',
547 ['mac', 'amd', 'intel'], bug=679690) 547 ['mac', 'amd', 'intel'], bug=679690)
548 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html', 548 self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
549 ['mac', 'amd', 'intel'], bug=679691) 549 ['mac', 'amd', 'intel'], bug=679691)
550 550
551 # Mac Intel 551 # Mac Intel
552 self.Flaky('conformance/context/context-release-upon-reload.html',
553 ['sierra', 'intel'], bug=713829)
552 self.Fail( 554 self.Fail(
553 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html', 555 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-float.html',
554 ['sierra', 'intel'], bug=663188) 556 ['sierra', 'intel'], bug=663188)
555 self.Fail( 557 self.Fail(
556 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html', 558 'conformance2/textures/canvas/tex-2d-rgb9_e5-rgb-half_float.html',
557 ['sierra', 'intel'], bug=663188) 559 ['sierra', 'intel'], bug=663188)
558 self.Fail( 560 self.Fail(
559 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html', 561 'conformance2/textures/canvas/tex-3d-rgb9_e5-rgb-float.html',
560 ['sierra', 'intel'], bug=663188) 562 ['sierra', 'intel'], bug=663188)
561 self.Fail( 563 self.Fail(
(...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
1114 # self.Fail(page_name, 1116 # self.Fail(page_name,
1115 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 1117 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
1116 # self.Fail(page_name, 1118 # self.Fail(page_name,
1117 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1119 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
1118 1120
1119 # Conflicts if between a generic os condition and a specific version 1121 # Conflicts if between a generic os condition and a specific version
1120 # self.Fail(page_name, 1122 # self.Fail(page_name,
1121 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 1123 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
1122 # self.Fail(page_name, 1124 # self.Fail(page_name,
1123 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 1125 # ['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