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/webgl_conformance_expectations.py

Issue 1938493002: [Reland] Fix ReadPixels from float fbo buffer in ES2/WebGL1. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 self.Fail('deqp/data/gles2/shaders/functions.html', 97 self.Fail('deqp/data/gles2/shaders/functions.html',
98 bug=478572) 98 bug=478572)
99 self.Fail('conformance/extensions/ext-sRGB.html', 99 self.Fail('conformance/extensions/ext-sRGB.html',
100 bug=540900) 100 bug=540900)
101 101
102 # We need to add WebGL 1 check in command buffer that format/type from 102 # We need to add WebGL 1 check in command buffer that format/type from
103 # TexSubImage2D have to match the current texture's. 103 # TexSubImage2D have to match the current texture's.
104 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', 104 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
105 bug=570453) 105 bug=570453)
106 106
107 self.Fail('conformance/extensions/oes-texture-half-float.html',
108 bug=607283)
109
110 # Fails on multiple platforms 107 # Fails on multiple platforms
111 108
112 # OpenGL / NVIDIA failures 109 # OpenGL / NVIDIA failures
113 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', 110 self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
114 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID 111 ['win', 'linux', 'nvidia', 'opengl'], bug=1007) # angle bug ID
115 112
116 # Win failures 113 # Win failures
114 self.Fail('conformance/extensions/oes-texture-half-float.html',
115 ['win'], bug=607283)
117 # Note that the following two tests pass with OpenGL. 116 # Note that the following two tests pass with OpenGL.
118 self.Fail('conformance/glsl/bugs/' + 117 self.Fail('conformance/glsl/bugs/' +
119 'pow-of-small-constant-in-user-defined-function.html', 118 'pow-of-small-constant-in-user-defined-function.html',
120 ['win'], bug=485641) 119 ['win'], bug=485641)
121 # Note that the following test seems to pass, but it may still be flaky. 120 # Note that the following test seems to pass, but it may still be flaky.
122 self.Fail('conformance/glsl/constructors/' + 121 self.Fail('conformance/glsl/constructors/' +
123 'glsl-construct-vec-mat-index.html', 122 'glsl-construct-vec-mat-index.html',
124 ['win'], bug=525188) 123 ['win'], bug=525188)
125 self.Flaky('deqp/data/gles2/shaders/constants.html', ['win'], bug=594922) 124 self.Flaky('deqp/data/gles2/shaders/constants.html', ['win'], bug=594922)
126 125
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 self.Fail('conformance/textures/misc/texture-npot.html', 465 self.Fail('conformance/textures/misc/texture-npot.html',
467 ['chromeos', ('intel', 0xa011)], bug=375554) 466 ['chromeos', ('intel', 0xa011)], bug=375554)
468 self.Fail('conformance/textures/misc/texture-npot-video.html', 467 self.Fail('conformance/textures/misc/texture-npot-video.html',
469 ['chromeos', ('intel', 0xa011)], bug=375554) 468 ['chromeos', ('intel', 0xa011)], bug=375554)
470 self.Fail('conformance/textures/misc/texture-size.html', 469 self.Fail('conformance/textures/misc/texture-size.html',
471 ['chromeos', ('intel', 0xa011)], bug=375554) 470 ['chromeos', ('intel', 0xa011)], bug=375554)
472 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 471 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
473 ['chromeos', ('intel', 0xa011)], bug=375554) 472 ['chromeos', ('intel', 0xa011)], bug=375554)
474 self.Skip('conformance/uniforms/uniform-default-values.html', 473 self.Skip('conformance/uniforms/uniform-default-values.html',
475 ['chromeos', ('intel', 0xa011)], bug=375554) 474 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « no previous file | gpu/command_buffer/common/gles2_cmd_utils.cc » ('j') | gpu/command_buffer/tests/gl_readback_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698