| 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 ] |
| 6 foreign_test: Fail # Cannot resolve JS. |
| 7 |
| 8 |
| 5 [ $checked ] | 9 [ $checked ] |
| 6 native_checked_fields_test: Fail | 10 native_checked_fields_test: Fail |
| 7 | 11 |
| 8 | 12 |
| 9 [ $compiler == dart2js ] | 13 [ $compiler == dart2js && ( $runtime == d8 || $browser ) ] |
| 10 foreign_test: Fail # TODO(ahe): Convert to metadata syntax. | 14 foreign_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 11 native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax. | 15 native_call_arity1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 12 native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax. | 16 native_call_arity2_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 13 native_call_arity3_test: Fail # TODO(ahe): Convert to metadata syntax. | 17 native_call_arity3_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 14 native_checked_arguments1_test: Fail # TODO(ahe): Convert to metadata syntax. | 18 native_checked_arguments1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 15 native_checked_fields_test: Fail # TODO(ahe): Convert to metadata syntax. | 19 native_checked_fields_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 16 native_class_avoids_hidden_name_test: Fail # TODO(ahe): Convert to metadata synt
ax. | 20 native_class_avoids_hidden_name_test: Fail # TODO(ahe): Convert to metadata synt
ax. |
| 17 native_class_inheritance1_test: Fail # TODO(ahe): Convert to metadata syntax. | 21 native_class_inheritance1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 18 native_class_inheritance2_test: Fail # TODO(ahe): Convert to metadata syntax. | 22 native_class_inheritance2_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 19 native_class_inheritance3_test: Fail # TODO(ahe): Convert to metadata syntax. | 23 native_class_inheritance3_test: Fail # TODO(ahe): Convert to metadata syntax. |
| (...skipping 28 matching lines...) Expand all Loading... |
| 48 native_use_native_name_in_table_test: Fail # TODO(ahe): Convert to metadata synt
ax. | 52 native_use_native_name_in_table_test: Fail # TODO(ahe): Convert to metadata synt
ax. |
| 49 native_window1_test: Fail # TODO(ahe): Convert to metadata syntax. | 53 native_window1_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 50 native_window2_test: Fail # TODO(ahe): Convert to metadata syntax. | 54 native_window2_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 51 native_wrapping_function2_test: Fail # TODO(ahe): Convert to metadata syntax. | 55 native_wrapping_function2_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 52 native_wrapping_function3_test: Fail # TODO(ahe): Convert to metadata syntax. | 56 native_wrapping_function3_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 53 native_wrapping_function_test: Fail # TODO(ahe): Convert to metadata syntax. | 57 native_wrapping_function_test: Fail # TODO(ahe): Convert to metadata syntax. |
| 54 | 58 |
| 55 | 59 |
| 56 [ $compiler == dartc || $runtime == drt || $runtime == ie || $runtime == chrome
|| $runtime == safari || $runtime == ff || $runtime == opera ] | 60 [ $compiler == dartc || $runtime == drt || $runtime == ie || $runtime == chrome
|| $runtime == safari || $runtime == ff || $runtime == opera ] |
| 57 *: Skip | 61 *: Skip |
| OLD | NEW |