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

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

Issue 2374123002: ReadPixels with GL_HALF_FLOAT_OES when targetting all versions of ES. (Closed)
Patch Set: 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/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) 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 # We need to add WebGL 1 check in command buffer that format/type from 105 # We need to add WebGL 1 check in command buffer that format/type from
106 # TexSubImage2D have to match the current texture's. 106 # TexSubImage2D have to match the current texture's.
107 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', 107 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
108 bug=570453) 108 bug=570453)
109 109
110 # OpenGL / NVIDIA failures 110 # OpenGL / NVIDIA failures
111 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 111 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
112 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID 112 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
113 113
114 # Win failures 114 # Win failures
115 self.Fail('conformance/extensions/oes-texture-half-float.html',
116 ['win'], bug=607283)
117 # Note that the following test seems to pass, but it may still be flaky. 115 # Note that the following test seems to pass, but it may still be flaky.
118 self.Fail('conformance/glsl/constructors/' + 116 self.Fail('conformance/glsl/constructors/' +
119 'glsl-construct-vec-mat-index.html', 117 'glsl-construct-vec-mat-index.html',
120 ['win'], bug=525188) 118 ['win'], bug=525188)
121 self.Fail('conformance/rendering/point-specific-shader-variables.html', 119 self.Fail('conformance/rendering/point-specific-shader-variables.html',
122 ['win'], bug=616335) 120 ['win'], bug=616335)
123 self.Fail('deqp/data/gles2/shaders/functions.html', 121 self.Fail('deqp/data/gles2/shaders/functions.html',
124 ['win'], bug=478572) 122 ['win'], bug=478572)
125 123
126 # Win NVIDIA failures 124 # Win NVIDIA failures
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 self.Flaky('conformance/textures/video/' + 239 self.Flaky('conformance/textures/video/' +
242 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 240 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
243 ['linux'], bug=627525) 241 ['linux'], bug=627525)
244 self.Flaky('conformance/textures/video/' + 242 self.Flaky('conformance/textures/video/' +
245 'tex-2d-rgb-rgb-unsigned_byte.html', 243 'tex-2d-rgb-rgb-unsigned_byte.html',
246 ['linux'], bug=627525) 244 ['linux'], bug=627525)
247 self.Flaky('conformance/textures/video/' + 245 self.Flaky('conformance/textures/video/' +
248 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 246 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
249 ['linux'], bug=627525) 247 ['linux'], bug=627525)
250 248
251 # OpenGL
252 self.Fail('conformance/extensions/oes-texture-half-float.html',
253 ['linux', 'opengl'], bug=607283)
254
255 # NVIDIA 249 # NVIDIA
256 self.Fail('conformance/extensions/angle-instanced-arrays.html', 250 self.Fail('conformance/extensions/angle-instanced-arrays.html',
257 ['linux', 'nvidia'], bug=544989) # Too flaky to retry 251 ['linux', 'nvidia'], bug=544989) # Too flaky to retry
258 self.Flaky('conformance/extensions/oes-element-index-uint.html', 252 self.Flaky('conformance/extensions/oes-element-index-uint.html',
259 ['linux', 'nvidia'], bug=524144) 253 ['linux', 'nvidia'], bug=524144)
260 self.Flaky('conformance/textures/image/' + 254 self.Flaky('conformance/textures/image/' +
261 'tex-2d-rgb-rgb-unsigned_byte.html', 255 'tex-2d-rgb-rgb-unsigned_byte.html',
262 ['linux', 'nvidia'], bug=596622) 256 ['linux', 'nvidia'], bug=596622)
263 # AMD 257 # AMD
264 self.Flaky('conformance/more/functions/uniformi.html', 258 self.Flaky('conformance/more/functions/uniformi.html',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 self.Fail('conformance/textures/misc/texture-npot.html', 714 self.Fail('conformance/textures/misc/texture-npot.html',
721 ['chromeos', ('intel', 0xa011)], bug=375554) 715 ['chromeos', ('intel', 0xa011)], bug=375554)
722 self.Fail('conformance/textures/misc/texture-npot-video.html', 716 self.Fail('conformance/textures/misc/texture-npot-video.html',
723 ['chromeos', ('intel', 0xa011)], bug=375554) 717 ['chromeos', ('intel', 0xa011)], bug=375554)
724 self.Fail('conformance/textures/misc/texture-size.html', 718 self.Fail('conformance/textures/misc/texture-size.html',
725 ['chromeos', ('intel', 0xa011)], bug=375554) 719 ['chromeos', ('intel', 0xa011)], bug=375554)
726 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 720 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
727 ['chromeos', ('intel', 0xa011)], bug=375554) 721 ['chromeos', ('intel', 0xa011)], bug=375554)
728 self.Skip('conformance/uniforms/uniform-default-values.html', 722 self.Skip('conformance/uniforms/uniform-default-values.html',
729 ['chromeos', ('intel', 0xa011)], bug=375554) 723 ['chromeos', ('intel', 0xa011)], bug=375554)
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