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

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

Issue 421413003: Turn off scalarize_vec_and_mat_constructor_args workaround everywhere (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 | gpu/config/gpu_driver_bug_list_json.cc » ('j') | 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 self.Skip('conformance/ogles/GL/refract/refract_001_to_006.html', 115 self.Skip('conformance/ogles/GL/refract/refract_001_to_006.html',
116 ['lion', 'intel'], bug=323736) 116 ['lion', 'intel'], bug=323736)
117 self.Skip('conformance/ogles/GL/tan/tan_001_to_006.html', 117 self.Skip('conformance/ogles/GL/tan/tan_001_to_006.html',
118 ['lion', 'intel'], bug=323736) 118 ['lion', 'intel'], bug=323736)
119 # Two flaky tests. 119 # Two flaky tests.
120 self.Fail('conformance/ogles/GL/functions/functions_049_to_056.html', 120 self.Fail('conformance/ogles/GL/functions/functions_049_to_056.html',
121 ['lion', 'intel'], bug=393331) 121 ['lion', 'intel'], bug=393331)
122 self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html', 122 self.Fail('conformance/extensions/webgl-compressed-texture-size-limit.html',
123 ['lion', 'intel'], bug=393331) 123 ['lion', 'intel'], bug=393331)
124 124
125 # Linux NVIDIA failures
126 self.Fail('conformance/glsl/constructors/glsl-construct-bvec2.html',
127 ['linux', 'nvidia'], bug=391960)
128 self.Fail('conformance/glsl/constructors/glsl-construct-bvec3.html',
129 ['linux', 'nvidia'], bug=391960)
130 self.Fail('conformance/glsl/constructors/glsl-construct-bvec4.html',
131 ['linux', 'nvidia'], bug=391960)
132 self.Fail('conformance/glsl/constructors/glsl-construct-ivec2.html',
133 ['linux', 'nvidia'], bug=391960)
134 self.Fail('conformance/glsl/constructors/glsl-construct-ivec3.html',
135 ['linux', 'nvidia'], bug=391960)
136 self.Fail('conformance/glsl/constructors/glsl-construct-ivec4.html',
137 ['linux', 'nvidia'], bug=391960)
138 self.Fail('conformance/glsl/constructors/glsl-construct-vec2.html',
139 ['linux', 'nvidia'], bug=391960)
140 self.Fail('conformance/glsl/constructors/glsl-construct-vec3.html',
141 ['linux', 'nvidia'], bug=391960)
142 self.Fail('conformance/glsl/constructors/glsl-construct-vec4.html',
143 ['linux', 'nvidia'], bug=391960)
144
125 # Android failures 145 # Android failures
126 # The following test is very slow and therefore times out on Android bot. 146 # The following test is very slow and therefore times out on Android bot.
127 self.Skip('conformance/rendering/multisample-corruption.html', 147 self.Skip('conformance/rendering/multisample-corruption.html',
128 ['android']) 148 ['android'])
129 # The following test times out on Android bot. 149 # The following test times out on Android bot.
130 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 150 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
131 ['android'], bug=369300) 151 ['android'], bug=369300)
132 self.Fail('conformance/glsl/misc/empty_main.vert.html', 152 self.Fail('conformance/glsl/misc/empty_main.vert.html',
133 ['android'], bug=315976) 153 ['android'], bug=315976)
134 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', 154 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 self.Fail('conformance/textures/texture-npot-video.html', 252 self.Fail('conformance/textures/texture-npot-video.html',
233 ['chromeos', ('intel', 0xa011)], bug=375554) 253 ['chromeos', ('intel', 0xa011)], bug=375554)
234 self.Fail('conformance/textures/texture-size.html', 254 self.Fail('conformance/textures/texture-size.html',
235 ['chromeos', ('intel', 0xa011)], bug=375554) 255 ['chromeos', ('intel', 0xa011)], bug=375554)
236 self.Fail('conformance/textures/texture-size-limit.html', 256 self.Fail('conformance/textures/texture-size-limit.html',
237 ['chromeos', ('intel', 0xa011)], bug=375554) 257 ['chromeos', ('intel', 0xa011)], bug=375554)
238 self.Fail('conformance/uniforms/gl-uniform-arrays.html', 258 self.Fail('conformance/uniforms/gl-uniform-arrays.html',
239 ['chromeos', ('intel', 0xa011)], bug=375554) 259 ['chromeos', ('intel', 0xa011)], bug=375554)
240 self.Skip('conformance/uniforms/uniform-default-values.html', 260 self.Skip('conformance/uniforms/uniform-default-values.html',
241 ['chromeos', ('intel', 0xa011)], bug=375554) 261 ['chromeos', ('intel', 0xa011)], bug=375554)
OLDNEW
« no previous file with comments | « no previous file | gpu/config/gpu_driver_bug_list_json.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698