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

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

Issue 1885963003: Suppress flaky Oilpan-related crashes in occlusion-query.html. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282) 48 self.Skip('deqp/functional/gles3/transformfeedback.html', bug=483282)
49 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282) 49 self.Skip('deqp/functional/gles3/uniformapi.html', bug=483282)
50 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282) 50 self.Skip('deqp/functional/gles3/uniformbuffers.html', bug=483282)
51 51
52 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282) 52 self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
53 self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282) 53 self.Flaky('deqp/functional/gles3/shaderindexing.html', bug=483282)
54 54
55 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282) 55 self.Fail('conformance2/glsl3/forbidden-operators.html', bug=483282)
56 56
57 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282) 57 self.Fail('conformance2/misc/expando-loss-2.html', bug=483282)
58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
58 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282) 59 self.Fail('conformance2/vertex_arrays/vertex-array-object.html', bug=483282)
59 60
60 # Windows only. 61 # Windows only.
61 62
62 self.Fail('deqp/functional/gles3/negativefragmentapi.html', 63 self.Fail('deqp/functional/gles3/negativefragmentapi.html',
63 ['win'], bug=483282) 64 ['win'], bug=483282)
64 self.Fail('deqp/functional/gles3/vertexarrays.html', 65 self.Fail('deqp/functional/gles3/vertexarrays.html',
65 ['win'], bug=483282) 66 ['win'], bug=483282)
66 67
67 self.Fail('conformance2/textures/canvas/' + 68 self.Fail('conformance2/textures/canvas/' +
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 # self.Fail(page_name, 491 # self.Fail(page_name,
491 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 492 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
492 # self.Fail(page_name, 493 # self.Fail(page_name,
493 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 494 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
494 495
495 # Conflicts if between a generic os condition and a specific version 496 # Conflicts if between a generic os condition and a specific version
496 # self.Fail(page_name, 497 # self.Fail(page_name,
497 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 498 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
498 # self.Fail(page_name, 499 # self.Fail(page_name,
499 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 500 # ['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