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

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

Issue 2738163002: Enable CopyTextureCHROMIUM in Blink for Tex{Sub}Image2D with more cases (Closed)
Patch Set: 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 28 matching lines...) Expand all
141 self.Fail('conformance/textures/misc/texture-mips.html', 141 self.Fail('conformance/textures/misc/texture-mips.html',
142 ['passthrough'], bug=665518) 142 ['passthrough'], bug=665518)
143 self.Fail('WebglExtension_OES_texture_float_linear', 143 self.Fail('WebglExtension_OES_texture_float_linear',
144 ['passthrough'], bug=1523) # angle bug ID 144 ['passthrough'], bug=1523) # angle bug ID
145 self.Fail('WebglExtension_OES_element_index_uint', 145 self.Fail('WebglExtension_OES_element_index_uint',
146 ['passthrough'], bug=671217) # angle bug ID 146 ['passthrough'], bug=671217) # angle bug ID
147 self.Fail('WebglExtension_OES_texture_half_float_linear', 147 self.Fail('WebglExtension_OES_texture_half_float_linear',
148 ['passthrough'], bug=1523) # angle bug ID 148 ['passthrough'], bug=1523) # angle bug ID
149 self.Fail('WebglExtension_WEBGL_draw_buffers', 149 self.Fail('WebglExtension_WEBGL_draw_buffers',
150 ['passthrough'], bug=1523) # angle bug ID 150 ['passthrough'], bug=1523) # angle bug ID
151 self.Skip('conformance/textures/canvas/*',
152 ['passthrough'], bug=1932) # angle bug ID
153 self.Skip('conformance/textures/video/*',
154 ['passthrough'], bug=1932) # angle bug ID
155 self.Skip('conformance/textures/image_bitmap_from_canvas/*',
156 ['passthrough'], bug=1932) # angle bug ID
157 self.Skip('conformance/textures/webgl_canvas/*',
158 ['passthrough'], bug=1932) # angle bug ID
159 self.Skip('conformance/extensions/oes-texture-half-float-with-canvas.html',
160 ['passthrough'], bug=1932) # angle bug ID
161 self.Skip('conformance/extensions/oes-texture-float-with-canvas.html',
162 ['passthrough'], bug=1932) # angle bug ID
163 self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
164 ['passthrough'], bug=1932) # angle bug ID
165 self.Skip('conformance/extensions/oes-texture-float-with-video.html',
166 ['passthrough'], bug=1932) # angle bug ID
151 167
152 # Passthrough command decoder / OpenGL 168 # Passthrough command decoder / OpenGL
153 self.Fail('conformance/buffers/buffer-uninitialized.html', 169 self.Fail('conformance/buffers/buffer-uninitialized.html',
154 ['passthrough', 'opengl'], bug=665521) 170 ['passthrough', 'opengl'], bug=665521)
155 self.Fail('conformance/glsl/misc/shader-with-non-reserved-words.html', 171 self.Fail('conformance/glsl/misc/shader-with-non-reserved-words.html',
156 ['passthrough', 'opengl'], bug=665521) 172 ['passthrough', 'opengl'], bug=665521)
157 self.Fail('conformance/renderbuffers/framebuffer-test.html', 173 self.Fail('conformance/renderbuffers/framebuffer-test.html',
158 ['passthrough', 'opengl'], bug=665521) 174 ['passthrough', 'opengl'], bug=665521)
159 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html', 175 self.Fail('conformance/textures/misc/copy-tex-image-and-sub-image-2d.html',
160 ['passthrough', 'opengl'], bug=665521) 176 ['passthrough', 'opengl'], bug=665521)
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'gl-bind-attrib-location-long-names-test.html', 428 'gl-bind-attrib-location-long-names-test.html',
413 ['mac', ('nvidia', 0xfe9)], bug=635081) 429 ['mac', ('nvidia', 0xfe9)], bug=635081)
414 self.Fail('conformance/programs/gl-bind-attrib-location-test.html', 430 self.Fail('conformance/programs/gl-bind-attrib-location-test.html',
415 ['mac', ('nvidia', 0xfe9)], bug=635081) 431 ['mac', ('nvidia', 0xfe9)], bug=635081)
416 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', 432 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
417 ['mac', ('nvidia', 0xfe9), 'no_passthrough'], bug=635081) 433 ['mac', ('nvidia', 0xfe9), 'no_passthrough'], bug=635081)
418 self.Fail('conformance/textures/misc/tex-input-validation.html', 434 self.Fail('conformance/textures/misc/tex-input-validation.html',
419 ['mac', ('nvidia', 0xfe9)], bug=635081) 435 ['mac', ('nvidia', 0xfe9)], bug=635081)
420 436
421 # Linux failures 437 # Linux failures
422 self.Flaky('conformance/textures/video/' + 438 self.Flaky('conformance/textures/video/' +
Zhenyao Mo 2017/03/10 00:10:23 Are we able to remove these flaky entries?
qiankun 2017/03/10 02:48:04 I am not sure about this. Maybe we can try it late
423 'tex-2d-rgba-rgba-unsigned_byte.html', 439 'tex-2d-rgba-rgba-unsigned_byte.html',
424 ['linux'], bug=627525) 440 ['linux', 'no_passthrough'], bug=627525)
425 self.Flaky('conformance/textures/video/' + 441 self.Flaky('conformance/textures/video/' +
426 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html', 442 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
427 ['linux'], bug=627525) 443 ['linux', 'no_passthrough'], bug=627525)
428 self.Flaky('conformance/textures/video/' + 444 self.Flaky('conformance/textures/video/' +
429 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html', 445 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
430 ['linux'], bug=627525) 446 ['linux', 'no_passthrough'], bug=627525)
431 self.Flaky('conformance/textures/video/' + 447 self.Flaky('conformance/textures/video/' +
432 'tex-2d-rgb-rgb-unsigned_byte.html', 448 'tex-2d-rgb-rgb-unsigned_byte.html',
433 ['linux'], bug=627525) 449 ['linux', 'no_passthrough'], bug=627525)
434 self.Flaky('conformance/textures/video/' + 450 self.Flaky('conformance/textures/video/' +
435 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html', 451 'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
436 ['linux'], bug=627525) 452 ['linux', 'no_passthrough'], bug=627525)
437 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html', 453 self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
438 ['linux', 'intel'], bug=680675) 454 ['linux', 'intel'], bug=680675)
439 455
440 # NVIDIA 456 # NVIDIA
441 self.Flaky('conformance/extensions/oes-element-index-uint.html', 457 self.Flaky('conformance/extensions/oes-element-index-uint.html',
442 ['linux', 'nvidia', 'no_passthrough'], bug=524144) 458 ['linux', 'nvidia', 'no_passthrough'], bug=524144)
443 self.Flaky('conformance/textures/image/' + 459 self.Flaky('conformance/textures/image/' +
444 'tex-2d-rgb-rgb-unsigned_byte.html', 460 'tex-2d-rgb-rgb-unsigned_byte.html',
445 ['linux', 'nvidia'], bug=596622) 461 ['linux', 'nvidia'], bug=596622)
446 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html', 462 self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 self.Fail('conformance/textures/misc/texture-npot.html', 753 self.Fail('conformance/textures/misc/texture-npot.html',
738 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 754 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
739 self.Fail('conformance/textures/misc/texture-npot-video.html', 755 self.Fail('conformance/textures/misc/texture-npot-video.html',
740 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 756 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
741 self.Fail('conformance/textures/misc/texture-size.html', 757 self.Fail('conformance/textures/misc/texture-size.html',
742 ['chromeos', ('intel', 0xa011)], bug=375554) 758 ['chromeos', ('intel', 0xa011)], bug=375554)
743 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 759 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
744 ['chromeos', ('intel', 0xa011)], bug=375554) 760 ['chromeos', ('intel', 0xa011)], bug=375554)
745 self.Skip('conformance/uniforms/uniform-default-values.html', 761 self.Skip('conformance/uniforms/uniform-default-values.html',
746 ['chromeos', ('intel', 0xa011)], bug=375554) 762 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698