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

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

Issue 2791813003: Fix broken draw/upload paths from videos to 2D canvas and WebGL. (Closed)
Patch Set: Disable GPU-GPU copies to floating-point textures on Android. 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=625738) 102 bug=625738)
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
108 # canvas.commit() promise synchronization isn't fully reliable yet. 104 # canvas.commit() promise synchronization isn't fully reliable yet.
109 self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html', 105 self.Fail('conformance/offscreencanvas/offscreencanvas-resize.html',
110 bug=709484) 106 bug=709484)
111 107
112 # Passthrough command decoder 108 # Passthrough command decoder
113 self.Fail('conformance/extensions/ext-sRGB.html', 109 self.Fail('conformance/extensions/ext-sRGB.html',
114 ['passthrough'], bug=679696) 110 ['passthrough'], bug=679696)
115 self.Fail('conformance/extensions/oes-standard-derivatives.html', 111 self.Fail('conformance/extensions/oes-standard-derivatives.html',
116 ['passthrough'], bug=665521) 112 ['passthrough'], bug=665521)
117 self.Fail('conformance/extensions/ext-disjoint-timer-query.html', 113 self.Fail('conformance/extensions/ext-disjoint-timer-query.html',
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
799 self.Fail('conformance/textures/misc/texture-npot.html', 795 self.Fail('conformance/textures/misc/texture-npot.html',
800 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 796 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
801 self.Fail('conformance/textures/misc/texture-npot-video.html', 797 self.Fail('conformance/textures/misc/texture-npot-video.html',
802 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554) 798 ['chromeos', ('intel', 0xa011), 'no_passthrough'], bug=375554)
803 self.Fail('conformance/textures/misc/texture-size.html', 799 self.Fail('conformance/textures/misc/texture-size.html',
804 ['chromeos', ('intel', 0xa011)], bug=375554) 800 ['chromeos', ('intel', 0xa011)], bug=375554)
805 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 801 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
806 ['chromeos', ('intel', 0xa011)], bug=375554) 802 ['chromeos', ('intel', 0xa011)], bug=375554)
807 self.Skip('conformance/uniforms/uniform-default-values.html', 803 self.Skip('conformance/uniforms/uniform-default-values.html',
808 ['chromeos', ('intel', 0xa011)], bug=375554) 804 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | media/blink/webmediaplayer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698