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

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

Issue 2232743002: Command buffer: CopyTexSubImage3D should clear the 3D texture if it is uncleared (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update webgl 2 expectation 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 | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('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): 9 def __init__(self, conformance_path):
10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path) 10 super(WebGL2ConformanceExpectations, self).__init__(conformance_path)
(...skipping 24 matching lines...) Expand all
35 35
36 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282) 36 self.Fail('conformance2/glsl3/tricky-loop-conditions.html', bug=483282)
37 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html', 37 self.Fail('conformance2/glsl3/vector-dynamic-indexing-nv-driver-bug.html',
38 ['linux'], bug=483282) 38 ['linux'], bug=483282)
39 39
40 # All platforms. 40 # All platforms.
41 self.Fail('conformance/glsl/bugs/' + 41 self.Fail('conformance/glsl/bugs/' +
42 'invariant-does-not-leak-across-shaders.html', 42 'invariant-does-not-leak-across-shaders.html',
43 bug=634813) 43 bug=634813)
44 44
45 self.Fail('conformance2/textures/' +
46 'misc/copy-texture-image-webgl-specific.html',
47 bug=631934)
48
49 self.Flaky('conformance2/query/occlusion-query.html', bug=603168) 45 self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
50 46
51 # All platforms with AMD GPU. 47 # All platforms with AMD GPU.
52 self.Fail('deqp/functional/gles3/multisample.html', 48 self.Fail('deqp/functional/gles3/multisample.html',
53 ['amd'], bug=617290) 49 ['amd'], bug=617290)
54 50
55 # Windows only. 51 # Windows only.
56 52
57 # This should be fixed in the latest driver. 53 # This should be fixed in the latest driver.
58 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html', 54 self.Fail('deqp/functional/gles3/fboinvalidate/sub.html',
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
864 # self.Fail(page_name, 860 # self.Fail(page_name,
865 # ['linux', ('nvidia', 0x1), 'debug', 'opengl']) 861 # ['linux', ('nvidia', 0x1), 'debug', 'opengl'])
866 # self.Fail(page_name, 862 # self.Fail(page_name,
867 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 863 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
868 864
869 # Conflicts if between a generic os condition and a specific version 865 # Conflicts if between a generic os condition and a specific version
870 # self.Fail(page_name, 866 # self.Fail(page_name,
871 # ['xp', ('nvidia', 0x1), 'debug', 'opengl']) 867 # ['xp', ('nvidia', 0x1), 'debug', 'opengl'])
872 # self.Fail(page_name, 868 # self.Fail(page_name,
873 # ['win', ('nvidia', 0x1), 'debug', 'opengl']) 869 # ['win', ('nvidia', 0x1), 'debug', 'opengl'])
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698