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

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

Issue 2798083005: Roll WebGL d0783b8..32cfddc (Closed)
Patch Set: More suppressions. Created 3 years, 8 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 94
95 # Need to add detection of feedback loops with multiple render targets. 95 # Need to add detection of feedback loops with multiple render targets.
96 self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html', 96 self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html',
97 bug=1619) # angle bug ID 97 bug=1619) # angle bug ID
98 98
99 # We need to add WebGL 1 check in command buffer that format/type from 99 # We need to add WebGL 1 check in command buffer that format/type from
100 # TexSubImage2D have to match the current texture's. 100 # TexSubImage2D have to match the current texture's.
101 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html', 101 self.Fail('conformance/textures/misc/tex-sub-image-2d-bad-args.html',
102 bug=570453) 102 bug=570453)
103 103
104 # Temporary suppression; will be removed after bug fix.
105 self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
106 bug=701060)
107
104 # Passthrough command decoder 108 # Passthrough command decoder
105 self.Fail('conformance/extensions/ext-sRGB.html', 109 self.Fail('conformance/extensions/ext-sRGB.html',
106 ['passthrough'], bug=679696) 110 ['passthrough'], bug=679696)
107 self.Fail('conformance/extensions/oes-standard-derivatives.html', 111 self.Fail('conformance/extensions/oes-standard-derivatives.html',
108 ['passthrough'], bug=665521) 112 ['passthrough'], bug=665521)
109 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', 113 self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
110 ['passthrough'], bug=1523) # angle bug ID 114 ['passthrough'], bug=1523) # angle bug ID
111 self.Fail('conformance/extensions/ext-frag-depth.html', 115 self.Fail('conformance/extensions/ext-frag-depth.html',
112 ['passthrough'], bug=1523) # angle bug ID 116 ['passthrough'], bug=1523) # angle bug ID
113 self.Fail('conformance/extensions/ext-shader-texture-lod.html', 117 self.Fail('conformance/extensions/ext-shader-texture-lod.html',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 232 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
229 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html', 233 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html',
230 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 234 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
231 self.Fail('conformance/textures/misc/texture-attachment-formats.html', 235 self.Fail('conformance/textures/misc/texture-attachment-formats.html',
232 ['passthrough', 'd3d11'], bug=602688) 236 ['passthrough', 'd3d11'], bug=602688)
233 self.Fail('conformance/textures/misc/texture-copying-feedback-loops.html', 237 self.Fail('conformance/textures/misc/texture-copying-feedback-loops.html',
234 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 238 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
235 self.Fail('conformance/uniforms/uniform-samplers-test.html', 239 self.Fail('conformance/uniforms/uniform-samplers-test.html',
236 ['passthrough', 'd3d11'], bug=1639) # angle bug ID 240 ['passthrough', 'd3d11'], bug=1639) # angle bug ID
237 241
242 # Win / AMD / Passthrough command decoder / D3D11
243 self.Flaky('conformance/textures/misc/copytexsubimage2d-subrects.html',
244 ['win', 'amd', 'passthrough', 'd3d11'], bug=685232)
245
238 # Win failures 246 # Win failures
239 # Note that the following test seems to pass, but it may still be flaky. 247 # Note that the following test seems to pass, but it may still be flaky.
240 self.Fail('conformance/glsl/constructors/' + 248 self.Fail('conformance/glsl/constructors/' +
241 'glsl-construct-vec-mat-index.html', 249 'glsl-construct-vec-mat-index.html',
242 ['win'], bug=525188) 250 ['win'], bug=525188)
243 self.Fail('conformance/rendering/point-specific-shader-variables.html', 251 self.Fail('conformance/rendering/point-specific-shader-variables.html',
244 ['win'], bug=616335) 252 ['win'], bug=616335)
245 self.Fail('deqp/data/gles2/shaders/functions.html', 253 self.Fail('deqp/data/gles2/shaders/functions.html',
246 ['win'], bug=478572) 254 ['win'], bug=478572)
247 255
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 self.Fail('conformance/textures/misc/texture-npot.html', 776 self.Fail('conformance/textures/misc/texture-npot.html',
769 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 777 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
770 self.Fail('conformance/textures/misc/texture-npot-video.html', 778 self.Fail('conformance/textures/misc/texture-npot-video.html',
771 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 779 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
772 self.Fail('conformance/textures/misc/texture-size.html', 780 self.Fail('conformance/textures/misc/texture-size.html',
773 ['chromeos', ('intel', 0xa011)], bug=375554) 781 ['chromeos', ('intel', 0xa011)], bug=375554)
774 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 782 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
775 ['chromeos', ('intel', 0xa011)], bug=375554) 783 ['chromeos', ('intel', 0xa011)], bug=375554)
776 self.Skip('conformance/uniforms/uniform-default-values.html', 784 self.Skip('conformance/uniforms/uniform-default-values.html',
777 ['chromeos', ('intel', 0xa011)], bug=375554) 785 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698