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

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

Issue 2249823004: WebGL: Re-add dynamic indexing test suppression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 # All platforms with AMD GPU. 48 # All platforms with AMD GPU.
49 self.Fail('deqp/functional/gles3/multisample.html', 49 self.Fail('deqp/functional/gles3/multisample.html',
50 ['amd'], bug=617290) 50 ['amd'], bug=617290)
51 51
52 # Windows only. 52 # Windows only.
53 53
54 # This should be fixed in the latest driver. 54 # This should be fixed in the latest driver.
55 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', 55 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
56 ['win'], bug=1246) # ANGLE bug. 56 ['win'], bug=1246) # ANGLE bug.
57 57
58 # TODO(jmadill): Remove once we re-land the ANGLE CL.
59 self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
60 ['win'], bug=638313)
61
58 # Windows 8 only. 62 # Windows 8 only.
59 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601) 63 self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
60 64
61 # Win / NVidia 65 # Win / NVidia
62 self.Flaky('deqp/functional/gles3/fbomultisample*', 66 self.Flaky('deqp/functional/gles3/fbomultisample*',
63 ['win', 'nvidia'], bug=631317) 67 ['win', 'nvidia'], bug=631317)
64 68
65 # Win / AMD 69 # Win / AMD
66 70
67 # Fail on all AMD configurations 71 # Fail on all AMD configurations
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 # self.Fail(page_name, 903 # self.Fail(page_name,
900 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 904 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
901 # self.Fail(page_name, 905 # self.Fail(page_name,
902 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 906 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
903 907
904 # Conflicts if between a generic os condition and a specific version 908 # Conflicts if between a generic os condition and a specific version
905 # self.Fail(page_name, 909 # self.Fail(page_name,
906 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 910 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
907 # self.Fail(page_name, 911 # self.Fail(page_name,
908 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 912 # ['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