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 [ $compiler == none && $runtime == drt ] | 7 [ $compiler == none && $runtime == drt ] |
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 ] | 15 [ $component == dartium && $system == windows ] |
16 dom/DOMIsolatesTest: Skip | 16 dom/DOMIsolatesTest: Skip |
17 | 17 |
18 [ $compiler == none && $runtime == drt && $mode == debug ] | 18 [ $compiler == none && $runtime == drt && $mode == debug ] |
19 # TODO(vsm): Triage Dartium failures. | 19 # TODO(vsm): Triage Dartium failures. |
20 dom/CSSTest: Skip | 20 dom/CSSTest: Skip |
21 dom/DOMIsolatesTest: Skip | 21 dom/DOMIsolatesTest: Skip |
22 dom/NativeGCTest: Skip | 22 dom/NativeGCTest: Skip |
23 dom/TypedArrays1Test: Skip | 23 dom/TypedArrays1Test: Skip |
24 | 24 |
25 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] | 25 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] |
26 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. |
27 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 |
28 | 28 |
29 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] | 29 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] |
30 # TODO(vsm): Triage DOM tests. | 30 # TODO(vsm): Triage DOM tests. |
31 dom/DOMIsolatesTest: Fail | 31 dom/DOMIsolatesTest: Fail |
32 dom/HTMLElementTest: Fail | 32 dom/HTMLElementTest: Fail |
33 dom/WindowOpenTest: Fail | 33 dom/WindowOpenTest: Fail |
34 | 34 |
35 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ] | 35 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera || ($runtime == drt && $compiler == frog) ] |
Siggi Cherem (dart-lang)
2012/03/27 21:35:30
I think this one was ok without the change.
| |
36 dom/ImplementationTest: Fail | 36 dom/ImplementationTest: Fail |
37 dom/HistoryTest: Fail | 37 dom/HistoryTest: Fail |
38 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. | 38 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. |
39 | 39 |
40 [ $runtime == ff || $runtime == safari || $runtime == ie) ] | 40 [ $runtime == ff || $runtime == safari || $runtime == ie) ] |
41 html/html_tests: Fail | 41 html/html_tests: Fail |
42 # TODO(vsm): Triage DOM failures on other browsers. | 42 # TODO(vsm): Triage DOM failures on other browsers. |
43 dom/*: Skip | 43 dom/*: Skip |
44 | 44 |
45 # TODO(nweiz): enable this test again once the functionality being tested | 45 # TODO(nweiz): enable this test again once the functionality being tested |
(...skipping 17 matching lines...) Expand all Loading... | |
63 | 63 |
64 [ $compiler == frog && $runtime == d8 ] | 64 [ $compiler == frog && $runtime == d8 ] |
65 *: Skip | 65 *: Skip |
66 | 66 |
67 [ $compiler == frogsh && $runtime == d8 ] | 67 [ $compiler == frogsh && $runtime == d8 ] |
68 *: Skip | 68 *: Skip |
69 | 69 |
70 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 70 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
71 [ $runtime == opera ] | 71 [ $runtime == opera ] |
72 *: Skip | 72 *: Skip |
OLD | NEW |