Chromium Code Reviews| 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 92 double_parse_test/01: Crash | 92 double_parse_test/01: Crash |
| 93 double_parse_test/02: Crash | 93 double_parse_test/02: Crash |
| 94 double_parse_test/03: Crash | 94 double_parse_test/03: Crash |
| 95 double_parse_test/none: Crash | 95 double_parse_test/none: Crash |
| 96 double_round2_test: Crash | 96 double_round2_test: Crash |
| 97 double_truncate2_test: Crash | 97 double_truncate2_test: Crash |
| 98 duration2_test: Crash | 98 duration2_test: Crash |
| 99 duration_big_num_test: Crash | 99 duration_big_num_test: Crash |
| 100 duration_double_multiplication_test: Crash | 100 duration_double_multiplication_test: Crash |
| 101 duration_test: Crash | 101 duration_test: Crash |
| 102 error_stack_trace1_test: Crash | |
| 103 error_stack_trace1_test: Pass # Issue 27394 | 102 error_stack_trace1_test: Pass # Issue 27394 |
| 104 error_stack_trace2_test: Crash | 103 error_stack_trace2_test: Crash |
| 105 error_stack_trace_test: Crash | 104 error_stack_trace_test: Crash |
| 106 exception_implementation_test: Crash | 105 exception_implementation_test: Crash |
| 107 expando_test: Crash | 106 expando_test: Crash |
| 108 for_in_test: Crash | 107 for_in_test: Crash |
| 109 growable_list_test: Crash | 108 growable_list_test: Crash |
| 110 has_next_iterator_test: Crash | 109 has_next_iterator_test: Crash |
| 111 hash_map2_test: Crash | 110 hash_map2_test: Crash |
| 112 int_parse_radix_bad_handler_test: Crash | 111 int_parse_radix_bad_handler_test: Crash |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 158 set_containsAll_test: Crash | 157 set_containsAll_test: Crash |
| 159 set_contains_test: Crash | 158 set_contains_test: Crash |
| 160 set_intersection_test: Crash | 159 set_intersection_test: Crash |
| 161 set_iterator_test: Crash | 160 set_iterator_test: Crash |
| 162 set_removeAll_test: Crash | 161 set_removeAll_test: Crash |
| 163 set_remove_test: Crash | 162 set_remove_test: Crash |
| 164 set_retainAll_test: Crash | 163 set_retainAll_test: Crash |
| 165 set_test: Crash | 164 set_test: Crash |
| 166 set_to_string_test: Crash | 165 set_to_string_test: Crash |
| 167 shuffle_test: Crash | 166 shuffle_test: Crash |
| 168 sort_test: Crash | |
| 169 sort_test: RuntimeError | 167 sort_test: RuntimeError |
| 170 splay_tree_from_iterable_test: Crash | 168 splay_tree_from_iterable_test: Crash |
| 171 splay_tree_from_iterables_test: Crash | 169 splay_tree_from_iterables_test: Crash |
| 172 splay_tree_test: Crash | 170 splay_tree_test: Crash |
| 173 stacktrace_current_test: Crash | 171 stacktrace_current_test: Crash |
| 174 stacktrace_fromstring_test: Crash | 172 stacktrace_fromstring_test: Crash |
| 175 stopwatch2_test: Crash | 173 stopwatch2_test: Crash |
| 176 string_base_vm_test: Crash | 174 string_base_vm_test: Crash |
| 177 string_buffer_test: Crash | 175 string_buffer_test: Crash |
| 178 string_codeunits_test: Crash | 176 string_codeunits_test: Crash |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 235 double_round_to_double2_test: Crash | 233 double_round_to_double2_test: Crash |
| 236 double_round_to_double3_test: Crash | 234 double_round_to_double3_test: Crash |
| 237 double_round_to_double_test: Crash | 235 double_round_to_double_test: Crash |
| 238 double_truncate2_test: Crash | 236 double_truncate2_test: Crash |
| 239 double_truncate_test: Crash | 237 double_truncate_test: Crash |
| 240 double_truncate_to_double_test: Crash | 238 double_truncate_to_double_test: Crash |
| 241 duration2_test: Crash | 239 duration2_test: Crash |
| 242 duration_big_num_test: Crash | 240 duration_big_num_test: Crash |
| 243 duration_double_multiplication_test: Crash | 241 duration_double_multiplication_test: Crash |
| 244 duration_test: Crash | 242 duration_test: Crash |
| 245 error_stack_trace1_test: Crash | |
| 246 error_stack_trace1_test: Pass # Issue 27394 | 243 error_stack_trace1_test: Pass # Issue 27394 |
|
Siggi Cherem (dart-lang)
2017/08/07 23:29:55
delete? it seems a bit odd to have a `pass` here
| |
| 247 error_stack_trace2_test: Crash | 244 error_stack_trace2_test: Crash |
| 248 error_stack_trace_test: Crash | 245 error_stack_trace_test: Crash |
| 249 exception_implementation_test: Crash | 246 exception_implementation_test: Crash |
| 250 expando_test: Crash | 247 expando_test: Crash |
| 251 for_in_test: Crash | 248 for_in_test: Crash |
| 252 growable_list_test: Crash | 249 growable_list_test: Crash |
| 253 has_next_iterator_test: Crash | 250 has_next_iterator_test: Crash |
| 254 hash_map2_test: Crash | 251 hash_map2_test: Crash |
| 255 int_parse_radix_bad_handler_test: Crash | 252 int_parse_radix_bad_handler_test: Crash |
| 256 int_parse_radix_test/01: Crash | 253 int_parse_radix_test/01: Crash |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 314 regexp/non-bmp_test: Crash | 311 regexp/non-bmp_test: Crash |
| 315 regexp/non-capturing-backtracking_test: Crash | 312 regexp/non-capturing-backtracking_test: Crash |
| 316 regexp/non-character_test: Crash | 313 regexp/non-character_test: Crash |
| 317 regexp/non-greedy-parentheses_test: Crash | 314 regexp/non-greedy-parentheses_test: Crash |
| 318 regexp/norepeat_test: Crash | 315 regexp/norepeat_test: Crash |
| 319 regexp/overflow_test: Crash | 316 regexp/overflow_test: Crash |
| 320 regexp/parentheses_test: Crash | 317 regexp/parentheses_test: Crash |
| 321 regexp/stack-overflow2_test: Crash | 318 regexp/stack-overflow2_test: Crash |
| 322 regexp/stack-overflow_test: Crash | 319 regexp/stack-overflow_test: Crash |
| 323 regress_11099_test: Crash | 320 regress_11099_test: Crash |
| 324 regress_r21715_test: Crash | |
| 325 regress_r21715_test: RuntimeError | 321 regress_r21715_test: RuntimeError |
| 326 safe_to_string_test: Crash | 322 safe_to_string_test: Crash |
| 327 set_containsAll_test: Crash | 323 set_containsAll_test: Crash |
| 328 set_contains_test: Crash | 324 set_contains_test: Crash |
| 329 set_intersection_test: Crash | 325 set_intersection_test: Crash |
| 330 set_iterator_test: Crash | 326 set_iterator_test: Crash |
| 331 set_removeAll_test: Crash | 327 set_removeAll_test: Crash |
| 332 set_remove_test: Crash | 328 set_remove_test: Crash |
| 333 set_retainAll_test: Crash | 329 set_retainAll_test: Crash |
| 334 set_test: Crash | 330 set_test: Crash |
| 335 set_to_string_test: Crash | 331 set_to_string_test: Crash |
| 336 shuffle_test: Crash | 332 shuffle_test: Crash |
| 337 sort_test: Crash | |
| 338 sort_test: RuntimeError | 333 sort_test: RuntimeError |
| 339 splay_tree_from_iterable_test: Crash | 334 splay_tree_from_iterable_test: Crash |
| 340 splay_tree_from_iterables_test: Crash | 335 splay_tree_from_iterables_test: Crash |
| 341 splay_tree_test: Crash | 336 splay_tree_test: Crash |
| 342 stacktrace_current_test: Crash | 337 stacktrace_current_test: Crash |
| 343 stacktrace_fromstring_test: Crash | 338 stacktrace_fromstring_test: Crash |
| 344 stopwatch2_test: Crash | 339 stopwatch2_test: Crash |
| 345 string_base_vm_test: Crash | 340 string_base_vm_test: Crash |
| 346 string_buffer_test: Crash | 341 string_buffer_test: Crash |
| 347 string_codeunits_test: Crash | 342 string_codeunits_test: Crash |
| (...skipping 22 matching lines...) Expand all Loading... | |
| 370 symbol_operator_test/03: Crash | 365 symbol_operator_test/03: Crash |
| 371 symbol_operator_test/none: Crash | 366 symbol_operator_test/none: Crash |
| 372 symbol_reserved_word_test/04: MissingCompileTimeError | 367 symbol_reserved_word_test/04: MissingCompileTimeError |
| 373 symbol_reserved_word_test/05: Crash | 368 symbol_reserved_word_test/05: Crash |
| 374 symbol_reserved_word_test/06: Crash | 369 symbol_reserved_word_test/06: Crash |
| 375 symbol_reserved_word_test/07: MissingCompileTimeError | 370 symbol_reserved_word_test/07: MissingCompileTimeError |
| 376 symbol_reserved_word_test/09: Crash | 371 symbol_reserved_word_test/09: Crash |
| 377 symbol_reserved_word_test/10: MissingCompileTimeError | 372 symbol_reserved_word_test/10: MissingCompileTimeError |
| 378 symbol_reserved_word_test/12: Crash | 373 symbol_reserved_word_test/12: Crash |
| 379 | 374 |
| OLD | NEW |