| 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 9 string_case_test/01: Fail # Bug 18061 | 9 string_case_test/01: Fail # Bug 18061 |
| 10 | 10 |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 iterable_skip_test: Crash | 141 iterable_skip_test: Crash |
| 142 iterable_skip_while_test: Crash | 142 iterable_skip_while_test: Crash |
| 143 iterable_take_test: Crash | 143 iterable_take_test: Crash |
| 144 iterable_take_while_test: Crash | 144 iterable_take_while_test: Crash |
| 145 iterable_test: Crash | 145 iterable_test: Crash |
| 146 iterable_to_list_test/01: Crash | 146 iterable_to_list_test/01: Crash |
| 147 iterable_to_list_test/none: Crash | 147 iterable_to_list_test/none: Crash |
| 148 iterable_to_set_test: Crash | 148 iterable_to_set_test: Crash |
| 149 iterable_tostring_test: Crash | 149 iterable_tostring_test: Crash |
| 150 json_map_test: Crash | 150 json_map_test: Crash |
| 151 linked_hash_map_from_iterable_test: Crash | 151 regexp/parentheses_test: Crash |
| 152 regress_11099_test: Crash |
| 153 regress_r21715_test: RuntimeError |
| 154 safe_to_string_test: Crash |
| 155 set_containsAll_test: Crash |
| 156 set_contains_test: Crash |
| 157 set_intersection_test: Crash |
| 158 set_iterator_test: Crash |
| 159 set_removeAll_test: Crash |
| 160 set_remove_test: Crash |
| 161 set_retainAll_test: Crash |
| 162 set_test: Crash |
| 163 set_to_string_test: Crash |
| 164 shuffle_test: Crash |
| 165 sort_test: Crash |
| 166 sort_test: RuntimeError |
| 167 splay_tree_from_iterable_test: Crash |
| 168 splay_tree_from_iterables_test: Crash |
| 169 splay_tree_test: Crash |
| 170 stacktrace_current_test: Crash |
| 171 stacktrace_fromstring_test: Crash |
| 172 stopwatch2_test: Crash |
| 173 string_base_vm_test: Crash |
| 174 string_buffer_test: Crash |
| 175 string_codeunits_test: Crash |
| 176 string_from_environment3_test/01: MissingCompileTimeError |
| 177 string_from_environment3_test/02: MissingCompileTimeError |
| 178 string_from_environment3_test/03: MissingCompileTimeError |
| 179 string_from_environment3_test/04: MissingCompileTimeError |
| 180 string_from_environment3_test/05: Crash |
| 181 string_from_list_test: Crash |
| 182 string_fromcharcode_test: Crash |
| 183 string_fromcharcodes_test: Crash |
| 184 string_operations_with_null_test: Crash |
| 185 string_pattern_test: Crash |
| 186 string_replace_all_test: Crash |
| 187 string_replace_dollar_test: Crash |
| 188 string_replace_test: Crash |
| 189 string_runes_test: Crash |
| 190 string_source_test: Crash |
| 191 string_split_test: Crash |
| 192 string_substring_test: Crash |
| 193 string_test: Crash |
| 194 string_to_lower_case_test: Crash |
| 195 string_trimlr_test/01: Crash |
| 196 string_trimlr_test/02: Crash |
| 197 string_trimlr_test/none: Crash |
| 198 symbol_operator_test/03: Crash |
| 199 symbol_operator_test/none: Crash |
| 200 symbol_reserved_word_test/04: MissingCompileTimeError |
| 201 symbol_reserved_word_test/05: Crash |
| 202 symbol_reserved_word_test/06: Crash |
| 203 symbol_reserved_word_test/07: MissingCompileTimeError |
| 204 symbol_reserved_word_test/09: Crash |
| 205 symbol_reserved_word_test/10: MissingCompileTimeError |
| 206 symbol_reserved_word_test/12: Crash |
| 207 |
| 208 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 209 big_integer_parsed_div_rem_vm_test: RuntimeError |
| 210 big_integer_parsed_mul_div_vm_test: RuntimeError |
| 211 const_list_literal_test: Crash |
| 212 const_list_remove_range_test: Crash |
| 213 const_list_set_range_test: Crash |
| 214 core_runtime_types_test: Crash |
| 215 data_uri_test: Crash |
| 216 date_time2_test: Crash |
| 217 date_time3_test: Crash |
| 218 date_time4_test: Crash |
| 219 date_time7_test: Crash |
| 220 date_time_parse_test: Crash |
| 221 date_time_test: Crash |
| 222 double_ceil2_test: Crash |
| 223 double_floor2_test: Crash |
| 224 double_parse_test/01: Crash |
| 225 double_parse_test/02: Crash |
| 226 double_parse_test/03: Crash |
| 227 double_parse_test/none: Crash |
| 228 double_round2_test: Crash |
| 229 double_round3_test: Crash |
| 230 double_round4_test: Crash |
| 231 double_round_test: Crash |
| 232 double_round_to_double2_test: Crash |
| 233 double_round_to_double3_test: Crash |
| 234 double_round_to_double_test: Crash |
| 235 double_truncate2_test: Crash |
| 236 double_truncate_test: Crash |
| 237 double_truncate_to_double_test: Crash |
| 238 duration2_test: Crash |
| 239 duration_big_num_test: Crash |
| 240 duration_double_multiplication_test: Crash |
| 241 duration_test: Crash |
| 242 error_stack_trace1_test: Crash |
| 243 error_stack_trace1_test: Pass # Issue 27394 |
| 244 error_stack_trace2_test: Crash |
| 245 error_stack_trace_test: Crash |
| 246 exception_implementation_test: Crash |
| 247 expando_test: Crash |
| 248 for_in_test: Crash |
| 249 growable_list_test: Crash |
| 250 has_next_iterator_test: Crash |
| 251 hash_map2_test: Crash |
| 252 int_parse_radix_bad_handler_test: Crash |
| 253 int_parse_radix_test/01: Crash |
| 254 int_parse_radix_test/02: Crash |
| 255 int_parse_radix_test/none: Crash |
| 256 integer_to_radix_string_test: Crash |
| 257 integer_to_string_test/01: RuntimeError |
| 258 is_operator_basic_types_test: Crash |
| 259 iterable_contains2_test: Crash |
| 260 iterable_contains_test: Crash |
| 261 iterable_element_at_test: Crash |
| 262 iterable_empty_test: Crash |
| 263 iterable_expand_test: Crash |
| 264 iterable_first_test: Crash |
| 265 iterable_first_where_test: Crash |
| 266 iterable_fold_test: Crash |
| 267 iterable_generate_test/01: Crash |
| 268 iterable_generate_test/none: Crash |
| 269 iterable_join_test: Crash |
| 270 iterable_last_test: Crash |
| 271 iterable_last_where_test: Crash |
| 272 iterable_length_test: Crash |
| 273 iterable_mapping_test: Crash |
| 274 iterable_reduce_test: Crash |
| 275 iterable_return_type_test/01: Crash |
| 276 iterable_return_type_test/02: Crash |
| 277 iterable_return_type_test/none: Crash |
| 278 iterable_single_test: Crash |
| 279 iterable_single_where_test: Crash |
| 280 iterable_skip_test: Crash |
| 281 iterable_skip_while_test: Crash |
| 282 iterable_take_test: Crash |
| 283 iterable_take_while_test: Crash |
| 284 iterable_test: Crash |
| 285 iterable_to_list_test/01: Crash |
| 286 iterable_to_list_test/none: Crash |
| 287 iterable_to_set_test: Crash |
| 288 iterable_tostring_test: Crash |
| 289 json_map_test: Crash |
| 152 reg_exp1_test: Crash | 290 reg_exp1_test: Crash |
| 153 reg_exp_first_match_test: Crash | 291 reg_exp_first_match_test: Crash |
| 154 reg_exp_group_test: Crash | 292 reg_exp_group_test: Crash |
| 155 reg_exp_groups_test: Crash | 293 reg_exp_groups_test: Crash |
| 156 reg_exp_has_match_test: Crash | 294 reg_exp_has_match_test: Crash |
| 157 reg_exp_pattern_test: Crash | 295 reg_exp_pattern_test: Crash |
| 158 reg_exp_string_match_test: Crash | 296 reg_exp_string_match_test: Crash |
| 159 regexp/UC16_test: Crash | 297 regexp/UC16_test: Crash |
| 160 regexp/alternative-length-miscalculation_test: Crash | 298 regexp/alternative-length-miscalculation_test: Crash |
| 161 regexp/alternatives_test: Crash | 299 regexp/alternatives_test: Crash |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 string_trimlr_test/none: Crash | 362 string_trimlr_test/none: Crash |
| 225 symbol_operator_test/03: Crash | 363 symbol_operator_test/03: Crash |
| 226 symbol_operator_test/none: Crash | 364 symbol_operator_test/none: Crash |
| 227 symbol_reserved_word_test/04: MissingCompileTimeError | 365 symbol_reserved_word_test/04: MissingCompileTimeError |
| 228 symbol_reserved_word_test/05: Crash | 366 symbol_reserved_word_test/05: Crash |
| 229 symbol_reserved_word_test/06: Crash | 367 symbol_reserved_word_test/06: Crash |
| 230 symbol_reserved_word_test/07: MissingCompileTimeError | 368 symbol_reserved_word_test/07: MissingCompileTimeError |
| 231 symbol_reserved_word_test/09: Crash | 369 symbol_reserved_word_test/09: Crash |
| 232 symbol_reserved_word_test/10: MissingCompileTimeError | 370 symbol_reserved_word_test/10: MissingCompileTimeError |
| 233 symbol_reserved_word_test/12: Crash | 371 symbol_reserved_word_test/12: Crash |
| OLD | NEW |