| 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/HTMLAudioElementTest: Fail # factory constructor not implemented | |
| 13 dom/HTMLElementTest: Fail | 12 dom/HTMLElementTest: Fail |
| 14 dom/IsolateLightTest: Fail | 13 dom/IsolateLightTest: Fail |
| 15 dom/NativeGCTest: Fail # Issue 1448. | 14 dom/NativeGCTest: Fail # Issue 1448. |
| 16 dom/TypingTest: Fail # StyleSheetList.item not implemented | 15 dom/TypingTest: Fail # StyleSheetList.item not implemented |
| 17 | 16 |
| 18 [ $component == dartium && $mode == debug ] | 17 [ $component == dartium && $mode == debug ] |
| 19 # TODO(vsm): Triage Dartium failures. | 18 # TODO(vsm): Triage Dartium failures. |
| 20 dom/CSSTest: Skip | 19 dom/CSSTest: Skip |
| 21 dom/DOMIsolatesTest: Skip | 20 dom/DOMIsolatesTest: Skip |
| 22 dom/NativeGCTest: Skip | 21 dom/NativeGCTest: Skip |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 | 64 |
| 66 [ $component == frog ] | 65 [ $component == frog ] |
| 67 *: Skip | 66 *: Skip |
| 68 | 67 |
| 69 [ $component == frogsh ] | 68 [ $component == frogsh ] |
| 70 *: Skip | 69 *: Skip |
| 71 | 70 |
| 72 # 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. |
| 73 [ $component == webdriver && $browser == opera ] | 72 [ $component == webdriver && $browser == opera ] |
| 74 *: Skip | 73 *: Skip |
| OLD | NEW |