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

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

Issue 2776083002: enable fallback path (Closed)
Patch Set: use stream read Created 3 years, 9 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 # ======================== 92 # ========================
93 # Fails on all platforms 93 # Fails on all platforms
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=625738)
103 103
104 # Passthrough command decoder 104 # Passthrough command decoder
105 self.Fail('conformance/extensions/ext-sRGB.html', 105 self.Fail('conformance/extensions/ext-sRGB.html',
106 ['passthrough'], bug=679696) 106 ['passthrough'], bug=679696)
107 self.Fail('conformance/extensions/oes-standard-derivatives.html', 107 self.Fail('conformance/extensions/oes-standard-derivatives.html',
108 ['passthrough'], bug=665521) 108 ['passthrough'], bug=665521)
109 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', 109 self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
110 ['passthrough'], bug=1523) # angle bug ID 110 ['passthrough'], bug=1523) # angle bug ID
111 self.Fail('conformance/extensions/ext-frag-depth.html', 111 self.Fail('conformance/extensions/ext-frag-depth.html',
112 ['passthrough'], bug=1523) # angle bug ID 112 ['passthrough'], bug=1523) # angle bug ID
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 self.Fail('conformance/textures/misc/texture-mips.html', 153 self.Fail('conformance/textures/misc/texture-mips.html',
154 ['passthrough'], bug=665518) 154 ['passthrough'], bug=665518)
155 self.Fail('WebglExtension_OES_texture_float_linear', 155 self.Fail('WebglExtension_OES_texture_float_linear',
156 ['passthrough'], bug=1523) # angle bug ID 156 ['passthrough'], bug=1523) # angle bug ID
157 self.Fail('WebglExtension_OES_element_index_uint', 157 self.Fail('WebglExtension_OES_element_index_uint',
158 ['passthrough'], bug=671217) # angle bug ID 158 ['passthrough'], bug=671217) # angle bug ID
159 self.Fail('WebglExtension_OES_texture_half_float_linear', 159 self.Fail('WebglExtension_OES_texture_half_float_linear',
160 ['passthrough'], bug=1523) # angle bug ID 160 ['passthrough'], bug=1523) # angle bug ID
161 self.Fail('WebglExtension_WEBGL_draw_buffers', 161 self.Fail('WebglExtension_WEBGL_draw_buffers',
162 ['passthrough'], bug=1523) # angle bug ID 162 ['passthrough'], bug=1523) # angle bug ID
163 self.Skip('conformance/textures/canvas/*',
164 ['passthrough'], bug=1932) # angle bug ID
165 self.Skip('conformance/textures/video/*',
166 ['passthrough'], bug=1932) # angle bug ID
167 self.Skip('conformance/textures/image_bitmap_from_canvas/*',
168 ['passthrough'], bug=1932) # angle bug ID
169 self.Skip('conformance/textures/webgl_canvas/*',
170 ['passthrough'], bug=1932) # angle bug ID
171 self.Skip('conformance/extensions/oes-texture-half-float-with-canvas.html',
172 ['passthrough'], bug=1932) # angle bug ID
173 self.Skip('conformance/extensions/oes-texture-float-with-canvas.html',
174 ['passthrough'], bug=1932) # angle bug ID
175 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
176 ['passthrough'], bug=1932) # angle bug ID
177 self.Skip('conformance/extensions/oes-texture-float-with-video.html',
178 ['passthrough'], bug=1932) # angle bug ID
163 179
164 # Passthrough command decoder / OpenGL 180 # Passthrough command decoder / OpenGL
165 self.Fail('conformance/buffers/buffer-uninitialized.html', 181 self.Fail('conformance/buffers/buffer-uninitialized.html',
166 ['passthrough', 'opengl'], bug=665521) 182 ['passthrough', 'opengl'], bug=665521)
167 self.Fail('conformance/glsl/misc/shader-with-non-reserved-words.html', 183 self.Fail('conformance/glsl/misc/shader-with-non-reserved-words.html',
168 ['passthrough', 'opengl'], bug=665521) 184 ['passthrough', 'opengl'], bug=665521)
169 self.Fail('conformance/renderbuffers/framebuffer-test.html', 185 self.Fail('conformance/renderbuffers/framebuffer-test.html',
170 ['passthrough', 'opengl'], bug=665521) 186 ['passthrough', 'opengl'], bug=665521)
171 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html', 187 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html',
172 ['passthrough', 'opengl'], bug=665521) 188 ['passthrough', 'opengl'], bug=665521)
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', 443 self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
428 ['mac', ('nvidia', 0xfe9)], bug=635081) 444 ['mac', ('nvidia', 0xfe9)], bug=635081)
429 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 445 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
430 ['mac', ('nvidia', 0xfe9), 'no_passthrough'], bug=635081) 446 ['mac', ('nvidia', 0xfe9), 'no_passthrough'], bug=635081)
431 self.Fail('conformance/textures/misc/tex-input-validation.html', 447 self.Fail('conformance/textures/misc/tex-input-validation.html',
432 ['mac', ('nvidia', 0xfe9)], bug=635081) 448 ['mac', ('nvidia', 0xfe9)], bug=635081)
433 449
434 # Linux failures 450 # Linux failures
435 self.Flaky('conformance/textures/video/' + 451 self.Flaky('conformance/textures/video/' +
436 'tex-2d-rgba-rgba-unsigned_byte.html', 452 'tex-2d-rgba-rgba-unsigned_byte.html',
437 ['linux'], bug=627525) 453 ['linux', 'no_passthrough'], bug=627525)
438 self.Flaky('conformance/textures/video/' + 454 self.Flaky('conformance/textures/video/' +
439 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 455 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
440 ['linux'], bug=627525) 456 ['linux', 'no_passthrough'], bug=627525)
441 self.Flaky('conformance/textures/video/' + 457 self.Flaky('conformance/textures/video/' +
442 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 458 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
443 ['linux'], bug=627525) 459 ['linux', 'no_passthrough'], bug=627525)
444 self.Flaky('conformance/textures/video/' + 460 self.Flaky('conformance/textures/video/' +
445 'tex-2d-rgb-rgb-unsigned_byte.html', 461 'tex-2d-rgb-rgb-unsigned_byte.html',
446 ['linux'], bug=627525) 462 ['linux', 'no_passthrough'], bug=627525)
447 self.Flaky('conformance/textures/video/' + 463 self.Flaky('conformance/textures/video/' +
448 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 464 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
449 ['linux'], bug=627525) 465 ['linux', 'no_passthrough'], bug=627525)
450 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html', 466 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
451 ['linux', 'intel'], bug=680675) 467 ['linux', 'intel'], bug=680675)
452 468
453 # NVIDIA 469 # NVIDIA
454 self.Flaky('conformance/extensions/oes-element-index-uint.html', 470 self.Flaky('conformance/extensions/oes-element-index-uint.html',
455 ['linux', 'nvidia', 'no_passthrough'], bug=524144) 471 ['linux', 'nvidia', 'no_passthrough'], bug=524144)
456 self.Flaky('conformance/textures/image/' + 472 self.Flaky('conformance/textures/image/' +
457 'tex-2d-rgb-rgb-unsigned_byte.html', 473 'tex-2d-rgb-rgb-unsigned_byte.html',
458 ['linux', 'nvidia'], bug=596622) 474 ['linux', 'nvidia'], bug=596622)
459 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 475 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 self.Fail('conformance/textures/misc/texture-npot.html', 784 self.Fail('conformance/textures/misc/texture-npot.html',
769 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 785 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
770 self.Fail('conformance/textures/misc/texture-npot-video.html', 786 self.Fail('conformance/textures/misc/texture-npot-video.html',
771 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 787 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
772 self.Fail('conformance/textures/misc/texture-size.html', 788 self.Fail('conformance/textures/misc/texture-size.html',
773 ['chromeos', ('intel', 0xa011)], bug=375554) 789 ['chromeos', ('intel', 0xa011)], bug=375554)
774 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 790 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
775 ['chromeos', ('intel', 0xa011)], bug=375554) 791 ['chromeos', ('intel', 0xa011)], bug=375554)
776 self.Skip('conformance/uniforms/uniform-default-values.html', 792 self.Skip('conformance/uniforms/uniform-default-values.html',
777 ['chromeos', ('intel', 0xa011)], bug=375554) 793 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698