| 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 == dart2js && $runtime == none ] | 5 [ $compiler == dart2js && $runtime == none ] |
| 6 foreign_test: Fail # Cannot resolve JS. | 6 foreign_test: Fail # Cannot resolve JS. |
| 7 | 7 |
| 8 | 8 |
| 9 [ $checked ] | 9 [ $checked ] |
| 10 native_checked_fields_test: Fail | 10 native_checked_fields_test: Fail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 native_class_with_dart_methods_test: Pass # For the wrong reason. | 53 native_class_with_dart_methods_test: Pass # For the wrong reason. |
| 54 native_to_string_test: Pass # For the wrong reason. | 54 native_to_string_test: Pass # For the wrong reason. |
| 55 native_window1_test: Pass # For the wrong reason. | 55 native_window1_test: Pass # For the wrong reason. |
| 56 native_window2_test: Pass # For the wrong reason. | 56 native_window2_test: Pass # For the wrong reason. |
| 57 | 57 |
| 58 native_checked_fields_test: Fail # TODO(ahe): Convert to metadata syntax. | 58 native_checked_fields_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 59 native_class_inheritance4_test: Fail # TODO(ahe): Convert to metadata syntax. | 59 native_class_inheritance4_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 60 native_class_with_dart_methods_test: Fail # TODO(ahe): Convert to metadata synta
x. | 60 native_class_with_dart_methods_test: Fail # TODO(ahe): Convert to metadata synta
x. |
| 61 native_to_string_test: Fail # TODO(ahe): Convert to metadata syntax. | 61 native_to_string_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 62 | 62 |
| 63 [ $compiler == dartc || $browser ] | 63 [ $browser ] |
| 64 *: Skip | 64 *: Skip |
| OLD | NEW |