OLD | NEW |
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 ['android'], bug=334204) | 131 ['android'], bug=334204) |
132 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565
.html', | 132 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565
.html', |
133 ['android'], bug=334204) | 133 ['android'], bug=334204) |
134 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba44
44.html', | 134 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba44
44.html', |
135 ['android'], bug=334204) | 135 ['android'], bug=334204) |
136 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba55
51.html', | 136 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba55
51.html', |
137 ['android'], bug=334204) | 137 ['android'], bug=334204) |
138 self.Fail('conformance/textures/texture-npot-video.html', | 138 self.Fail('conformance/textures/texture-npot-video.html', |
139 ['android'], bug=334204) | 139 ['android'], bug=334204) |
140 | 140 |
| 141 # ChromeOS: affecting all devices. |
| 142 self.Fail('conformance/extensions/webgl-depth-texture.html', |
| 143 ['chromeos'], bug=382651) |
| 144 |
141 # ChromeOS: all Intel except for pinetrail (stumpy, parrot, peppy,...) | 145 # ChromeOS: all Intel except for pinetrail (stumpy, parrot, peppy,...) |
142 # We will just include pinetrail here for now as we don't want to list | 146 # We will just include pinetrail here for now as we don't want to list |
143 # every single Intel device ID. | 147 # every single Intel device ID. |
144 self.Fail('conformance/extensions/webgl-depth-texture.html', | |
145 ['chromeos', 'intel'], bug=375556) | |
146 self.Fail('conformance/glsl/misc/empty_main.vert.html', | 148 self.Fail('conformance/glsl/misc/empty_main.vert.html', |
147 ['chromeos', 'intel'], bug=375556) | 149 ['chromeos', 'intel'], bug=375556) |
148 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', | 150 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
149 ['chromeos', 'intel'], bug=375556) | 151 ['chromeos', 'intel'], bug=375556) |
150 self.Fail('conformance/glsl/misc/shaders-with-varyings.html', | 152 self.Fail('conformance/glsl/misc/shaders-with-varyings.html', |
151 ['chromeos', 'intel'], bug=375556) | 153 ['chromeos', 'intel'], bug=375556) |
152 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', | 154 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', |
153 ['chromeos', 'intel'], bug=375556) | 155 ['chromeos', 'intel'], bug=375556) |
| 156 self.Fail('conformance/textures/texture-size-limit.html', |
| 157 ['chromeos', 'intel'], bug=385361) |
154 | 158 |
155 # ChromeOS: pinetrail (alex, mario, zgb). | 159 # ChromeOS: pinetrail (alex, mario, zgb). |
156 self.Fail('conformance/attribs/gl-vertex-attrib-render.html', | 160 self.Fail('conformance/attribs/gl-vertex-attrib-render.html', |
157 ['chromeos', ('intel', 0xa011)], bug=375554) | 161 ['chromeos', ('intel', 0xa011)], bug=375554) |
158 self.Fail('conformance/glsl/functions/glsl-function-atan-xy.html', | 162 self.Fail('conformance/glsl/functions/glsl-function-atan-xy.html', |
159 ['chromeos', ('intel', 0xa011)], bug=375554) | 163 ['chromeos', ('intel', 0xa011)], bug=375554) |
160 self.Fail('conformance/glsl/functions/glsl-function-cos.html', | 164 self.Fail('conformance/glsl/functions/glsl-function-cos.html', |
161 ['chromeos', ('intel', 0xa011)], bug=375554) | 165 ['chromeos', ('intel', 0xa011)], bug=375554) |
162 self.Fail('conformance/glsl/functions/glsl-function-sin.html', | 166 self.Fail('conformance/glsl/functions/glsl-function-sin.html', |
163 ['chromeos', ('intel', 0xa011)], bug=375554) | 167 ['chromeos', ('intel', 0xa011)], bug=375554) |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 self.Fail('conformance/textures/texture-npot-video.html', | 225 self.Fail('conformance/textures/texture-npot-video.html', |
222 ['chromeos', ('intel', 0xa011)], bug=375554) | 226 ['chromeos', ('intel', 0xa011)], bug=375554) |
223 self.Fail('conformance/textures/texture-size.html', | 227 self.Fail('conformance/textures/texture-size.html', |
224 ['chromeos', ('intel', 0xa011)], bug=375554) | 228 ['chromeos', ('intel', 0xa011)], bug=375554) |
225 self.Fail('conformance/textures/texture-size-limit.html', | 229 self.Fail('conformance/textures/texture-size-limit.html', |
226 ['chromeos', ('intel', 0xa011)], bug=375554) | 230 ['chromeos', ('intel', 0xa011)], bug=375554) |
227 self.Fail('conformance/uniforms/gl-uniform-arrays.html', | 231 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
228 ['chromeos', ('intel', 0xa011)], bug=375554) | 232 ['chromeos', ('intel', 0xa011)], bug=375554) |
229 self.Skip('conformance/uniforms/uniform-default-values.html', | 233 self.Skip('conformance/uniforms/uniform-default-values.html', |
230 ['chromeos', ('intel', 0xa011)], bug=375554) | 234 ['chromeos', ('intel', 0xa011)], bug=375554) |
231 | |
232 # ChromeOS ARM Mali (peach_pit). | |
233 # The bug refers to the partner tracker crbug.com/p/29017. | |
234 # TODO(ihf): Restrict fail to ('arm', 'mali') once this GPU is detected. | |
235 self.Fail('conformance/canvas/to-data-url-test.html', | |
236 ['chromeos'], bug=29017) | |
237 self.Fail('conformance/state/state-uneffected-after-compositing.html', | |
238 ['chromeos'], bug=29017) | |
239 | |
240 # ChromeOS ARM Tegra. | |
241 # The bug refers to the partner tracker crbug.com/p/28982. | |
242 # TODO(ihf): Restrict fail to ('nvidia', '...') once this GPU is detected. | |
243 self.Fail('conformance/extensions/oes-texture-float-with-video.html', | |
244 ['chromeos'], bug=28982) | |
245 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', | |
246 ['chromeos'], bug=28982) | |
247 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html', | |
248 ['chromeos'], bug=28982) | |
249 self.Fail( | |
250 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html'
, | |
251 ['chromeos'], bug=28982) | |
252 self.Fail( | |
253 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.htm
l', | |
254 ['chromeos'], bug=28982) | |
255 self.Fail( | |
256 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.htm
l', | |
257 ['chromeos'], bug=28982) | |
258 self.Fail('conformance/textures/texture-npot-video.html', | |
259 ['chromeos'], bug=28982) | |
OLD | NEW |