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 frog_native | |
6 | |
7 [ $component == frog || $component == frogsh ] | 5 [ $component == frog || $component == frogsh ] |
8 NativePropertyFrogTest: Fail | 6 NativePropertyFrogTest: Fail |
9 NativeMissingMethod1FrogTest: Fail # Issue 1912 | 7 NativeMissingMethod1FrogTest: Fail # Issue 1912 |
10 NativeWindow1FrogTest: Fail # Issue 1915 | 8 NativeWindow1FrogTest: Fail # Issue 1915 |
11 NativeWindow2FrogTest: Fail # Issue 1915 | 9 NativeWindow2FrogTest: Fail # Issue 1915 |
12 | 10 |
13 | 11 |
14 [ $checked ] | 12 [ $checked ] |
15 NativeCheckedFieldsFrogTest: Fail | 13 NativeCheckedFieldsFrogTest: Fail |
16 | 14 |
17 | 15 |
18 [ $component == webdriver || $component == dartc || $component == chromium || $c
omponent == dartium || $component == frogium ] | 16 [ $component == webdriver || $component == dartc || $component == chromium || $c
omponent == dartium || $component == frogium ] |
19 *: Skip | 17 *: Skip |
OLD | NEW |