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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
137 string_operations_with_null_test: RuntimeError # Issue 29921 | 137 string_operations_with_null_test: RuntimeError # Issue 29921 |
138 symbol_operator_test: RuntimeError # Issue 29921 | 138 symbol_operator_test: RuntimeError # Issue 29921 |
139 symbol_operator_test/03: RuntimeError # Issue 29921 | 139 symbol_operator_test/03: RuntimeError # Issue 29921 |
140 symbol_test/none: RuntimeError # Issue 29921 | 140 symbol_test/none: RuntimeError # Issue 29921 |
141 symbol_reserved_word_test/06: RuntimeError # Issue 29921 | 141 symbol_reserved_word_test/06: RuntimeError # Issue 29921 |
142 symbol_reserved_word_test/09: RuntimeError # Issue 29921 | 142 symbol_reserved_word_test/09: RuntimeError # Issue 29921 |
143 symbol_reserved_word_test/12: RuntimeError # Issue 29921 | 143 symbol_reserved_word_test/12: RuntimeError # Issue 29921 |
144 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int s-to-64-bits | 144 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int s-to-64-bits |
145 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in ts-to-64-bits | 145 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in ts-to-64-bits |
146 int_modulo_arith_test/none: RuntimeError # Issue 29921 | 146 int_modulo_arith_test/none: RuntimeError # Issue 29921 |
147 iterable_generate_test: RuntimeError # Issue 29921 | |
148 iterable_return_type_test/02: RuntimeError # Issue 29921 | |
147 | 149 |
148 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 150 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
149 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 151 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
150 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 152 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
151 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 | 153 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
152 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 154 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
153 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 155 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
154 json_map_test: RuntimeError | 156 json_map_test: RuntimeError |
155 compare_to2_test: RuntimeError, OK # Requires bigint support. | 157 compare_to2_test: RuntimeError, OK # Requires bigint support. |
156 hash_set_test/01: RuntimeError # Issue 11551 | 158 hash_set_test/01: RuntimeError # Issue 11551 |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
398 from_environment_const_type_test/12: MissingCompileTimeError | 400 from_environment_const_type_test/12: MissingCompileTimeError |
399 from_environment_const_type_test/13: MissingCompileTimeError | 401 from_environment_const_type_test/13: MissingCompileTimeError |
400 from_environment_const_type_test/14: MissingCompileTimeError | 402 from_environment_const_type_test/14: MissingCompileTimeError |
401 from_environment_const_type_test/16: MissingCompileTimeError | 403 from_environment_const_type_test/16: MissingCompileTimeError |
402 from_environment_const_type_undefined_test/02: MissingCompileTimeError | 404 from_environment_const_type_undefined_test/02: MissingCompileTimeError |
403 from_environment_const_type_undefined_test/03: MissingCompileTimeError | 405 from_environment_const_type_undefined_test/03: MissingCompileTimeError |
404 from_environment_const_type_undefined_test/04: MissingCompileTimeError | 406 from_environment_const_type_undefined_test/04: MissingCompileTimeError |
405 from_environment_const_type_undefined_test/06: MissingCompileTimeError | 407 from_environment_const_type_undefined_test/06: MissingCompileTimeError |
406 from_environment_const_type_undefined_test/07: MissingCompileTimeError | 408 from_environment_const_type_undefined_test/07: MissingCompileTimeError |
407 from_environment_const_type_undefined_test/08: MissingCompileTimeError | 409 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
410 iterable_generate_test/01: RuntimeError | |
408 | 411 |
409 | 412 |
410 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] | 413 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
411 from_environment_const_type_undefined_test/09: MissingCompileTimeError | 414 from_environment_const_type_undefined_test/09: MissingCompileTimeError |
412 from_environment_const_type_undefined_test/11: MissingCompileTimeError | 415 from_environment_const_type_undefined_test/11: MissingCompileTimeError |
413 from_environment_const_type_undefined_test/12: MissingCompileTimeError | 416 from_environment_const_type_undefined_test/12: MissingCompileTimeError |
414 from_environment_const_type_undefined_test/13: MissingCompileTimeError | 417 from_environment_const_type_undefined_test/13: MissingCompileTimeError |
415 from_environment_const_type_undefined_test/14: MissingCompileTimeError | 418 from_environment_const_type_undefined_test/14: MissingCompileTimeError |
416 from_environment_const_type_undefined_test/16: MissingCompileTimeError | 419 from_environment_const_type_undefined_test/16: MissingCompileTimeError |
417 | 420 |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
658 uri_ipv4_test: Crash | 661 uri_ipv4_test: Crash |
659 uri_ipv6_test: Crash | 662 uri_ipv6_test: Crash |
660 uri_normalize_path_test: Crash | 663 uri_normalize_path_test: Crash |
661 uri_normalize_test: Crash | 664 uri_normalize_test: Crash |
662 uri_parameters_all_test: Crash | 665 uri_parameters_all_test: Crash |
663 uri_parse_test: Crash | 666 uri_parse_test: Crash |
664 uri_path_test: Crash | 667 uri_path_test: Crash |
665 uri_query_test: Crash | 668 uri_query_test: Crash |
666 uri_scheme_test: Crash | 669 uri_scheme_test: Crash |
667 uri_test: Crash | 670 uri_test: Crash |
671 iterable_generate_test/01: Crash | |
672 iterable_generate_test/none: Crash | |
673 iterable_join_test: Crash | |
674 iterable_last_test: Crash | |
675 iterable_last_where_test: Crash | |
676 iterable_length_test: Crash | |
677 iterable_mapping_test: Crash | |
678 iterable_reduce_test: Crash | |
679 iterable_return_type_test/01: Crash | |
680 iterable_return_type_test/02: Crash | |
681 iterable_return_type_test/none: Crash | |
682 iterable_single_test: Crash | |
683 iterable_single_where_test: Crash | |
684 iterable_skip_test: Crash | |
668 | 685 |
669 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 686 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
670 stopwatch_test: Crash | 687 stopwatch_test: Crash |
671 type_hashcode_test: Crash | 688 type_hashcode_test: Crash |
672 map_contains_key_test: Crash | 689 map_contains_key_test: Crash |
673 map_index_test: Crash | 690 map_index_test: Crash |
674 map_remove_test: Crash | 691 map_remove_test: Crash |
675 | 692 |
676 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] | 693 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] |
677 apply2_test: Crash | 694 apply2_test: Crash |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
935 uri_ipv4_test: Crash | 952 uri_ipv4_test: Crash |
936 uri_ipv6_test: Crash | 953 uri_ipv6_test: Crash |
937 uri_normalize_path_test: Crash | 954 uri_normalize_path_test: Crash |
938 uri_normalize_test: Crash | 955 uri_normalize_test: Crash |
939 uri_parameters_all_test: Crash | 956 uri_parameters_all_test: Crash |
940 uri_parse_test: Crash | 957 uri_parse_test: Crash |
941 uri_path_test: Crash | 958 uri_path_test: Crash |
942 uri_query_test: Crash | 959 uri_query_test: Crash |
943 uri_scheme_test: Crash | 960 uri_scheme_test: Crash |
944 uri_test: Crash | 961 uri_test: Crash |
962 iterable_generate_test/01: Crash | |
963 iterable_generate_test/none: Crash | |
964 iterable_join_test: Crash | |
965 iterable_last_test: Crash | |
966 iterable_last_where_test: Crash | |
967 iterable_length_test: Crash | |
968 iterable_mapping_test: Crash | |
969 iterable_reduce_test: Crash | |
970 iterable_return_type_test/01: Crash | |
971 iterable_return_type_test/02: Crash | |
972 iterable_return_type_test/none: Crash | |
973 iterable_single_test: Crash | |
974 iterable_single_where_test: Crash | |
975 iterable_skip_test: Crash | |
945 | 976 |
946 [$arch == simdbc || $arch == simdbc64] | 977 [$arch == simdbc || $arch == simdbc64] |
947 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter | 978 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter |
948 | 979 |
949 [ $compiler == dart2js && $runtime != none && !$checked ] | 980 [ $compiler == dart2js && $runtime != none && !$checked ] |
950 splay_tree_from_iterable_test: RuntimeError | 981 splay_tree_from_iterable_test: RuntimeError |
951 | 982 |
952 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] | 983 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] |
984 iterable_generate_test/01: RuntimeError | |
953 splay_tree_from_iterable_test: RuntimeError | 985 splay_tree_from_iterable_test: RuntimeError |
954 | 986 |
955 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 987 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
988 iterable_generate_test/01: RuntimeError | |
956 splay_tree_from_iterable_test: RuntimeError | 989 splay_tree_from_iterable_test: RuntimeError |
957 | 990 |
958 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 991 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
959 regexp/pcre_test: Pass, Slow, Timeout | 992 regexp/pcre_test: Pass, Slow, Timeout |
960 regexp/global_test: Skip # Issue 21709 | 993 regexp/global_test: Skip # Issue 21709 |
961 | 994 |
962 [ $mode == debug ] | 995 [ $mode == debug ] |
963 regexp/pcre_test: Pass, Slow # Issue 22008 | 996 regexp/pcre_test: Pass, Slow # Issue 22008 |
964 | 997 |
965 [ $compiler == dart2js && ! $browser ] | 998 [ $compiler == dart2js && ! $browser ] |
966 package_resource_test: RuntimeError # Issue 26842 | 999 package_resource_test: RuntimeError # Issue 26842 |
967 | 1000 |
968 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 1001 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
969 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 1002 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
970 iterable_to_list_test/01: RuntimeError # Issue 26501 | 1003 iterable_to_list_test/01: RuntimeError # Issue 26501 |
1004 iterable_return_type_test/01: RuntimeError # Issue 20085 | |
1005 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | |
1006 | |
1007 [ $strong ] | |
bkonyi
2017/08/09 16:27:43
You should remove these lines and rerun the tests.
| |
1008 iterable_mapping_test: Skip | |
1009 iterable_reduce_test: Skip | |
OLD | NEW |