| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 == none ] | 5 [ $compiler == none ] |
| 6 unicode_test: Fail # Bug 5163868 | 6 unicode_test: Fail # Bug 5163868 |
| 7 *dartc_test: Skip | 7 *dartc_test: Skip |
| 8 expando_test: Fail | 8 expando_test: Fail |
| 9 compare_to2_test: Fail # Bug 4018 | 9 compare_to2_test: Fail # Bug 4018 |
| 10 | 10 |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 | 83 |
| 84 [ $compiler == dart2js && $runtime == safari ] | 84 [ $compiler == dart2js && $runtime == safari ] |
| 85 core_runtime_types_test: Fail | 85 core_runtime_types_test: Fail |
| 86 | 86 |
| 87 [ $compiler == dart2js && $runtime == ie ] | 87 [ $compiler == dart2js && $runtime == ie ] |
| 88 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? | 88 const_list_literal_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 89 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? | 89 date_time7_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 90 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? | 90 reg_exp_all_matches_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 91 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 91 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 92 core_runtime_types_test: Fail | 92 core_runtime_types_test: Fail |
| 93 |
| 94 [ $compiler == dart2dart ] |
| 95 big_integer_vm_test: Fail |
| 96 collection_from_test: Fail |
| 97 collection_to_string_test: Fail |
| 98 compare_to2_test: Fail |
| 99 compare_to_test: Fail |
| 100 const_list_literal_test: Fail |
| 101 const_list_remove_range_test: Fail |
| 102 const_list_set_range_test: Fail |
| 103 core_runtime_types_test: Fail |
| 104 date_time2_test: Fail |
| 105 date_time3_test: Fail |
| 106 date_time4_test: Fail |
| 107 date_time5_test: Fail |
| 108 date_time6_test: Fail |
| 109 date_time7_test: Fail |
| 110 date_time8_test: Fail |
| 111 date_time_test: Fail |
| 112 double_compare_test: Fail |
| 113 exception_implementation_test: Fail |
| 114 expando_test: Fail |
| 115 expression_test: Fail |
| 116 for_in_test: Fail |
| 117 futures_test: Fail |
| 118 future_test: Fail |
| 119 growable_object_array2_vm_test: Fail |
| 120 growable_object_array_vm_test: Fail |
| 121 hash_map_test: Fail |
| 122 indexed_list_access_test: Fail |
| 123 index_out_of_range_exception_test: Fail |
| 124 integer_to_radix_string_test: Fail |
| 125 is_operator_basic_types_test: Fail |
| 126 linked_hash_map_test: Fail |
| 127 list_get_range_test: Fail |
| 128 list_index_of_test: Fail |
| 129 list_insert_range_test: Fail |
| 130 list_iterators_test: Fail |
| 131 list_literal_is_growable_test: Fail |
| 132 list_literal_test: Fail |
| 133 list_remove_range_test: Fail |
| 134 list_set_range_test: Fail |
| 135 list_sort_test: Fail |
| 136 list_test: Fail |
| 137 map_from_test: Fail |
| 138 maps_test: Fail |
| 139 map_test: Fail |
| 140 math_parse_double_test: Fail |
| 141 math_test: Fail |
| 142 min_max_test: Fail |
| 143 nan_infinity_test: Fail |
| 144 queue_iterator_test: Fail |
| 145 queue_test: Fail |
| 146 reg_exp1_test: Fail |
| 147 reg_exp4_test: Fail |
| 148 reg_exp5_test: Fail |
| 149 reg_exp_all_matches_test: Fail |
| 150 reg_exp_first_match_test: Fail |
| 151 reg_exp_groups_test: Fail |
| 152 reg_exp_group_test: Fail |
| 153 reg_exp_has_match_test: Fail |
| 154 reg_exp_start_end_test: Fail |
| 155 reg_exp_string_match_test: Fail |
| 156 set_iterator_test: Fail |
| 157 set_test: Fail |
| 158 sort_test: Fail |
| 159 splay_tree_test: Fail |
| 160 stopwatch_test: Fail |
| 161 string_base_vm_test: Fail |
| 162 string_buffer_test: Fail |
| 163 string_case_test: Fail |
| 164 string_from_list_test: Fail |
| 165 string_pattern_test: Fail |
| 166 string_replace_dollar_test: Fail |
| 167 string_replace_test: Fail |
| 168 string_split_reg_exp_test: Fail |
| 169 string_split_test: Fail |
| 170 strings_test: Fail |
| 171 string_substring_test: Fail |
| 172 string_test: Fail |
| 173 string_trim_test: Fail |
| 174 unicode_test: Fail |
| OLD | NEW |