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

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

Issue 2366453002: remove ETC2/EAC texture support in core WebGL 2 (Closed)
Patch Set: rebase Created 4 years, 2 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 | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 ['mac'], bug=654187) 53 ['mac'], bug=654187)
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.Flaky('conformance2/query/occlusion-query.html', bug=603168) 58 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
59 self.Fail('conformance/buffers/buffer-uninitialized.html', 59 self.Fail('conformance/buffers/buffer-uninitialized.html',
60 bug=654201) 60 bug=654201)
61 self.Fail('conformance2/transform_feedback/transform_feedback.html', 61 self.Fail('conformance2/transform_feedback/transform_feedback.html',
62 bug=654201) 62 bug=654201)
63 self.Fail('conformance2/context/constants-and-properties-2.html',
64 bug=655836)
65 self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
66 bug=655836)
67 self.Fail('conformance/extensions/webgl-compressed-texture-pvrtc.html',
68 bug=655836)
69 self.Fail('conformance/extensions/webgl-compressed-texture-atc.html',
70 bug=655836)
71 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc.html',
72 bug=655836)
73 self.Fail('conformance/extensions/webgl-compressed-texture-s3tc-srgb.html',
74 bug=655836)
75 self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
76 bug=655836)
77 self.Fail('deqp/functional/gles3/integerstatequery.html', bug=655836)
78 self.Fail('deqp/functional/gles3/negativetextureapi.html',
79 ['win', 'mac'], bug=655836)
80 self.Fail('deqp/functional/gles3/textureformat/*', bug=655836)
81 self.Fail('deqp/functional/gles3/texturewrap/*', bug=655836)
82 self.Fail('deqp/functional/gles3/texturewrap.html', bug=655836)
83 63
84 # Windows only. 64 # Windows only.
85 # We are awesome! 65 # We are awesome!
86 self.Fail('conformance2/buffers/get-buffer-sub-data.html', 66 self.Fail('conformance2/buffers/get-buffer-sub-data.html',
87 ['win'], bug=654201) 67 ['win'], bug=654201)
88 68
89 # Win / NVidia 69 # Win / NVidia
90 self.Flaky('deqp/functional/gles3/fbomultisample*', 70 self.Flaky('deqp/functional/gles3/fbomultisample*',
91 ['win', 'nvidia'], bug=631317) 71 ['win', 'nvidia'], bug=631317)
92 72
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 # self.Fail(page_name, 892 # self.Fail(page_name,
913 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 893 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
914 # self.Fail(page_name, 894 # self.Fail(page_name,
915 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 895 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
916 896
917 # Conflicts if between a generic os condition and a specific version 897 # Conflicts if between a generic os condition and a specific version
918 # self.Fail(page_name, 898 # self.Fail(page_name,
919 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 899 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
920 # self.Fail(page_name, 900 # self.Fail(page_name,
921 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 901 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/build_gles2_cmd_buffer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698