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

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

Issue 167313005: gpu: Disable crashing WebGL tests on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 # Android failures 188 # Android failures
189 # The following test is very slow and therefore times out on Android bot. 189 # The following test is very slow and therefore times out on Android bot.
190 self.Skip('conformance/rendering/multisample-corruption.html', 190 self.Skip('conformance/rendering/multisample-corruption.html',
191 ['android']) 191 ['android'])
192 self.Fail('conformance/canvas/drawingbuffer-test.html', 192 self.Fail('conformance/canvas/drawingbuffer-test.html',
193 ['android'], bug=314997) 193 ['android'], bug=314997)
194 self.Fail('conformance/glsl/misc/empty_main.vert.html', 194 self.Fail('conformance/glsl/misc/empty_main.vert.html',
195 ['android'], bug=315976) 195 ['android'], bug=315976)
196 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', 196 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
197 ['android'], bug=315976) 197 ['android'], bug=315976)
198 self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video.html',
199 ['android'], bug=341698)
200 self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565 .html',
201 ['android'], bug=341698)
202 self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba44 44.html',
203 ['android'], bug=341698)
204 self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba55 51.html',
205 ['android'], bug=341698)
198 206
199 # Skip slow tests. 207 # Skip slow tests.
200 self.Skip('conformance/context/context-creation-and-destruction.html', 208 self.Skip('conformance/context/context-creation-and-destruction.html',
201 bug=322689) 209 bug=322689)
202 self.Skip('conformance/rendering/multisample-corruption.html', 210 self.Skip('conformance/rendering/multisample-corruption.html',
203 bug=322689) 211 bug=322689)
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