| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| 11 string_replace_static_test: MissingCompileTimeError | 11 string_replace_static_test: MissingCompileTimeError |
| 12 string_static_test: MissingCompileTimeError | 12 string_static_test: MissingCompileTimeError |
| 13 | 13 |
| 14 [ !$strong && $compiler != dartdevc && $checked ] | 14 [ !$strong && $compiler != dartdevc && $checked ] |
| 15 core_runtime_types_static_test: MissingCompileTimeError | 15 core_runtime_types_static_test: MissingCompileTimeError |
| 16 splay_tree_test/01: MissingCompileTimeError | 16 splay_tree_test/01: MissingCompileTimeError |
| 17 splay_tree_test/02: MissingCompileTimeError | 17 splay_tree_test/02: MissingCompileTimeError |
| 18 string_base_vm_static_test: MissingCompileTimeError | 18 string_base_vm_static_test: MissingCompileTimeError |
| 19 string_replace_static_test: MissingCompileTimeError | 19 string_replace_static_test: MissingCompileTimeError |
| 20 string_static_test: MissingCompileTimeError | 20 string_static_test: MissingCompileTimeError |
| 21 | 21 |
| 22 [ (!$checked && $runtime == vm) || $compiler == dart2js || $compiler == precomp
iler ] |
| 23 int_parse_radix_test/badTypes: RuntimeError # wrong exception returned |
| 24 |
| 22 [ !$strong && !$checked ] | 25 [ !$strong && !$checked ] |
| 23 core_runtime_types_static_test: MissingCompileTimeError | 26 core_runtime_types_static_test: MissingCompileTimeError |
| 24 splay_tree_test/01: MissingCompileTimeError | 27 splay_tree_test/01: MissingCompileTimeError |
| 25 splay_tree_test/02: MissingCompileTimeError | 28 splay_tree_test/02: MissingCompileTimeError |
| 26 string_base_vm_static_test: MissingCompileTimeError | 29 string_base_vm_static_test: MissingCompileTimeError |
| 27 string_replace_static_test: MissingCompileTimeError | 30 string_replace_static_test: MissingCompileTimeError |
| 28 string_static_test: MissingCompileTimeError | 31 string_static_test: MissingCompileTimeError |
| 29 | 32 |
| 33 [ $runtime == vm || $compiler == precompiler || $compiler == dart2js ] |
| 34 int_parse_radix_bad_handler_test: MissingCompileTimeError |
| 35 |
| 30 [ $compiler == dart2analyzer && !$strong ] | 36 [ $compiler == dart2analyzer && !$strong ] |
| 31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 | 37 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 |
| 32 | 38 |
| 33 [ $compiler == dart2analyzer && !$strong && !$checked ] | 39 [ $compiler == dart2analyzer && !$strong && !$checked ] |
| 34 from_environment_const_type_test/02: MissingCompileTimeError | 40 from_environment_const_type_test/02: MissingCompileTimeError |
| 35 from_environment_const_type_test/03: MissingCompileTimeError | 41 from_environment_const_type_test/03: MissingCompileTimeError |
| 36 from_environment_const_type_test/04: MissingCompileTimeError | 42 from_environment_const_type_test/04: MissingCompileTimeError |
| 37 from_environment_const_type_test/06: MissingCompileTimeError | 43 from_environment_const_type_test/06: MissingCompileTimeError |
| 38 from_environment_const_type_test/07: MissingCompileTimeError | 44 from_environment_const_type_test/07: MissingCompileTimeError |
| 39 from_environment_const_type_test/08: MissingCompileTimeError | 45 from_environment_const_type_test/08: MissingCompileTimeError |
| (...skipping 18 matching lines...) Expand all Loading... |
| 58 | 64 |
| 59 [ $compiler == dart2js && $fast_startup ] | 65 [ $compiler == dart2js && $fast_startup ] |
| 60 apply3_test: Fail # mirrors not supported | 66 apply3_test: Fail # mirrors not supported |
| 61 dynamic_nosuchmethod_test: Fail # mirrors not supported | 67 dynamic_nosuchmethod_test: Fail # mirrors not supported |
| 62 | 68 |
| 63 [ $compiler == precompiler ] | 69 [ $compiler == precompiler ] |
| 64 apply3_test: SkipByDesign | 70 apply3_test: SkipByDesign |
| 65 dynamic_nosuchmethod_test: SkipByDesign | 71 dynamic_nosuchmethod_test: SkipByDesign |
| 66 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 72 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 67 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 73 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 74 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 68 | 75 |
| 69 [ $compiler == dart2js && $runtime != none && !$checked ] | 76 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 70 growable_list_test: RuntimeError # Concurrent modifications test always runs | 77 growable_list_test: RuntimeError # Concurrent modifications test always runs |
| 71 | 78 |
| 72 [ $compiler == dartdevc && $runtime != none ] | 79 [ $compiler == dartdevc && $runtime != none ] |
| 73 apply2_test: RuntimeError # Issue 29921 | 80 apply2_test: RuntimeError # Issue 29921 |
| 74 apply3_test: RuntimeError # Issue 29921 | 81 apply3_test: RuntimeError # Issue 29921 |
| 75 big_integer_arith_vm_test: RuntimeError # Issue 30170 | 82 big_integer_arith_vm_test: RuntimeError # Issue 30170 |
| 76 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 83 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
| 77 const_list_literal_test: RuntimeError # Issue 29921 | 84 const_list_literal_test: RuntimeError # Issue 29921 |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 compare_to2_test: RuntimeError, OK # Requires bigint support. | 162 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 156 hash_set_test/01: RuntimeError # Issue 11551 | 163 hash_set_test/01: RuntimeError # Issue 11551 |
| 157 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 | 164 int_modulo_arith_test/bignum: RuntimeError # Issue 29921 |
| 158 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 | 165 int_modulo_arith_test/modPow: RuntimeError # Issue 29921 |
| 159 regress_r21715_test: RuntimeError # Requires bigint support. | 166 regress_r21715_test: RuntimeError # Requires bigint support. |
| 160 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about -
-limit-ints-to-64-bits | 167 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about -
-limit-ints-to-64-bits |
| 161 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
--limit-ints-to-64-bits | 168 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
--limit-ints-to-64-bits |
| 162 | 169 |
| 163 [ $compiler == dart2js && $runtime != none ] | 170 [ $compiler == dart2js && $runtime != none ] |
| 164 nan_infinity_test/01: RuntimeError | 171 nan_infinity_test/01: RuntimeError |
| 172 integer_to_string_test/01: RuntimeError |
| 165 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system | 173 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system |
| 174 int_parse_radix_test/01: RuntimeError |
| 175 int_parse_radix_test/02: RuntimeError |
| 166 | 176 |
| 167 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 177 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
| 168 core_runtime_types_test: Pass, Fail # Issue 27913 | 178 core_runtime_types_test: Pass, Fail # Issue 27913 |
| 169 | 179 |
| 170 [ $compiler != dartdevc ] | 180 [ $compiler != dartdevc ] |
| 171 error_stack_trace_test/static: MissingCompileTimeError | 181 error_stack_trace_test/static: MissingCompileTimeError |
| 182 iterable_element_at_test/static: MissingCompileTimeError |
| 172 | 183 |
| 173 [ $compiler == dartdevc && $runtime != none ] | 184 [ $compiler == dartdevc && $runtime != none ] |
| 174 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' | 185 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' |
| 175 list_fill_range_test: RuntimeError # Issue 29921 | 186 list_fill_range_test: RuntimeError # Issue 29921 |
| 176 list_insert_test: RuntimeError # Issue 29921 | 187 list_insert_test: RuntimeError # Issue 29921 |
| 177 list_removeat_test: RuntimeError # Issue 29921 | 188 list_removeat_test: RuntimeError # Issue 29921 |
| 178 list_replace_range_test: RuntimeError # Issue 29921 | 189 list_replace_range_test: RuntimeError # Issue 29921 |
| 179 list_set_all_test: RuntimeError # Issue 29921 | 190 list_set_all_test: RuntimeError # Issue 29921 |
| 180 json_map_test: RuntimeError # Issue 29921 | 191 json_map_test: RuntimeError # Issue 29921 |
| 192 int_parse_radix_test/01: RuntimeError # Issue 29921 |
| 193 int_parse_radix_test/02: RuntimeError # Issue 29921 |
| 194 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 195 integer_to_string_test/01: RuntimeError # Issue 29921 |
| 196 iterable_fold_test/01: CompileTimeError # type inference problem |
| 197 iterable_fold_test/02: RuntimeError # different type inference problem |
| 181 | 198 |
| 182 [ $runtime == flutter ] | 199 [ $runtime == flutter ] |
| 183 apply3_test: CompileTimeError # mirrors not supported | 200 apply3_test: CompileTimeError # mirrors not supported |
| 184 bool_from_environment_test: Fail # Flutter Issue 9111 | 201 bool_from_environment_test: Fail # Flutter Issue 9111 |
| 185 int_from_environment_test: Fail # Flutter Issue 9111 | 202 int_from_environment_test: Fail # Flutter Issue 9111 |
| 186 int_from_environment2_test: Fail # Flutter Issue 9111 | 203 int_from_environment2_test: Fail # Flutter Issue 9111 |
| 187 format_exception_test: RuntimeError # Flutter Issue 9111 | 204 format_exception_test: RuntimeError # Flutter Issue 9111 |
| 188 from_environment_const_type_test/none: Fail # Flutter Issue 9111 | 205 from_environment_const_type_test/none: Fail # Flutter Issue 9111 |
| 189 from_environment_const_type_test/01: Fail # Flutter Issue 9111 | 206 from_environment_const_type_test/01: Fail # Flutter Issue 9111 |
| 190 from_environment_const_type_test/05: Fail # Flutter Issue 9111 | 207 from_environment_const_type_test/05: Fail # Flutter Issue 9111 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 298 # Firefox takes advantage of the ECMAScript number parsing cop-out clause |
| 282 # (presumably added to allow Mozilla's existing behavior) | 299 # (presumably added to allow Mozilla's existing behavior) |
| 283 # and only looks at the first 20 significant digits. | 300 # and only looks at the first 20 significant digits. |
| 284 # The Dart VM and the other ECMAScript implementations follow the correct | 301 # The Dart VM and the other ECMAScript implementations follow the correct |
| 285 # IEEE-754 rounding algorithm. | 302 # IEEE-754 rounding algorithm. |
| 286 double_parse_test/02: Fail, OK | 303 double_parse_test/02: Fail, OK |
| 287 unicode_test: Fail | 304 unicode_test: Fail |
| 288 | 305 |
| 289 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 306 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 290 big_integer_parsed_mul_div_vm_test: Pass, SloW | 307 big_integer_parsed_mul_div_vm_test: Pass, SloW |
| 308 int_parse_radix_test/*: Pass, Slow |
| 291 | 309 |
| 292 [ $compiler == precompiler ] | 310 [ $compiler == precompiler ] |
| 293 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 311 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 294 | 312 |
| 295 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 313 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
| 296 string_trimlr_test/02: RuntimeError # Issue 29060 | 314 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 297 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system | 315 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system |
| 298 | 316 |
| 299 [ $compiler == precompiler || $compiler == app_jit ] | 317 [ $compiler == precompiler || $compiler == app_jit ] |
| 300 string_trimlr_test/02: RuntimeError # Issue 29060 | 318 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 301 | 319 |
| 302 # void should be a valid symbol. | 320 # void should be a valid symbol. |
| 303 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] | 321 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] |
| 304 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 322 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
| 305 | 323 |
| 306 # With the exception of 'void', const Symbol() should not accept reserved | 324 # With the exception of 'void', const Symbol() should not accept reserved |
| 307 # words. | 325 # words. |
| 308 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 326 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| 309 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 327 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
| 310 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 328 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
| 311 | 329 |
| 312 [ $compiler == dart2js ] | 330 [ $compiler == dart2js ] |
| 313 hash_set_test/01: RuntimeError # Issue 11551 | 331 hash_set_test/01: RuntimeError # Issue 11551 |
| 332 integer_to_radix_string_test: RuntimeError # Issue 29921 |
| 314 string_static_test: MissingCompileTimeError | 333 string_static_test: MissingCompileTimeError |
| 315 | 334 |
| 316 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | 335 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
| 317 symbol_test/02: MissingCompileTimeError # Issue 11669 | 336 symbol_test/02: MissingCompileTimeError # Issue 11669 |
| 318 symbol_test/03: MissingCompileTimeError # Issue 11669 | 337 symbol_test/03: MissingCompileTimeError # Issue 11669 |
| 319 | 338 |
| 320 [ $compiler == app_jit || $compiler == precompiler || $compiler == dartk ] | 339 [ $compiler == app_jit || $compiler == precompiler || $compiler == dartk ] |
| 321 from_environment_const_type_test/02: MissingCompileTimeError | 340 from_environment_const_type_test/02: MissingCompileTimeError |
| 322 from_environment_const_type_test/03: MissingCompileTimeError | 341 from_environment_const_type_test/03: MissingCompileTimeError |
| 323 from_environment_const_type_test/04: MissingCompileTimeError | 342 from_environment_const_type_test/04: MissingCompileTimeError |
| (...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 658 uri_ipv4_test: Crash | 677 uri_ipv4_test: Crash |
| 659 uri_ipv6_test: Crash | 678 uri_ipv6_test: Crash |
| 660 uri_normalize_path_test: Crash | 679 uri_normalize_path_test: Crash |
| 661 uri_normalize_test: Crash | 680 uri_normalize_test: Crash |
| 662 uri_parameters_all_test: Crash | 681 uri_parameters_all_test: Crash |
| 663 uri_parse_test: Crash | 682 uri_parse_test: Crash |
| 664 uri_path_test: Crash | 683 uri_path_test: Crash |
| 665 uri_query_test: Crash | 684 uri_query_test: Crash |
| 666 uri_scheme_test: Crash | 685 uri_scheme_test: Crash |
| 667 uri_test: Crash | 686 uri_test: Crash |
| 687 iterable_skip_while_test: Crash |
| 688 iterable_take_test: Crash |
| 689 iterable_take_while_test: Crash |
| 690 iterable_test: Crash |
| 691 iterable_to_list_test/01: Crash |
| 692 iterable_to_list_test/none: Crash |
| 693 iterable_to_set_test: Crash |
| 694 iterable_tostring_test: Crash |
| 695 json_map_test: Crash |
| 696 int_parse_radix_bad_handler_test: Crash |
| 697 int_parse_radix_test/01: Crash |
| 698 int_parse_radix_test/02: Crash |
| 699 int_parse_radix_test/none: Crash |
| 700 integer_to_string_test/01: Crash |
| 701 integer_to_string_test/none: Crash |
| 702 is_operator_basic_types_test: Crash |
| 703 iterable_contains2_test: Crash |
| 704 iterable_contains_test: Crash |
| 705 iterable_element_at_test: Crash |
| 706 iterable_empty_test: Crash |
| 707 iterable_expand_test: Crash |
| 708 iterable_first_test: Crash |
| 709 iterable_first_where_test: Crash |
| 710 iterable_fold_test: Crash |
| 668 | 711 |
| 669 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 712 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 670 stopwatch_test: Crash | 713 stopwatch_test: Crash |
| 671 type_hashcode_test: Crash | 714 type_hashcode_test: Crash |
| 672 map_contains_key_test: Crash | 715 map_contains_key_test: Crash |
| 673 map_index_test: Crash | 716 map_index_test: Crash |
| 674 map_remove_test: Crash | 717 map_remove_test: Crash |
| 675 | 718 |
| 676 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 719 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
| 677 apply2_test: Crash | 720 apply2_test: Crash |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 935 uri_ipv4_test: Crash | 978 uri_ipv4_test: Crash |
| 936 uri_ipv6_test: Crash | 979 uri_ipv6_test: Crash |
| 937 uri_normalize_path_test: Crash | 980 uri_normalize_path_test: Crash |
| 938 uri_normalize_test: Crash | 981 uri_normalize_test: Crash |
| 939 uri_parameters_all_test: Crash | 982 uri_parameters_all_test: Crash |
| 940 uri_parse_test: Crash | 983 uri_parse_test: Crash |
| 941 uri_path_test: Crash | 984 uri_path_test: Crash |
| 942 uri_query_test: Crash | 985 uri_query_test: Crash |
| 943 uri_scheme_test: Crash | 986 uri_scheme_test: Crash |
| 944 uri_test: Crash | 987 uri_test: Crash |
| 988 int_round_test: Crash |
| 989 int_round_to_double_test: Crash |
| 990 int_to_int_test: Crash |
| 991 int_truncate_test: Crash |
| 992 int_truncate_to_double_test: Crash |
| 945 | 993 |
| 946 [$arch == simdbc || $arch == simdbc64] | 994 [$arch == simdbc || $arch == simdbc64] |
| 947 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 995 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 948 | 996 |
| 949 [ $compiler == dart2js && $runtime != none && !$checked ] | 997 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 950 splay_tree_from_iterable_test: RuntimeError | 998 splay_tree_from_iterable_test: RuntimeError |
| 951 | 999 |
| 952 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] | 1000 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
| 953 splay_tree_from_iterable_test: RuntimeError | 1001 splay_tree_from_iterable_test: RuntimeError |
| 954 | 1002 |
| 955 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 1003 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 956 splay_tree_from_iterable_test: RuntimeError | 1004 splay_tree_from_iterable_test: RuntimeError |
| 957 | 1005 |
| 958 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 1006 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 959 regexp/pcre_test: Pass, Slow, Timeout | 1007 regexp/pcre_test: Pass, Slow, Timeout |
| 960 regexp/global_test: Skip # Issue 21709 | 1008 regexp/global_test: Skip # Issue 21709 |
| 961 | 1009 |
| 962 [ $mode == debug ] | 1010 [ $mode == debug ] |
| 963 regexp/pcre_test: Pass, Slow # Issue 22008 | 1011 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 964 | 1012 |
| 965 [ $compiler == dart2js && ! $browser ] | 1013 [ $compiler == dart2js && ! $browser ] |
| 966 package_resource_test: RuntimeError # Issue 26842 | 1014 package_resource_test: RuntimeError # Issue 26842 |
| 967 | 1015 |
| 968 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 1016 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 969 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 1017 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 970 iterable_to_list_test/01: RuntimeError # Issue 26501 | 1018 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 1019 |
| 1020 [ $compiler == dart2analyzer ] |
| 1021 int_parse_radix_bad_handler_test: MissingCompileTimeError |
| 1022 iterable_element_at_test/static: Pass |
| 1023 |
| 1024 [ $compiler == dart2analyzer && $strong ] |
| 1025 int_parse_radix_bad_handler_test: Pass |
| 1026 |
| 1027 [ $compiler == dart2analyzer && $strong && $checked ] |
| 1028 iterable_fold_test/01: CompileTimeError |
| 1029 |
| 1030 [ $compiler == dart2analyzer && $checked && !$strong ] |
| 1031 iterable_fold_test/01: Pass |
| OLD | NEW |