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

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

Issue 455503002: Expanded suppression for conformance/extensions/angle-instanced-arrays.html. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 20 matching lines...) Expand all
31 # Flaky on Win 31 # Flaky on Win
32 self.Fail('conformance/extensions/webgl-draw-buffers.html', 32 self.Fail('conformance/extensions/webgl-draw-buffers.html',
33 ['win'], bug=369349) 33 ['win'], bug=369349)
34 34
35 # Win failures 35 # Win failures
36 self.Fail('conformance/glsl/misc/struct-equals.html', 36 self.Fail('conformance/glsl/misc/struct-equals.html',
37 ['win'], bug=391957) 37 ['win'], bug=391957)
38 self.Fail('conformance/rendering/negative-one-index.html', 38 self.Fail('conformance/rendering/negative-one-index.html',
39 ['win'], bug=396058) 39 ['win'], bug=396058)
40 40
41 # Win D3D9 failures (unfortunately can not target just this
42 # configuration with test expectations)
43 self.Fail('conformance/extensions/angle-instanced-arrays.html',
44 ['win'], bug=401713)
45
41 # Win7 / Intel failures 46 # Win7 / Intel failures
42 self.Fail('conformance/rendering/gl-scissor-test.html', 47 self.Fail('conformance/rendering/gl-scissor-test.html',
43 ['win7', 'intel'], bug=314997) 48 ['win7', 'intel'], bug=314997)
44 self.Fail('conformance/context/premultiplyalpha-test.html', 49 self.Fail('conformance/context/premultiplyalpha-test.html',
45 ['win7', 'intel']) 50 ['win7', 'intel'])
46 self.Fail('conformance/textures/copy-tex-image-and-sub-image-2d.html', 51 self.Fail('conformance/textures/copy-tex-image-and-sub-image-2d.html',
47 ['win7', 'intel']) 52 ['win7', 'intel'])
48 self.Fail('conformance/rendering/gl-viewport-test.html', 53 self.Fail('conformance/rendering/gl-viewport-test.html',
49 ['win7', 'intel'], bug=372511) 54 ['win7', 'intel'], bug=372511)
50 self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html', 55 self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html',
51 ['win7', 'intel', 'nvidia'], bug=373972) 56 ['win7', 'intel', 'nvidia'], bug=373972)
52 self.Fail('conformance/extensions/angle-instanced-arrays.html',
53 ['win7', 'intel'], bug=398337)
54 57
55 # Mac failures 58 # Mac failures
56 self.Fail('conformance/glsl/misc/shader-struct-scope.html', 59 self.Fail('conformance/glsl/misc/shader-struct-scope.html',
57 ['mac'], bug=368910) 60 ['mac'], bug=368910)
58 61
59 # Mac / Intel failures 62 # Mac / Intel failures
60 # Radar 13499466 63 # Radar 13499466
61 self.Fail('conformance/limits/gl-max-texture-dimensions.html', 64 self.Fail('conformance/limits/gl-max-texture-dimensions.html',
62 ['mac', 'intel'], bug=225642) 65 ['mac', 'intel'], bug=225642)
63 # Radar 13499623 66 # Radar 13499623
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 self.Fail('conformance/textures/texture-npot-video.html', 269 self.Fail('conformance/textures/texture-npot-video.html',
267 ['chromeos', ('intel', 0xa011)], bug=375554) 270 ['chromeos', ('intel', 0xa011)], bug=375554)
268 self.Fail('conformance/textures/texture-size.html', 271 self.Fail('conformance/textures/texture-size.html',
269 ['chromeos', ('intel', 0xa011)], bug=375554) 272 ['chromeos', ('intel', 0xa011)], bug=375554)
270 self.Fail('conformance/textures/texture-size-limit.html', 273 self.Fail('conformance/textures/texture-size-limit.html',
271 ['chromeos', ('intel', 0xa011)], bug=375554) 274 ['chromeos', ('intel', 0xa011)], bug=375554)
272 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 275 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
273 ['chromeos', ('intel', 0xa011)], bug=375554) 276 ['chromeos', ('intel', 0xa011)], bug=375554)
274 self.Skip('conformance/uniforms/uniform-default-values.html', 277 self.Skip('conformance/uniforms/uniform-default-values.html',
275 ['chromeos', ('intel', 0xa011)], bug=375554) 278 ['chromeos', ('intel', 0xa011)], bug=375554)
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