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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 ['mac', 'amd'], bug=308328) | 136 ['mac', 'amd'], bug=308328) |
137 self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-image-data-r
gba5551.html', | 137 self.Skip('conformance/textures/tex-image-and-sub-image-2d-with-image-data-r
gba5551.html', |
138 ['mac', 'amd'], bug=308328) | 138 ['mac', 'amd'], bug=308328) |
139 | 139 |
140 # Android failures | 140 # Android failures |
141 self.Fail('conformance/textures/texture-npot-video.html', | 141 self.Fail('conformance/textures/texture-npot-video.html', |
142 ['android'], bug=306485) | 142 ['android'], bug=306485) |
143 # The following test is very slow and therefore times out on Android bot. | 143 # The following test is very slow and therefore times out on Android bot. |
144 self.Skip('conformance/rendering/multisample-corruption.html', | 144 self.Skip('conformance/rendering/multisample-corruption.html', |
145 ['android']) | 145 ['android']) |
146 | 146 self.Fail('conformance/glsl/misc/empty_main.vert.html', |
| 147 ['android'], bug=315976) |
| 148 self.Fail('conformance/glsl/misc/gl_position_unset.vert.html', |
| 149 ['android'], bug=315976) |
OLD | NEW |