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

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

Issue 2472983005: Roll ANGLE bbe9fb5..f097e23 (Closed)
Patch Set: update test expectations Created 4 years, 1 month 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 | « DEPS ('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): 9 def __init__(self, conformance_path, url_prefixes=None):
10 super(WebGL2ConformanceExpectations, self).__init__( 10 super(WebGL2ConformanceExpectations, self).__init__(
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html', 54 self.Fail('deqp/functional/gles3/framebufferblit/conversion_33.html',
55 ['mac'], bug=654187) 55 ['mac'], bug=654187)
56 56
57 # All platforms. 57 # All platforms.
58 self.Fail('conformance2/textures/misc/tex-image-with-bad-args.html', 58 self.Fail('conformance2/textures/misc/tex-image-with-bad-args.html',
59 bug=656889) 59 bug=656889)
60 self.Fail('conformance2/context/methods-2.html', bug=616554) 60 self.Fail('conformance2/context/methods-2.html', bug=616554)
61 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 61 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
62 62
63 # Windows only. 63 # Windows only.
64 # We are not awesome yet 64 # We are awesome!
65 self.Fail('conformance2/misc/views-with-offsets.html',
66 ['win'], bug=1609) # ANGLE bug id.
67 65
68 # Win / NVidia 66 # Win / NVidia
69 self.Flaky('deqp/functional/gles3/fbomultisample*', 67 self.Flaky('deqp/functional/gles3/fbomultisample*',
70 ['win', 'nvidia'], bug=631317) 68 ['win', 'nvidia'], bug=631317)
71 69
72 # Win / AMD 70 # Win / AMD
73 71
74 # Failing on old R5 230 configuration. 72 # Failing on old R5 230 configuration.
75 self.Fail('deqp/functional/gles3/shadertexturefunction/' + 73 self.Fail('deqp/functional/gles3/shadertexturefunction/' +
76 'texelfetchoffset.html', 74 'texelfetchoffset.html',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 # self.Fail(page_name, 844 # self.Fail(page_name,
847 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 845 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
848 # self.Fail(page_name, 846 # self.Fail(page_name,
849 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 847 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
850 848
851 # Conflicts if between a generic os condition and a specific version 849 # Conflicts if between a generic os condition and a specific version
852 # self.Fail(page_name, 850 # self.Fail(page_name,
853 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 851 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
854 # self.Fail(page_name, 852 # self.Fail(page_name,
855 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 853 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698