| 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 && $runtime == drt ] | 8 [ $compiler == none && $runtime == drt ] |
| 9 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| 11 int_from_environment2_test: Skip | |
| 12 int_from_environment3_test: Skip | |
| 13 int_from_environment_test: Skip | |
| 14 | 11 |
| 15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 12 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 16 string_case_test/01: Fail # Bug 18061 | 13 string_case_test/01: Fail # Bug 18061 |
| 17 | 14 |
| 18 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 15 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 19 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 16 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 20 int_parse_radix_test/02: Fail # No bigints. | 17 int_parse_radix_test/02: Fail # No bigints. |
| 21 integer_to_radix_string_test: RuntimeError # issue 22045 | 18 integer_to_radix_string_test: RuntimeError # issue 22045 |
| 22 int_modulo_arith_test/bignum: RuntimeError # No bigints. | |
| 23 int_modulo_arith_test/modPow: RuntimeError # No bigints. | |
| 24 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 19 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 25 | 20 |
| 26 [ $runtime == safari || $runtime == safarimobilesim ] | 21 [ $runtime == safari || $runtime == safarimobilesim ] |
| 27 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 22 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 28 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 23 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 29 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 24 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 30 | 25 |
| 31 [ $runtime == ff ] | 26 [ $runtime == ff ] |
| 32 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. | 27 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. |
| 33 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. | 28 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. |
| 34 | 29 |
| 35 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 30 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 36 error_stack_trace1_test: RuntimeError # Issue 12399 | 31 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 37 hash_set_test/01: RuntimeError # Issue 11551 | |
| 38 integer_to_string_test/01: RuntimeError # Issue 1533 | 32 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 39 iterable_return_type_test/01: RuntimeError # Issue 20085 | 33 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 40 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 34 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 41 iterable_to_list_test/01: RuntimeError # Issue 26501 | 35 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 42 | 36 |
| 43 big_integer_*: Skip # VM specific test. | 37 big_integer_*: Skip # VM specific test. |
| 44 compare_to2_test: RuntimeError, OK # Requires bigint support. | 38 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 45 nan_infinity_test/01: Fail # Issue 11551 | 39 nan_infinity_test/01: Fail # Issue 11551 |
| 46 regexp/pcre_test: Pass, Slow # Issue 21593 | 40 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 47 regress_r21715_test: RuntimeError # Requires bigint support. | 41 regress_r21715_test: RuntimeError # Requires bigint support. |
| (...skipping 15 matching lines...) Expand all Loading... |
| 63 [ $compiler == dart2analyzer && $checked ] | 57 [ $compiler == dart2analyzer && $checked ] |
| 64 from_environment_const_type_undefined_test/09: CompileTimeError | 58 from_environment_const_type_undefined_test/09: CompileTimeError |
| 65 from_environment_const_type_undefined_test/11: CompileTimeError | 59 from_environment_const_type_undefined_test/11: CompileTimeError |
| 66 from_environment_const_type_undefined_test/12: CompileTimeError | 60 from_environment_const_type_undefined_test/12: CompileTimeError |
| 67 from_environment_const_type_undefined_test/13: CompileTimeError | 61 from_environment_const_type_undefined_test/13: CompileTimeError |
| 68 from_environment_const_type_undefined_test/14: CompileTimeError | 62 from_environment_const_type_undefined_test/14: CompileTimeError |
| 69 from_environment_const_type_undefined_test/16: CompileTimeError | 63 from_environment_const_type_undefined_test/16: CompileTimeError |
| 70 | 64 |
| 71 [ $compiler == dart2analyzer ] | 65 [ $compiler == dart2analyzer ] |
| 72 int_parse_radix_bad_handler_test: fail | 66 int_parse_radix_bad_handler_test: fail |
| 73 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. | |
| 74 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 67 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 75 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 68 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 76 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 69 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 77 string_test: StaticWarning, OK # Test generates error on purpose. | 70 string_test: StaticWarning, OK # Test generates error on purpose. |
| 78 duration2_test: StaticWarning, OK # Test generates error on purpose. | 71 duration2_test: StaticWarning, OK # Test generates error on purpose. |
| 79 | 72 |
| 80 [ $compiler == dart2analyzer && $builder_tag == strong ] | 73 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 81 *: Skip # Issue 28649 | 74 *: Skip # Issue 28649 |
| 82 | 75 |
| 83 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 76 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 | 108 |
| 116 [ $compiler == dart2js && $dart2js_with_kernel ] | 109 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 117 error_stack_trace1_test: Pass # Issue 27394 | 110 error_stack_trace1_test: Pass # Issue 27394 |
| 118 map_test: Crash # Issue 27394 | 111 map_test: Crash # Issue 27394 |
| 119 regexp/pcre_test: RuntimeError # Issue 27394 | 112 regexp/pcre_test: RuntimeError # Issue 27394 |
| 120 | 113 |
| 121 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2
js_with_kernel ] | 114 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2
js_with_kernel ] |
| 122 regress/4562_test/01: Crash # Issue 27394 | 115 regress/4562_test/01: Crash # Issue 27394 |
| 123 | 116 |
| 124 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 117 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
| 125 int_from_environment3_test/01: MissingCompileTimeError | |
| 126 int_from_environment3_test/02: MissingCompileTimeError | |
| 127 int_from_environment3_test/03: MissingCompileTimeError | |
| 128 int_from_environment3_test/04: MissingCompileTimeError | |
| 129 int_from_environment3_test/05: MissingCompileTimeError | |
| 130 string_case_test/01: RuntimeError | 118 string_case_test/01: RuntimeError |
| 131 string_from_environment3_test/01: MissingCompileTimeError | 119 string_from_environment3_test/01: MissingCompileTimeError |
| 132 string_from_environment3_test/02: MissingCompileTimeError | 120 string_from_environment3_test/02: MissingCompileTimeError |
| 133 string_from_environment3_test/03: MissingCompileTimeError | 121 string_from_environment3_test/03: MissingCompileTimeError |
| 134 string_from_environment3_test/04: MissingCompileTimeError | 122 string_from_environment3_test/04: MissingCompileTimeError |
| 135 string_from_environment3_test/05: MissingCompileTimeError | 123 string_from_environment3_test/05: MissingCompileTimeError |
| 136 | 124 |
| 137 [ $compiler == dart2js && $dart2js_with_kernel ] | 125 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 138 big_integer_parsed_div_rem_vm_test: RuntimeError | 126 big_integer_parsed_div_rem_vm_test: RuntimeError |
| 139 big_integer_parsed_mul_div_vm_test: RuntimeError | 127 big_integer_parsed_mul_div_vm_test: RuntimeError |
| (...skipping 22 matching lines...) Expand all Loading... |
| 162 duration_test: Crash | 150 duration_test: Crash |
| 163 error_stack_trace1_test: Crash | 151 error_stack_trace1_test: Crash |
| 164 error_stack_trace2_test: Crash | 152 error_stack_trace2_test: Crash |
| 165 error_stack_trace_test: Crash | 153 error_stack_trace_test: Crash |
| 166 exception_implementation_test: Crash | 154 exception_implementation_test: Crash |
| 167 expando_test: Crash | 155 expando_test: Crash |
| 168 for_in_test: Crash | 156 for_in_test: Crash |
| 169 growable_list_test: Crash | 157 growable_list_test: Crash |
| 170 has_next_iterator_test: Crash | 158 has_next_iterator_test: Crash |
| 171 hash_map2_test: Crash | 159 hash_map2_test: Crash |
| 172 hash_set_test/01: Crash | |
| 173 hash_set_test/none: Crash | |
| 174 hash_set_type_check_test: Crash | |
| 175 hashcode_test: Crash | |
| 176 hidden_library2_test/01: Crash | |
| 177 hidden_library2_test/none: Crash | |
| 178 indexed_list_access_test: Crash | |
| 179 int_from_environment3_test/01: MissingCompileTimeError | |
| 180 int_from_environment3_test/02: MissingCompileTimeError | |
| 181 int_from_environment3_test/03: MissingCompileTimeError | |
| 182 int_from_environment3_test/04: MissingCompileTimeError | |
| 183 int_from_environment3_test/05: Crash | |
| 184 int_modulo_arith_test/bignum: Crash | |
| 185 int_modulo_arith_test/modPow: Crash | |
| 186 int_modulo_arith_test/none: Crash | |
| 187 int_parse_radix_bad_handler_test: Crash | 160 int_parse_radix_bad_handler_test: Crash |
| 188 int_parse_radix_test/01: Crash | 161 int_parse_radix_test/01: Crash |
| 189 int_parse_radix_test/02: Crash | 162 int_parse_radix_test/02: Crash |
| 190 int_parse_radix_test/none: Crash | 163 int_parse_radix_test/none: Crash |
| 191 integer_to_radix_string_test: Crash | 164 integer_to_radix_string_test: Crash |
| 192 integer_to_string_test/01: Crash | 165 integer_to_string_test/01: Crash |
| 193 integer_to_string_test/none: Crash | 166 integer_to_string_test/none: Crash |
| 194 is_operator_basic_types_test: Crash | 167 is_operator_basic_types_test: Crash |
| 195 iterable_contains2_test: Crash | 168 iterable_contains2_test: Crash |
| 196 iterable_contains_test: Crash | 169 iterable_contains_test: Crash |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 363 symbol_reserved_word_test/07: MissingCompileTimeError | 336 symbol_reserved_word_test/07: MissingCompileTimeError |
| 364 symbol_reserved_word_test/09: Crash | 337 symbol_reserved_word_test/09: Crash |
| 365 symbol_reserved_word_test/10: MissingCompileTimeError | 338 symbol_reserved_word_test/10: MissingCompileTimeError |
| 366 symbol_reserved_word_test/12: Crash | 339 symbol_reserved_word_test/12: Crash |
| 367 symbol_test/01: Crash | 340 symbol_test/01: Crash |
| 368 symbol_test/02: Crash | 341 symbol_test/02: Crash |
| 369 symbol_test/03: Crash | 342 symbol_test/03: Crash |
| 370 symbol_test/none: Crash | 343 symbol_test/none: Crash |
| 371 | 344 |
| 372 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 345 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 373 hash_map_test: Crash | |
| 374 list_sort_test: Crash | 346 list_sort_test: Crash |
| 375 map_contains_key_test: Crash | 347 map_contains_key_test: Crash |
| 376 map_index_test: Crash | 348 map_index_test: Crash |
| 377 map_remove_test: Crash | 349 map_remove_test: Crash |
| 378 regress_11099_test: Crash | 350 regress_11099_test: Crash |
| 379 safe_to_string_test: Crash | 351 safe_to_string_test: Crash |
| 380 sort_test: Crash | 352 sort_test: Crash |
| 381 | 353 |
| 382 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 354 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 383 double_round3_test: Crash | 355 double_round3_test: Crash |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 from_environment_const_type_undefined_test/08: Crash | 390 from_environment_const_type_undefined_test/08: Crash |
| 419 from_environment_const_type_undefined_test/09: Crash | 391 from_environment_const_type_undefined_test/09: Crash |
| 420 from_environment_const_type_undefined_test/10: Crash | 392 from_environment_const_type_undefined_test/10: Crash |
| 421 from_environment_const_type_undefined_test/11: Crash | 393 from_environment_const_type_undefined_test/11: Crash |
| 422 from_environment_const_type_undefined_test/12: Crash | 394 from_environment_const_type_undefined_test/12: Crash |
| 423 from_environment_const_type_undefined_test/13: Crash | 395 from_environment_const_type_undefined_test/13: Crash |
| 424 from_environment_const_type_undefined_test/14: Crash | 396 from_environment_const_type_undefined_test/14: Crash |
| 425 from_environment_const_type_undefined_test/15: Crash | 397 from_environment_const_type_undefined_test/15: Crash |
| 426 from_environment_const_type_undefined_test/16: Crash | 398 from_environment_const_type_undefined_test/16: Crash |
| 427 from_environment_const_type_undefined_test/none: Crash | 399 from_environment_const_type_undefined_test/none: Crash |
| 428 hash_map_test: Crash | |
| 429 hashcode_boxed_test: Crash | |
| 430 int_ceil_test: Crash | |
| 431 int_ceil_to_double_test: Crash | |
| 432 int_floor_test: Crash | |
| 433 int_floor_to_double_test: Crash | |
| 434 int_from_environment2_test: Crash | |
| 435 int_from_environment_test: Crash | |
| 436 int_round_test: Crash | 400 int_round_test: Crash |
| 437 int_round_to_double_test: Crash | 401 int_round_to_double_test: Crash |
| 438 int_to_int_test: Crash | 402 int_to_int_test: Crash |
| 439 int_truncate_test: Crash | 403 int_truncate_test: Crash |
| 440 int_truncate_to_double_test: Crash | 404 int_truncate_to_double_test: Crash |
| 441 list_filled_type_argument_test: Crash | 405 list_filled_type_argument_test: Crash |
| 442 list_index_of2_test: Crash | 406 list_index_of2_test: Crash |
| 443 list_index_of_test: Crash | 407 list_index_of_test: Crash |
| 444 list_literal_is_growable_test: Crash | 408 list_literal_is_growable_test: Crash |
| 445 list_literal_test: Crash | 409 list_literal_test: Crash |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 520 from_environment_const_type_undefined_test/03: MissingCompileTimeError | 484 from_environment_const_type_undefined_test/03: MissingCompileTimeError |
| 521 from_environment_const_type_undefined_test/04: MissingCompileTimeError | 485 from_environment_const_type_undefined_test/04: MissingCompileTimeError |
| 522 from_environment_const_type_undefined_test/06: MissingCompileTimeError | 486 from_environment_const_type_undefined_test/06: MissingCompileTimeError |
| 523 from_environment_const_type_undefined_test/07: MissingCompileTimeError | 487 from_environment_const_type_undefined_test/07: MissingCompileTimeError |
| 524 from_environment_const_type_undefined_test/08: MissingCompileTimeError | 488 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
| 525 | 489 |
| 526 [ $runtime == flutter ] | 490 [ $runtime == flutter ] |
| 527 | 491 |
| 528 # Possible bugs | 492 # Possible bugs |
| 529 format_exception_test: RuntimeError # Flutter Issue 9111 | 493 format_exception_test: RuntimeError # Flutter Issue 9111 |
| 530 int_from_environment_test: Fail # Flutter Issue 9111 | |
| 531 int_from_environment2_test: Fail # Flutter Issue 9111 | |
| 532 from_environment_const_type_test/none: Fail # Flutter Issue 9111 | 494 from_environment_const_type_test/none: Fail # Flutter Issue 9111 |
| 533 from_environment_const_type_test/01: Fail # Flutter Issue 9111 | 495 from_environment_const_type_test/01: Fail # Flutter Issue 9111 |
| 534 from_environment_const_type_test/05: Fail # Flutter Issue 9111 | 496 from_environment_const_type_test/05: Fail # Flutter Issue 9111 |
| 535 from_environment_const_type_test/10: Fail # Flutter Issue 9111 | 497 from_environment_const_type_test/10: Fail # Flutter Issue 9111 |
| 536 from_environment_const_type_test/15: Fail # Flutter Issue 9111 | 498 from_environment_const_type_test/15: Fail # Flutter Issue 9111 |
| 537 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911
1 | 499 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911
1 |
| 538 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911
1 | 500 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911
1 |
| 539 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 | 501 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 |
| 540 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 502 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
| 541 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 503 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 542 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 504 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 543 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 505 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 544 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 506 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 545 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 507 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 546 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 508 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 547 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 509 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 548 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 510 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 549 main_test: RuntimeError # Flutter Issue 9111 | 511 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |