| 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 [ $compiler == frog || $compiler == frogsh ] | 5 [ $compiler == frog || $compiler == frogsh ] |
| 6 NativePropertyFrogTest: Fail | 6 NativePropertyFrogTest: Fail |
| 7 NativeMissingMethod1FrogTest: Fail # Issue 1912 | 7 NativeMissingMethod1FrogTest: Fail # Issue 1912 |
| 8 NativeWindow1FrogTest: Fail # Issue 1915 | 8 NativeWindow1FrogTest: Fail # Issue 1915 |
| 9 ForeignTest: Fail # Leg only test | 9 ForeignTest: Fail # Leg only test |
| 10 | 10 |
| 11 [ $compiler == dart2js ] | 11 [ $compiler == dart2js ] |
| 12 NativeMethodRename1FrogTest: Fail | 12 NativeMethodRename3FrogTest: Fail # Will be removed after https://chromiumcodere
view.appspot.com/9921010/ |
| 13 NativeMethodRename2FrogTest: Fail | |
| 14 NativeMethodRename3FrogTest: Fail | |
| 15 | 13 |
| 16 [ $checked ] | 14 [ $checked ] |
| 17 NativeCheckedFieldsFrogTest: Fail | 15 NativeCheckedFieldsFrogTest: Fail |
| 18 | 16 |
| 19 | 17 |
| 20 [ $compiler == dartc || $runtime == drt || $runtime == ie || $runtime == chrome
|| $runtime == safari || $runtime == ff || $runtime == opera ] | 18 [ $compiler == dartc || $runtime == drt || $runtime == ie || $runtime == chrome
|| $runtime == safari || $runtime == ff || $runtime == opera ] |
| 21 *: Skip | 19 *: Skip |
| OLD | NEW |