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

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

Issue 580183002: Roll Khronos WebGL conformance tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « DEPS ('k') | 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 19 matching lines...) Expand all
30 30
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/glsl/bugs/conditional-discard-in-loop.html', 38 self.Fail('conformance/glsl/bugs/conditional-discard-in-loop.html',
39 ['win'], bug=402195) 39 ['win'], bug=402195)
40 self.Fail('conformance/attribs/gl-bindAttribLocation-matrix.html',
41 ['win'], bug=415688)
40 42
41 # Win7 / Intel failures 43 # Win7 / Intel failures
42 self.Fail('conformance/rendering/gl-scissor-test.html', 44 self.Fail('conformance/rendering/gl-scissor-test.html',
43 ['win7', 'intel'], bug=314997) 45 ['win7', 'intel'], bug=314997)
44 self.Fail('conformance/context/premultiplyalpha-test.html', 46 self.Fail('conformance/context/premultiplyalpha-test.html',
45 ['win7', 'intel']) 47 ['win7', 'intel'])
46 self.Fail('conformance/textures/copy-tex-image-and-sub-image-2d.html', 48 self.Fail('conformance/textures/copy-tex-image-and-sub-image-2d.html',
47 ['win7', 'intel']) 49 ['win7', 'intel'])
48 self.Fail('conformance/rendering/gl-viewport-test.html', 50 self.Fail('conformance/rendering/gl-viewport-test.html',
49 ['win7', 'intel'], bug=372511) 51 ['win7', 'intel'], bug=372511)
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 self.Fail('conformance/textures/texture-npot-video.html', 237 self.Fail('conformance/textures/texture-npot-video.html',
236 ['chromeos', ('intel', 0xa011)], bug=375554) 238 ['chromeos', ('intel', 0xa011)], bug=375554)
237 self.Fail('conformance/textures/texture-size.html', 239 self.Fail('conformance/textures/texture-size.html',
238 ['chromeos', ('intel', 0xa011)], bug=375554) 240 ['chromeos', ('intel', 0xa011)], bug=375554)
239 self.Fail('conformance/textures/texture-size-limit.html', 241 self.Fail('conformance/textures/texture-size-limit.html',
240 ['chromeos', ('intel', 0xa011)], bug=375554) 242 ['chromeos', ('intel', 0xa011)], bug=375554)
241 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 243 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
242 ['chromeos', ('intel', 0xa011)], bug=375554) 244 ['chromeos', ('intel', 0xa011)], bug=375554)
243 self.Skip('conformance/uniforms/uniform-default-values.html', 245 self.Skip('conformance/uniforms/uniform-default-values.html',
244 ['chromeos', ('intel', 0xa011)], bug=375554) 246 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698