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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 ['android'], bug=334204) | 129 ['android'], bug=334204) |
130 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565
.html', | 130 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565
.html', |
131 ['android'], bug=334204) | 131 ['android'], bug=334204) |
132 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba44
44.html', | 132 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba44
44.html', |
133 ['android'], bug=334204) | 133 ['android'], bug=334204) |
134 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba55
51.html', | 134 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video-rgba55
51.html', |
135 ['android'], bug=334204) | 135 ['android'], bug=334204) |
136 self.Fail('conformance/textures/texture-npot-video.html', | 136 self.Fail('conformance/textures/texture-npot-video.html', |
137 ['android'], bug=334204) | 137 ['android'], bug=334204) |
138 | 138 |
| 139 # ChromeOS: all Intel except for pinetrail (stumpy, parrot, peppy,...) |
| 140 # We will just include pinetrail here for now as we don't want to list |
| 141 # every single Intel device ID. |
| 142 self.Fail('conformance/extensions/webgl-depth-texture.html', |
| 143 ['chromeos', 'intel'], bug=375556) |
| 144 self.Fail('conformance/glsl/misc/empty_main.vert.html', |
| 145 ['chromeos', 'intel'], bug=375556) |
| 146 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
| 147 ['chromeos', 'intel'], bug=375556) |
| 148 self.Fail('conformance/glsl/misc/shaders-with-varyings.html', |
| 149 ['chromeos', 'intel'], bug=375556) |
| 150 self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html', |
| 151 ['chromeos', 'intel'], bug=375556) |
| 152 |
| 153 # ChromeOS: pinetrail (alex, mario, zgb). |
| 154 self.Fail('conformance/attribs/gl-vertex-attrib-render.html', |
| 155 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 156 self.Fail('conformance/glsl/functions/glsl-function-atan-xy.html', |
| 157 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 158 self.Fail('conformance/glsl/functions/glsl-function-cos.html', |
| 159 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 160 self.Fail('conformance/glsl/functions/glsl-function-sin.html', |
| 161 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 162 self.Fail('conformance/glsl/misc/empty_main.vert.html', |
| 163 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 164 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
| 165 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 166 self.Fail('conformance/glsl/misc/shaders-with-varyings.html', |
| 167 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 168 self.Fail('conformance/glsl/variables/gl-frontfacing.html', |
| 169 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 170 self.Fail('conformance/limits/gl-max-texture-dimensions.html', |
| 171 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 172 self.Fail('conformance/ogles/GL/acos/acos_001_to_006.html', |
| 173 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 174 self.Fail('conformance/ogles/GL/asin/asin_001_to_006.html', |
| 175 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 176 self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html', |
| 177 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 178 self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html', |
| 179 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 180 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', |
| 181 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 182 self.Fail('conformance/ogles/GL/discard/discard_001_to_002.html', |
| 183 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 184 self.Fail('conformance/ogles/GL/functions/functions_001_to_008.html', |
| 185 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 186 self.Fail('conformance/ogles/GL/functions/functions_065_to_072.html', |
| 187 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 188 self.Fail('conformance/ogles/GL/functions/functions_081_to_088.html', |
| 189 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 190 self.Fail('conformance/ogles/GL/functions/functions_097_to_104.html', |
| 191 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 192 self.Fail('conformance/ogles/GL/functions/functions_105_to_112.html', |
| 193 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 194 self.Fail('conformance/ogles/GL/functions/functions_113_to_120.html', |
| 195 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 196 self.Fail('conformance/ogles/GL/functions/functions_121_to_126.html', |
| 197 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 198 self.Fail( |
| 199 'conformance/ogles/GL/gl_FrontFacing/gl_FrontFacing_001_to_001.html', |
| 200 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 201 self.Fail('conformance/ogles/GL/log/log_001_to_008.html', |
| 202 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 203 self.Fail('conformance/ogles/GL/log2/log2_001_to_008.html', |
| 204 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 205 self.Fail('conformance/ogles/GL/normalize/normalize_001_to_006.html', |
| 206 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 207 self.Fail('conformance/ogles/GL/sin/sin_001_to_006.html', |
| 208 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 209 self.Fail('conformance/rendering/point-size.html', |
| 210 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 211 self.Fail('conformance/rendering/polygon-offset.html', |
| 212 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 213 self.Fail('conformance/textures/texture-mips.html', |
| 214 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 215 self.Fail('conformance/textures/texture-npot.html', |
| 216 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 217 self.Fail('conformance/textures/texture-npot-video.html', |
| 218 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 219 self.Fail('conformance/textures/texture-size.html', |
| 220 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 221 self.Fail('conformance/textures/texture-size-limit.html', |
| 222 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 223 self.Fail('conformance/uniforms/gl-uniform-arrays.html', |
| 224 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 225 self.Skip('conformance/uniforms/uniform-default-values.html', |
| 226 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 227 |
| 228 # ChromeOS ARM Mali (peach_pit). |
| 229 # The bug refers to the partner tracker crbug.com/p/29017. |
| 230 # TODO(ihf): Restrict fail to ('arm', 'mali') once this GPU is detected. |
| 231 self.Fail('conformance/canvas/to-data-url-test.html', |
| 232 ['chromeos'], bug=29017) |
| 233 self.Fail('conformance/state/state-uneffected-after-compositing.html', |
| 234 ['chromeos'], bug=29017) |
| 235 |
| 236 # ChromeOS ARM Tegra. |
| 237 # The bug refers to the partner tracker crbug.com/p/28982. |
| 238 # TODO(ihf): Restrict fail to ('nvidia', '...') once this GPU is detected. |
| 239 self.Fail('conformance/extensions/oes-texture-float-with-video.html', |
| 240 ['chromeos'], bug=28982) |
| 241 self.Fail('conformance/extensions/oes-texture-half-float-with-video.html', |
| 242 ['chromeos'], bug=28982) |
| 243 self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-video.html', |
| 244 ['chromeos'], bug=28982) |
| 245 self.Fail( |
| 246 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html'
, |
| 247 ['chromeos'], bug=28982) |
| 248 self.Fail( |
| 249 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.htm
l', |
| 250 ['chromeos'], bug=28982) |
| 251 self.Fail( |
| 252 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.htm
l', |
| 253 ['chromeos'], bug=28982) |
| 254 self.Fail('conformance/textures/texture-npot-video.html', |
| 255 ['chromeos'], bug=28982) |
OLD | NEW |