| 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 |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 | 89 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 |
| 90 const_list_literal_test: RuntimeError # Issue 29921 | 90 const_list_literal_test: RuntimeError # Issue 29921 |
| 91 const_list_remove_range_test: RuntimeError # Issue 29921 | 91 const_list_remove_range_test: RuntimeError # Issue 29921 |
| 92 const_list_set_range_test: RuntimeError # Issue 29921 | 92 const_list_set_range_test: RuntimeError # Issue 29921 |
| 93 compare_to2_test: RuntimeError # Issue 30170 | 93 compare_to2_test: RuntimeError # Issue 30170 |
| 94 date_time10_test: RuntimeError # Issue 29921 | 94 date_time10_test: RuntimeError # Issue 29921 |
| 95 growable_list_test: RuntimeError # Issue 29921 | 95 growable_list_test: RuntimeError # Issue 29921 |
| 96 hash_set_test/01: RuntimeError # Issue 29921 | 96 hash_set_test/01: RuntimeError # Issue 29921 |
| 97 iterable_reduce_test/none: RuntimeError | 97 iterable_reduce_test/none: RuntimeError |
| 98 iterable_to_list_test/*: RuntimeError | 98 iterable_to_list_test/*: RuntimeError |
| 99 list_test/none: RuntimeError | 99 list_concurrent_modification_test: RuntimeError # DDC uses ES6 array iterators s
o it does not issue this |
| 100 list_test/01: RuntimeError | |
| 101 nan_infinity_test/01: RuntimeError # Issue 29921 | 100 nan_infinity_test/01: RuntimeError # Issue 29921 |
| 102 null_nosuchmethod_test: RuntimeError # Issue 29921 | 101 null_nosuchmethod_test: RuntimeError # Issue 29921 |
| 103 main_test: RuntimeError # Issue 29921 | 102 main_test: RuntimeError # Issue 29921 |
| 104 map_test: RuntimeError # Issue 29921 | 103 map_test: RuntimeError # Issue 29921 |
| 105 map_keys2_test: RuntimeError # Issue 29921 | 104 map_keys2_test: RuntimeError # Issue 29921 |
| 106 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 | 105 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 |
| 107 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 | 106 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 |
| 108 regexp/look-ahead_test: RuntimeError # Issue 29921 | 107 regexp/look-ahead_test: RuntimeError # Issue 29921 |
| 109 regexp/loop-capture_test: RuntimeError # Issue 29921 | 108 regexp/loop-capture_test: RuntimeError # Issue 29921 |
| 110 regexp/malformed-escapes_test: RuntimeError # Issue 29921 | 109 regexp/malformed-escapes_test: RuntimeError # Issue 29921 |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 regress_r21715_test: RuntimeError # Requires bigint support. | 173 regress_r21715_test: RuntimeError # Requires bigint support. |
| 175 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about -
-limit-ints-to-64-bits | 174 int_parse_with_limited_ints_test: Skip # dart2js and dartdevc don't know about -
-limit-ints-to-64-bits |
| 176 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
--limit-ints-to-64-bits | 175 typed_data_with_limited_ints_test: Skip # dart2js and dartdevc don't know about
--limit-ints-to-64-bits |
| 177 | 176 |
| 178 [ $compiler == dart2js && $runtime != none ] | 177 [ $compiler == dart2js && $runtime != none ] |
| 179 nan_infinity_test/01: RuntimeError | 178 nan_infinity_test/01: RuntimeError |
| 180 integer_to_string_test/01: RuntimeError | 179 integer_to_string_test/01: RuntimeError |
| 181 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system | 180 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system |
| 182 int_parse_radix_test/01: RuntimeError | 181 int_parse_radix_test/01: RuntimeError |
| 183 int_parse_radix_test/02: RuntimeError | 182 int_parse_radix_test/02: RuntimeError |
| 183 list_test/*: RuntimeError # dart2js doesn't implement strong mode covariance che
cks |
| 184 | 184 |
| 185 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 185 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
| 186 core_runtime_types_test: Pass, Fail # Issue 27913 | 186 core_runtime_types_test: Pass, Fail # Issue 27913 |
| 187 | 187 |
| 188 [ $compiler != dartdevc ] | 188 [ $compiler != dartdevc ] |
| 189 error_stack_trace_test/static: MissingCompileTimeError | 189 error_stack_trace_test/static: MissingCompileTimeError |
| 190 iterable_element_at_test/static: MissingCompileTimeError | 190 iterable_element_at_test/static: MissingCompileTimeError |
| 191 | 191 |
| 192 [ $compiler == dartdevc && $runtime != none ] | 192 [ $compiler == dartdevc && $runtime != none ] |
| 193 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' | 193 error_stack_trace_test/nullThrown: RuntimeError # .stackTrace not present for ex
ception caught from 'throw null;' |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 big_integer_parsed_mul_div_vm_test: Pass, SloW | 319 big_integer_parsed_mul_div_vm_test: Pass, SloW |
| 320 int_parse_radix_test/*: Pass, Slow | 320 int_parse_radix_test/*: Pass, Slow |
| 321 | 321 |
| 322 [ $compiler == precompiler ] | 322 [ $compiler == precompiler ] |
| 323 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 323 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 324 | 324 |
| 325 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 325 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
| 326 string_trimlr_test/02: RuntimeError # Issue 29060 | 326 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 327 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system | 327 iterable_to_set_test: RuntimeError # is-checks do not implement strong mode type
system |
| 328 | 328 |
| 329 |
| 329 [ $compiler == precompiler || $compiler == app_jit ] | 330 [ $compiler == precompiler || $compiler == app_jit ] |
| 330 string_trimlr_test/02: RuntimeError # Issue 29060 | 331 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 331 | 332 |
| 332 # void should be a valid symbol. | 333 # void should be a valid symbol. |
| 333 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] | 334 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || ($com
piler == dart2js && !$dart2js_with_kernel) ] |
| 334 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 335 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
| 335 | 336 |
| 336 # With the exception of 'void', const Symbol() should not accept reserved | 337 # With the exception of 'void', const Symbol() should not accept reserved |
| 337 # words. | 338 # words. |
| 338 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 339 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| (...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 929 splay_tree_from_iterable_test: RuntimeError | 930 splay_tree_from_iterable_test: RuntimeError |
| 930 | 931 |
| 931 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 932 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 932 iterable_generate_test/01: RuntimeError | 933 iterable_generate_test/01: RuntimeError |
| 933 splay_tree_from_iterable_test: RuntimeError | 934 splay_tree_from_iterable_test: RuntimeError |
| 934 | 935 |
| 935 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 936 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 936 regexp/pcre_test: Pass, Slow, Timeout | 937 regexp/pcre_test: Pass, Slow, Timeout |
| 937 regexp/global_test: Skip # Issue 21709 | 938 regexp/global_test: Skip # Issue 21709 |
| 938 | 939 |
| 940 [ $runtime == vm || $runtime == dart_precompiled ] |
| 941 list_test/*: RuntimeError # VM doesn't implement strong mode covariance checks |
| 942 |
| 939 [ $mode == debug ] | 943 [ $mode == debug ] |
| 940 regexp/pcre_test: Pass, Slow # Issue 22008 | 944 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 941 | 945 |
| 942 [ $compiler == dart2js && ! $browser ] | 946 [ $compiler == dart2js && ! $browser ] |
| 943 package_resource_test: RuntimeError # Issue 26842 | 947 package_resource_test: RuntimeError # Issue 26842 |
| 944 | 948 |
| 945 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 949 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 946 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 950 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 947 iterable_to_list_test/01: RuntimeError # Issue 26501 | 951 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 948 iterable_return_type_test/01: RuntimeError # Issue 20085 | 952 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 949 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 953 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 950 | 954 |
| 951 [ $compiler == dart2analyzer ] | 955 [ $compiler == dart2analyzer ] |
| 952 int_parse_radix_bad_handler_test: MissingCompileTimeError | 956 int_parse_radix_bad_handler_test: MissingCompileTimeError |
| 953 iterable_element_at_test/static: Pass | 957 iterable_element_at_test/static: Pass |
| 954 | 958 |
| 955 [ $compiler == dart2analyzer && $strong ] | 959 [ $compiler == dart2analyzer && $strong ] |
| 956 int_parse_radix_bad_handler_test: Pass | 960 int_parse_radix_bad_handler_test: Pass |
| 957 | 961 |
| 958 [ $compiler == dart2analyzer && $strong && $checked ] | 962 [ $compiler == dart2analyzer && $strong && $checked ] |
| 959 iterable_fold_test/01: CompileTimeError | 963 iterable_fold_test/01: CompileTimeError |
| 960 | 964 |
| 961 [ $compiler == dart2analyzer && $checked && !$strong ] | 965 [ $compiler == dart2analyzer && $checked && !$strong ] |
| 962 iterable_fold_test/01: Pass | 966 iterable_fold_test/01: Pass |
| 963 | 967 |
| 964 [ $compiler == dart2analyzer && $strong && !$checked ] | 968 [ $compiler == dart2analyzer && $strong && !$checked ] |
| 965 iterable_fold_test/01: CompileTimeError | 969 iterable_fold_test/01: CompileTimeError |
| OLD | NEW |