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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 self.Fail('conformance/glsl/variables/gl-frontfacing.html', | 170 self.Fail('conformance/glsl/variables/gl-frontfacing.html', |
171 ['chromeos', ('intel', 0xa011)], bug=375554) | 171 ['chromeos', ('intel', 0xa011)], bug=375554) |
172 self.Fail('conformance/limits/gl-max-texture-dimensions.html', | 172 self.Fail('conformance/limits/gl-max-texture-dimensions.html', |
173 ['chromeos', ('intel', 0xa011)], bug=375554) | 173 ['chromeos', ('intel', 0xa011)], bug=375554) |
174 self.Fail('conformance/ogles/GL/acos/acos_001_to_006.html', | 174 self.Fail('conformance/ogles/GL/acos/acos_001_to_006.html', |
175 ['chromeos', ('intel', 0xa011)], bug=375554) | 175 ['chromeos', ('intel', 0xa011)], bug=375554) |
176 self.Fail('conformance/ogles/GL/asin/asin_001_to_006.html', | 176 self.Fail('conformance/ogles/GL/asin/asin_001_to_006.html', |
177 ['chromeos', ('intel', 0xa011)], bug=375554) | 177 ['chromeos', ('intel', 0xa011)], bug=375554) |
178 self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html', | 178 self.Fail('conformance/ogles/GL/atan/atan_001_to_008.html', |
179 ['chromeos', ('intel', 0xa011)], bug=375554) | 179 ['chromeos', ('intel', 0xa011)], bug=375554) |
| 180 self.Fail('conformance/ogles/GL/build/build_009_to_016.html', |
| 181 ['chromeos', ('intel', 0xa011)], bug=378938) |
180 self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html', | 182 self.Fail('conformance/ogles/GL/control_flow/control_flow_001_to_008.html', |
181 ['chromeos', ('intel', 0xa011)], bug=375554) | 183 ['chromeos', ('intel', 0xa011)], bug=375554) |
182 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', | 184 self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html', |
183 ['chromeos', ('intel', 0xa011)], bug=375554) | 185 ['chromeos', ('intel', 0xa011)], bug=375554) |
184 self.Fail('conformance/ogles/GL/discard/discard_001_to_002.html', | 186 self.Fail('conformance/ogles/GL/discard/discard_001_to_002.html', |
185 ['chromeos', ('intel', 0xa011)], bug=375554) | 187 ['chromeos', ('intel', 0xa011)], bug=375554) |
186 self.Fail('conformance/ogles/GL/functions/functions_001_to_008.html', | 188 self.Fail('conformance/ogles/GL/functions/functions_001_to_008.html', |
187 ['chromeos', ('intel', 0xa011)], bug=375554) | 189 ['chromeos', ('intel', 0xa011)], bug=375554) |
188 self.Fail('conformance/ogles/GL/functions/functions_065_to_072.html', | 190 self.Fail('conformance/ogles/GL/functions/functions_065_to_072.html', |
189 ['chromeos', ('intel', 0xa011)], bug=375554) | 191 ['chromeos', ('intel', 0xa011)], bug=375554) |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html'
, | 250 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgb565.html'
, |
249 ['chromeos'], bug=28982) | 251 ['chromeos'], bug=28982) |
250 self.Fail( | 252 self.Fail( |
251 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.htm
l', | 253 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba4444.htm
l', |
252 ['chromeos'], bug=28982) | 254 ['chromeos'], bug=28982) |
253 self.Fail( | 255 self.Fail( |
254 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.htm
l', | 256 'conformance/textures/tex-image-and-sub-image-2d-with-video-rgba5551.htm
l', |
255 ['chromeos'], bug=28982) | 257 ['chromeos'], bug=28982) |
256 self.Fail('conformance/textures/texture-npot-video.html', | 258 self.Fail('conformance/textures/texture-npot-video.html', |
257 ['chromeos'], bug=28982) | 259 ['chromeos'], bug=28982) |
OLD | NEW |