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

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

Issue 2886263005: Initialize remaining passthrough command decoder caps. (Closed)
Patch Set: Created 3 years, 7 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_passthrough.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import os 4 import os
5 5
6 from gpu_tests.gpu_test_expectations import GpuTestExpectations 6 from gpu_tests.gpu_test_expectations import GpuTestExpectations
7 7
8 # See the GpuTestExpectations class for documentation. 8 # See the GpuTestExpectations class for documentation.
9 9
10 class WebGLConformanceExpectations(GpuTestExpectations): 10 class WebGLConformanceExpectations(GpuTestExpectations):
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # canvas.commit() promise synchronization isn't fully reliable yet. 104 # canvas.commit() promise synchronization isn't fully reliable yet.
105 self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html', 105 self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
106 bug=709484) 106 bug=709484)
107 107
108 self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html', 108 self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html',
109 bug=1966) # angle bug ID 109 bug=1966) # angle bug ID
110 110
111 # Passthrough command decoder 111 # Passthrough command decoder
112 self.Fail('conformance/extensions/ext-sRGB.html', 112 self.Fail('conformance/extensions/ext-sRGB.html',
113 ['passthrough'], bug=679696) 113 ['passthrough'], bug=679696)
114 self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
115 ['passthrough'], bug=1523) # angle bug ID
116 self.Fail('conformance/extensions/get-extension.html', 114 self.Fail('conformance/extensions/get-extension.html',
117 ['passthrough'], bug=682745) 115 ['passthrough'], bug=682745)
118 self.Fail('conformance/extensions/oes-texture-float.html', 116 self.Fail('conformance/extensions/oes-texture-float.html',
119 ['passthrough'], bug=1523) # angle bug ID 117 ['passthrough'], bug=1523) # angle bug ID
120 self.Fail('conformance/extensions/oes-texture-float-linear.html', 118 self.Fail('conformance/extensions/oes-texture-float-linear.html',
121 ['passthrough'], bug=1523) # angle bug ID 119 ['passthrough'], bug=1523) # angle bug ID
122 self.Fail('conformance/extensions/oes-texture-half-float.html', 120 self.Fail('conformance/extensions/oes-texture-half-float.html',
123 ['passthrough'], bug=1523) # angle bug ID 121 ['passthrough'], bug=1523) # angle bug ID
124 self.Fail('conformance/extensions/oes-texture-half-float-linear.html', 122 self.Fail('conformance/extensions/oes-texture-half-float-linear.html',
125 ['passthrough'], bug=1523) # angle bug ID 123 ['passthrough'], bug=1523) # angle bug ID
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 self.Fail('conformance/textures/misc/texture-npot.html', 740 self.Fail('conformance/textures/misc/texture-npot.html',
743 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 741 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
744 self.Fail('conformance/textures/misc/texture-npot-video.html', 742 self.Fail('conformance/textures/misc/texture-npot-video.html',
745 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 743 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
746 self.Fail('conformance/textures/misc/texture-size.html', 744 self.Fail('conformance/textures/misc/texture-size.html',
747 ['chromeos', ('intel', 0xa011)], bug=375554) 745 ['chromeos', ('intel', 0xa011)], bug=375554)
748 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 746 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
749 ['chromeos', ('intel', 0xa011)], bug=375554) 747 ['chromeos', ('intel', 0xa011)], bug=375554)
750 self.Skip('conformance/uniforms/uniform-default-values.html', 748 self.Skip('conformance/uniforms/uniform-default-values.html',
751 ['chromeos', ('intel', 0xa011)], bug=375554) 749 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder_passthrough.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698