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 dom/WebGL1Test: Skip # Issue 1495 | 5 dom/WebGL1Test: Skip # Issue 1495 |
6 | 6 |
7 [ $component == dartium ] | 7 [ $component == dartium ] |
8 # TODO(vsm): Triage DOM tests. | 8 # TODO(vsm): Triage DOM tests. |
9 dom/AudioContextTest: Fail | 9 dom/AudioContextTest: Fail |
10 dom/HTMLElementTest: Fail | 10 dom/HTMLElementTest: Fail |
11 dom/IsolateLightTest: Fail | 11 dom/IsolateLightTest: Fail |
12 dom/NativeGCTest: Fail # Issue 1448. | 12 dom/NativeGCTest: Fail # Issue 1448. |
13 html/frog_html_tests: Skip | 13 html/frog_html_tests: Skip |
14 | 14 |
| 15 [ $component == dartium && $system == windows ] |
| 16 dom/DOMIsolate: Skip |
| 17 |
15 [ $component == dartium && $mode == debug ] | 18 [ $component == dartium && $mode == debug ] |
16 # TODO(vsm): Triage Dartium failures. | 19 # TODO(vsm): Triage Dartium failures. |
17 dom/CSSTest: Skip | 20 dom/CSSTest: Skip |
18 dom/DOMIsolatesTest: Skip | 21 dom/DOMIsolatesTest: Skip |
19 dom/NativeGCTest: Skip | 22 dom/NativeGCTest: Skip |
20 dom/TypedArrays1Test: Skip | 23 dom/TypedArrays1Test: Skip |
21 | 24 |
22 [ $component == frogium || $component == webdriver ] | 25 [ $component == frogium || $component == webdriver ] |
23 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. |
24 dom/HiddenDom2Test: Fail # Issue 1912, frog exposes natives not defined in the c
lass | 27 dom/HiddenDom2Test: Fail # Issue 1912, frog exposes natives not defined in the c
lass |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 | 70 |
68 [ $component == frog ] | 71 [ $component == frog ] |
69 *: Skip | 72 *: Skip |
70 | 73 |
71 [ $component == frogsh ] | 74 [ $component == frogsh ] |
72 *: Skip | 75 *: Skip |
73 | 76 |
74 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 77 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
75 [ $component == webdriver && $browser == opera ] | 78 [ $component == webdriver && $browser == opera ] |
76 *: Skip | 79 *: Skip |
OLD | NEW |