OLD | NEW |
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
4 | 4 |
5 prefix client | 5 prefix client |
6 | 6 |
7 dom/WebGL1Test: Skip # Issue 1495 | 7 dom/WebGL1Test: Skip # Issue 1495 |
8 | 8 |
9 [ $component == dartium ] | 9 [ $component == dartium ] |
10 # TODO(vsm): Triage DOM tests. | 10 # TODO(vsm): Triage DOM tests. |
11 dom/AudioContextTest: Fail | 11 dom/AudioContextTest: Fail |
12 dom/HTMLElementTest: Fail | 12 dom/HTMLElementTest: Fail |
13 dom/IsolateLightTest: Fail | 13 dom/IsolateLightTest: Fail |
14 dom/NativeGCTest: Fail # Issue 1448. | 14 dom/NativeGCTest: Fail # Issue 1448. |
15 dom/TypingTest: Fail # StyleSheetList.item not implemented | 15 dom/TypingTest: Fail # StyleSheetList.item not implemented |
| 16 html/frog_html_tests: Skip |
16 | 17 |
17 [ $component == dartium && $mode == debug ] | 18 [ $component == dartium && $mode == debug ] |
18 # TODO(vsm): Triage Dartium failures. | 19 # TODO(vsm): Triage Dartium failures. |
19 dom/CSSTest: Skip | 20 dom/CSSTest: Skip |
20 dom/DOMIsolatesTest: Skip | 21 dom/DOMIsolatesTest: Skip |
21 dom/NativeGCTest: Skip | 22 dom/NativeGCTest: Skip |
22 dom/TypedArrays1Test: Skip | 23 dom/TypedArrays1Test: Skip |
23 | 24 |
24 [ $component == frogium || $component == webdriver ] | 25 [ $component == frogium || $component == webdriver ] |
25 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global
JS namespace. | 26 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global
JS namespace. |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 | 65 |
65 [ $component == frog ] | 66 [ $component == frog ] |
66 *: Skip | 67 *: Skip |
67 | 68 |
68 [ $component == frogsh ] | 69 [ $component == frogsh ] |
69 *: Skip | 70 *: Skip |
70 | 71 |
71 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 72 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
72 [ $component == webdriver && $browser == opera ] | 73 [ $component == webdriver && $browser == opera ] |
73 *: Skip | 74 *: Skip |
OLD | NEW |