| 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 |
| 11 | 11 |
| 12 | 12 |
| 13 [ $compiler == dart2js && ( $runtime == d8 || $browser ) ] | 13 [ $compiler == dart2js && ( $jscl || $browser ) ] |
| 14 foreign_test: Fail # TODO(ahe): Convert to metadata syntax. | 14 foreign_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 15 native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax. | 15 native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 16 native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax. | 16 native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 17 native_call_arity3_test: Fail # TODO(ahe): Convert to metadata syntax. | 17 native_call_arity3_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 18 native_checked_arguments1_test: Fail # TODO(ahe): Convert to metadata syntax. | 18 native_checked_arguments1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 19 native_class_avoids_hidden_name_test: Fail # TODO(ahe): Convert to metadata synt
ax. | 19 native_class_avoids_hidden_name_test: Fail # TODO(ahe): Convert to metadata synt
ax. |
| 20 native_class_inheritance1_test: Fail # TODO(ahe): Convert to metadata syntax. | 20 native_class_inheritance1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 21 native_class_inheritance2_test: Fail # TODO(ahe): Convert to metadata syntax. | 21 native_class_inheritance2_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 22 native_class_inheritance3_test: Fail # TODO(ahe): Convert to metadata syntax. | 22 native_class_inheritance3_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 23 native_class_is_check1_test: Fail # TODO(ahe): Convert to metadata syntax. | 23 native_class_is_check1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| (...skipping 29 matching lines...) Expand all Loading... |
| 53 native_checked_fields_test: Pass # For the wrong reason. | 53 native_checked_fields_test: Pass # For the wrong reason. |
| 54 native_class_inheritance4_test: Pass # For the wrong reason. | 54 native_class_inheritance4_test: Pass # For the wrong reason. |
| 55 native_class_with_dart_methods_test: Pass # For the wrong reason. | 55 native_class_with_dart_methods_test: Pass # For the wrong reason. |
| 56 native_to_string_test: Pass # For the wrong reason. | 56 native_to_string_test: Pass # For the wrong reason. |
| 57 native_window1_test: Pass # For the wrong reason. | 57 native_window1_test: Pass # For the wrong reason. |
| 58 native_window2_test: Pass # For the wrong reason. | 58 native_window2_test: Pass # For the wrong reason. |
| 59 | 59 |
| 60 | 60 |
| 61 [ $compiler == dartc || $browser ] | 61 [ $compiler == dartc || $browser ] |
| 62 *: Skip | 62 *: Skip |
| OLD | NEW |