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

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

Issue 251113005: Disable some webgl conformance tests due to a security issue on video canvas painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4
5 from telemetry.page import test_expectations 5 from telemetry.page import test_expectations
6 6
7 # Valid expectation conditions are: 7 # Valid expectation conditions are:
8 # 8 #
9 # Operating systems: 9 # Operating systems:
10 # win, xp, vista, win7, mac, leopard, snowleopard, lion, mountainlion, 10 # win, xp, vista, win7, mac, leopard, snowleopard, lion, mountainlion,
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 ['lion', 'intel'], bug=323736) 96 ['lion', 'intel'], bug=323736)
97 97
98 # Android failures 98 # Android failures
99 # The following test is very slow and therefore times out on Android bot. 99 # The following test is very slow and therefore times out on Android bot.
100 self.Skip('conformance/rendering/multisample-corruption.html', 100 self.Skip('conformance/rendering/multisample-corruption.html',
101 ['android']) 101 ['android'])
102 self.Fail('conformance/glsl/misc/empty_main.vert.html', 102 self.Fail('conformance/glsl/misc/empty_main.vert.html',
103 ['android'], bug=315976) 103 ['android'], bug=315976)
104 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', 104 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
105 ['android'], bug=315976) 105 ['android'], bug=315976)
106 # The following tests are disabled due to security issues.
107 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
108 ['android'], bug=334204)
109 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565 .html',
110 ['android'], bug=334204)
111 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba44 44.html',
112 ['android'], bug=334204)
113 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba55 51.html',
114 ['android'], bug=334204)
115 self.Fail('conformance/textures/texture-npot-video.html',
116 ['android'], bug=334204)
106 117
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698