Chromium Code Reviews| 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 dom/TypedArrays2Test: Pass, Fail # Dartium needs to implement 3 arg constructo r | |
| 13 html/frog_html_tests: Skip | 14 html/frog_html_tests: Skip |
| 15 html/TypedArrays2Test: Pass, Fail # Dartium dart:html needs to implement 3 arg constructor | |
| 14 | 16 |
| 15 [ $component == dartium && $system == windows ] | 17 [ $component == dartium && $system == windows ] |
| 16 dom/DOMIsolatesTest: Skip | 18 dom/DOMIsolatesTest: Skip |
| 17 | 19 |
| 18 [ $compiler == none && $runtime == drt && $mode == debug ] | 20 [ $compiler == none && $runtime == drt && $mode == debug ] |
| 19 # TODO(vsm): Triage Dartium failures. | 21 # TODO(vsm): Triage Dartium failures. |
| 20 dom/CSSTest: Skip | 22 dom/CSSTest: Skip |
| 21 dom/DOMIsolatesTest: Skip | 23 dom/DOMIsolatesTest: Skip |
| 22 dom/NativeGCTest: Skip | 24 dom/NativeGCTest: Skip |
| 23 dom/TypedArrays1Test: Skip | 25 dom/TypedArrays1Test: Skip |
| 24 | 26 |
| 25 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] | 27 [ $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. | 28 dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global JS namespace. |
| 27 | 29 |
| 28 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] | 30 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] |
| 29 # TODO(vsm): Triage DOM tests. | 31 # TODO(vsm): Triage DOM tests. |
| 30 dom/DOMIsolatesTest: Fail | 32 dom/DOMIsolatesTest: Fail |
| 31 dom/HTMLElementTest: Fail | 33 dom/HTMLElementTest: Fail |
| 32 dom/WindowOpenTest: Fail | 34 dom/WindowOpenTest: Fail |
| 33 | 35 |
| 34 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ] | 36 [ $runtime == chrome || $runtime == ie || $runtime == safari || $runtime == ff | | $runtime == opera ] |
| 35 dom/ImplementationTest: Fail | 37 dom/ImplementationTest: Fail |
| 36 dom/HistoryTest: Fail | 38 dom/HistoryTest: Failg |
|
vsm
2012/03/30 23:21:41
Failg?
| |
| 37 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. | 39 html/html_tests: Pass, Fail # "Measurement measurement is async but before" Se e issue 1946. |
| 38 | 40 |
| 39 [ $runtime == ff || $runtime == safari || $runtime == ie) ] | 41 [ $runtime == ff || $runtime == safari || $runtime == ie) ] |
| 40 html/html_tests: Fail | 42 html/html_tests: Fail |
| 41 # TODO(vsm): Triage DOM failures on other browsers. | 43 # TODO(vsm): Triage DOM failures on other browsers. |
| 42 dom/*: Skip | 44 dom/*: Skip |
| 43 | 45 |
| 44 # TODO(nweiz): enable this test again once the functionality being tested | 46 # TODO(nweiz): enable this test again once the functionality being tested |
| 45 # is supported. | 47 # is supported. |
| 46 [ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie ] | 48 [ ($compiler == frog && $runtime == drt) || $runtime == safari || $runtime == ie ] |
| (...skipping 15 matching lines...) Expand all Loading... | |
| 62 | 64 |
| 63 [ $compiler == frog && $runtime == d8 ] | 65 [ $compiler == frog && $runtime == d8 ] |
| 64 *: Skip | 66 *: Skip |
| 65 | 67 |
| 66 [ $compiler == frogsh && $runtime == d8 ] | 68 [ $compiler == frogsh && $runtime == d8 ] |
| 67 *: Skip | 69 *: Skip |
| 68 | 70 |
| 69 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 71 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 70 [ $runtime == opera ] | 72 [ $runtime == opera ] |
| 71 *: Skip | 73 *: Skip |
| OLD | NEW |