Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: tests/corelib_2/corelib_2.status

Issue 3000543002: Migrate test block 11 to Dart 2.0. (Closed)
Patch Set: Fix merge problems and update test status with head changes Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/corelib/iterable_skip_test.dart ('k') | tests/corelib_2/iterable_generate_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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) || (!$checked && $compiler == dart2js) || $compi ler == precompiler ] 22 [ (!$checked && $runtime == vm) || (!$checked && $compiler == dart2js) || $compi ler == precompiler ]
23 int_parse_radix_test/badTypes: RuntimeError # wrong exception returned 23 int_parse_radix_test/badTypes: RuntimeError # wrong exception returned
24 24
25 [ ($compiler == dart2analyzer && $strong) || $compiler == dartdevc ]
26 iterable_reduce_test/01: CompileTimeError
27
25 [ !$strong && !$checked ] 28 [ !$strong && !$checked ]
26 core_runtime_types_static_test: MissingCompileTimeError 29 core_runtime_types_static_test: MissingCompileTimeError
27 splay_tree_test/01: MissingCompileTimeError 30 splay_tree_test/01: MissingCompileTimeError
28 splay_tree_test/02: MissingCompileTimeError 31 splay_tree_test/02: MissingCompileTimeError
29 string_base_vm_static_test: MissingCompileTimeError 32 string_base_vm_static_test: MissingCompileTimeError
30 string_replace_static_test: MissingCompileTimeError 33 string_replace_static_test: MissingCompileTimeError
31 string_static_test: MissingCompileTimeError 34 string_static_test: MissingCompileTimeError
32 35
33 [ $runtime == vm || $compiler == precompiler || $compiler == dart2js ] 36 [ $runtime == vm || $compiler == precompiler || $compiler == dart2js ]
34 int_parse_radix_bad_handler_test: MissingCompileTimeError 37 int_parse_radix_bad_handler_test: MissingCompileTimeError
35 38
36 [ $compiler == dart2analyzer && !$strong ] 39 [ $compiler == dart2analyzer && !$strong ]
37 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 40 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245
38 41
42 [ $compiler != dartdevc && ($compiler != dart2analyzer || !$strong) ]
43 iterable_mapping_test/01: MissingCompileTimeError
44
39 [ $compiler == dart2analyzer && !$strong && !$checked ] 45 [ $compiler == dart2analyzer && !$strong && !$checked ]
40 from_environment_const_type_test/02: MissingCompileTimeError 46 from_environment_const_type_test/02: MissingCompileTimeError
41 from_environment_const_type_test/03: MissingCompileTimeError 47 from_environment_const_type_test/03: MissingCompileTimeError
42 from_environment_const_type_test/04: MissingCompileTimeError 48 from_environment_const_type_test/04: MissingCompileTimeError
43 from_environment_const_type_test/06: MissingCompileTimeError 49 from_environment_const_type_test/06: MissingCompileTimeError
44 from_environment_const_type_test/07: MissingCompileTimeError 50 from_environment_const_type_test/07: MissingCompileTimeError
45 from_environment_const_type_test/08: MissingCompileTimeError 51 from_environment_const_type_test/08: MissingCompileTimeError
46 from_environment_const_type_test/09: MissingCompileTimeError 52 from_environment_const_type_test/09: MissingCompileTimeError
47 from_environment_const_type_test/11: MissingCompileTimeError 53 from_environment_const_type_test/11: MissingCompileTimeError
48 from_environment_const_type_test/12: MissingCompileTimeError 54 from_environment_const_type_test/12: MissingCompileTimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 apply3_test: RuntimeError # Issue 29921 87 apply3_test: RuntimeError # Issue 29921
82 big_integer_arith_vm_test: RuntimeError # Issue 30170 88 big_integer_arith_vm_test: RuntimeError # Issue 30170
83 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 89 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
84 const_list_literal_test: RuntimeError # Issue 29921 90 const_list_literal_test: RuntimeError # Issue 29921
85 const_list_remove_range_test: RuntimeError # Issue 29921 91 const_list_remove_range_test: RuntimeError # Issue 29921
86 const_list_set_range_test: RuntimeError # Issue 29921 92 const_list_set_range_test: RuntimeError # Issue 29921
87 compare_to2_test: RuntimeError # Issue 30170 93 compare_to2_test: RuntimeError # Issue 30170
88 date_time10_test: RuntimeError # Issue 29921 94 date_time10_test: RuntimeError # Issue 29921
89 growable_list_test: RuntimeError # Issue 29921 95 growable_list_test: RuntimeError # Issue 29921
90 hash_set_test/01: RuntimeError # Issue 29921 96 hash_set_test/01: RuntimeError # Issue 29921
97 iterable_reduce_test/none: RuntimeError
91 iterable_to_list_test/*: RuntimeError 98 iterable_to_list_test/*: RuntimeError
92 list_test/none: RuntimeError 99 list_test/none: RuntimeError
93 list_test/01: RuntimeError 100 list_test/01: RuntimeError
94 nan_infinity_test/01: RuntimeError # Issue 29921 101 nan_infinity_test/01: RuntimeError # Issue 29921
95 null_nosuchmethod_test: RuntimeError # Issue 29921 102 null_nosuchmethod_test: RuntimeError # Issue 29921
96 main_test: RuntimeError # Issue 29921 103 main_test: RuntimeError # Issue 29921
97 map_test: RuntimeError # Issue 29921 104 map_test: RuntimeError # Issue 29921
98 map_keys2_test: RuntimeError # Issue 29921 105 map_keys2_test: RuntimeError # Issue 29921
99 regexp/bol-with-multiline_test: RuntimeError # Issue 29921 106 regexp/bol-with-multiline_test: RuntimeError # Issue 29921
100 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921 107 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 string_operations_with_null_test: RuntimeError # Issue 29921 151 string_operations_with_null_test: RuntimeError # Issue 29921
145 symbol_operator_test: RuntimeError # Issue 29921 152 symbol_operator_test: RuntimeError # Issue 29921
146 symbol_operator_test/03: RuntimeError # Issue 29921 153 symbol_operator_test/03: RuntimeError # Issue 29921
147 symbol_test/none: RuntimeError # Issue 29921 154 symbol_test/none: RuntimeError # Issue 29921
148 symbol_reserved_word_test/06: RuntimeError # Issue 29921 155 symbol_reserved_word_test/06: RuntimeError # Issue 29921
149 symbol_reserved_word_test/09: RuntimeError # Issue 29921 156 symbol_reserved_word_test/09: RuntimeError # Issue 29921
150 symbol_reserved_word_test/12: RuntimeError # Issue 29921 157 symbol_reserved_word_test/12: RuntimeError # Issue 29921
151 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int s-to-64-bits 158 int_parse_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-int s-to-64-bits
152 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in ts-to-64-bits 159 typed_data_with_limited_ints_test: Skip # dartdevc doesn't know about --limit-in ts-to-64-bits
153 int_modulo_arith_test/none: RuntimeError # Issue 29921 160 int_modulo_arith_test/none: RuntimeError # Issue 29921
161 iterable_return_type_test/02: RuntimeError # Issue 29921
154 162
155 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] 163 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ]
156 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 164 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170
157 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 165 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921
158 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 166 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921
159 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 167 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921
160 bit_twiddling_bigint_test: RuntimeError # Required bigint support. 168 bit_twiddling_bigint_test: RuntimeError # Required bigint support.
161 json_map_test: RuntimeError 169 json_map_test: RuntimeError
162 compare_to2_test: RuntimeError, OK # Requires bigint support. 170 compare_to2_test: RuntimeError, OK # Requires bigint support.
163 hash_set_test/01: RuntimeError # Issue 11551 171 hash_set_test/01: RuntimeError # Issue 11551
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 from_environment_const_type_test/12: MissingCompileTimeError 432 from_environment_const_type_test/12: MissingCompileTimeError
425 from_environment_const_type_test/13: MissingCompileTimeError 433 from_environment_const_type_test/13: MissingCompileTimeError
426 from_environment_const_type_test/14: MissingCompileTimeError 434 from_environment_const_type_test/14: MissingCompileTimeError
427 from_environment_const_type_test/16: MissingCompileTimeError 435 from_environment_const_type_test/16: MissingCompileTimeError
428 from_environment_const_type_undefined_test/02: MissingCompileTimeError 436 from_environment_const_type_undefined_test/02: MissingCompileTimeError
429 from_environment_const_type_undefined_test/03: MissingCompileTimeError 437 from_environment_const_type_undefined_test/03: MissingCompileTimeError
430 from_environment_const_type_undefined_test/04: MissingCompileTimeError 438 from_environment_const_type_undefined_test/04: MissingCompileTimeError
431 from_environment_const_type_undefined_test/06: MissingCompileTimeError 439 from_environment_const_type_undefined_test/06: MissingCompileTimeError
432 from_environment_const_type_undefined_test/07: MissingCompileTimeError 440 from_environment_const_type_undefined_test/07: MissingCompileTimeError
433 from_environment_const_type_undefined_test/08: MissingCompileTimeError 441 from_environment_const_type_undefined_test/08: MissingCompileTimeError
442 iterable_generate_test/01: RuntimeError
434 443
435 444
436 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] 445 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ]
437 from_environment_const_type_undefined_test/09: MissingCompileTimeError 446 from_environment_const_type_undefined_test/09: MissingCompileTimeError
438 from_environment_const_type_undefined_test/11: MissingCompileTimeError 447 from_environment_const_type_undefined_test/11: MissingCompileTimeError
439 from_environment_const_type_undefined_test/12: MissingCompileTimeError 448 from_environment_const_type_undefined_test/12: MissingCompileTimeError
440 from_environment_const_type_undefined_test/13: MissingCompileTimeError 449 from_environment_const_type_undefined_test/13: MissingCompileTimeError
441 from_environment_const_type_undefined_test/14: MissingCompileTimeError 450 from_environment_const_type_undefined_test/14: MissingCompileTimeError
442 from_environment_const_type_undefined_test/16: MissingCompileTimeError 451 from_environment_const_type_undefined_test/16: MissingCompileTimeError
443 452
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 uri_ipv4_test: Crash 719 uri_ipv4_test: Crash
711 uri_ipv6_test: Crash 720 uri_ipv6_test: Crash
712 uri_normalize_path_test: Crash 721 uri_normalize_path_test: Crash
713 uri_normalize_test: Crash 722 uri_normalize_test: Crash
714 uri_parameters_all_test: Crash 723 uri_parameters_all_test: Crash
715 uri_parse_test: Crash 724 uri_parse_test: Crash
716 uri_path_test: Crash 725 uri_path_test: Crash
717 uri_query_test: Crash 726 uri_query_test: Crash
718 uri_scheme_test: Crash 727 uri_scheme_test: Crash
719 uri_test: Crash 728 uri_test: Crash
729 iterable_generate_test/01: Crash
730 iterable_generate_test/none: Crash
731 iterable_join_test: Crash
732 iterable_last_test: Crash
733 iterable_last_where_test: Crash
734 iterable_length_test: Crash
735 iterable_reduce_test: Crash
736 iterable_return_type_test/01: Crash
737 iterable_return_type_test/02: Crash
738 iterable_return_type_test/none: Crash
739 iterable_single_test: Crash
740 iterable_single_where_test: Crash
741 iterable_skip_test: Crash
720 742
721 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 743 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
722 stopwatch_test: Crash 744 stopwatch_test: Crash
723 type_hashcode_test: Crash 745 type_hashcode_test: Crash
724 map_contains_key_test: Crash 746 map_contains_key_test: Crash
725 map_index_test: Crash 747 map_index_test: Crash
726 map_remove_test: Crash 748 map_remove_test: Crash
727 749
728 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 750 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
729 apply2_test: Crash 751 apply2_test: Crash
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 uri_ipv4_test: Crash 1028 uri_ipv4_test: Crash
1007 uri_ipv6_test: Crash 1029 uri_ipv6_test: Crash
1008 uri_normalize_path_test: Crash 1030 uri_normalize_path_test: Crash
1009 uri_normalize_test: Crash 1031 uri_normalize_test: Crash
1010 uri_parameters_all_test: Crash 1032 uri_parameters_all_test: Crash
1011 uri_parse_test: Crash 1033 uri_parse_test: Crash
1012 uri_path_test: Crash 1034 uri_path_test: Crash
1013 uri_query_test: Crash 1035 uri_query_test: Crash
1014 uri_scheme_test: Crash 1036 uri_scheme_test: Crash
1015 uri_test: Crash 1037 uri_test: Crash
1038 iterable_generate_test/01: Crash
1039 iterable_generate_test/none: Crash
1040 iterable_join_test: Crash
1041 iterable_last_test: Crash
1042 iterable_last_where_test: Crash
1043 iterable_length_test: Crash
1044 iterable_reduce_test: Crash
1045 iterable_return_type_test/01: Crash
1046 iterable_return_type_test/02: Crash
1047 iterable_return_type_test/none: Crash
1048 iterable_single_test: Crash
1049 iterable_single_where_test: Crash
1050 iterable_skip_test: Crash
1016 1051
1017 [$arch == simdbc || $arch == simdbc64] 1052 [$arch == simdbc || $arch == simdbc64]
1018 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 1053 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
1019 1054
1020 [ $compiler == dart2js && $runtime != none && !$checked ] 1055 [ $compiler == dart2js && $runtime != none && !$checked ]
1021 splay_tree_from_iterable_test: RuntimeError 1056 splay_tree_from_iterable_test: RuntimeError
1022 1057
1023 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] 1058 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ]
1059 iterable_generate_test/01: RuntimeError
1024 splay_tree_from_iterable_test: RuntimeError 1060 splay_tree_from_iterable_test: RuntimeError
1025 1061
1026 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 1062 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
1063 iterable_generate_test/01: RuntimeError
1027 splay_tree_from_iterable_test: RuntimeError 1064 splay_tree_from_iterable_test: RuntimeError
1028 1065
1029 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] 1066 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ]
1030 regexp/pcre_test: Pass, Slow, Timeout 1067 regexp/pcre_test: Pass, Slow, Timeout
1031 regexp/global_test: Skip # Issue 21709 1068 regexp/global_test: Skip # Issue 21709
1032 1069
1033 [ $mode == debug ] 1070 [ $mode == debug ]
1034 regexp/pcre_test: Pass, Slow # Issue 22008 1071 regexp/pcre_test: Pass, Slow # Issue 22008
1035 1072
1036 [ $compiler == dart2js && ! $browser ] 1073 [ $compiler == dart2js && ! $browser ]
1037 package_resource_test: RuntimeError # Issue 26842 1074 package_resource_test: RuntimeError # Issue 26842
1038 1075
1039 [ $compiler == dart2js && ! $dart2js_with_kernel ] 1076 [ $compiler == dart2js && ! $dart2js_with_kernel ]
1040 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 1077 list_unmodifiable_test: Pass, RuntimeError # Issue 28712
1041 iterable_to_list_test/01: RuntimeError # Issue 26501 1078 iterable_to_list_test/01: RuntimeError # Issue 26501
1079 iterable_return_type_test/01: RuntimeError # Issue 20085
1080 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*.
1042 1081
1043 [ $compiler == dart2analyzer ] 1082 [ $compiler == dart2analyzer ]
1044 int_parse_radix_bad_handler_test: MissingCompileTimeError 1083 int_parse_radix_bad_handler_test: MissingCompileTimeError
1045 iterable_element_at_test/static: Pass 1084 iterable_element_at_test/static: Pass
1046 1085
1047 [ $compiler == dart2analyzer && $strong ] 1086 [ $compiler == dart2analyzer && $strong ]
1048 int_parse_radix_bad_handler_test: Pass 1087 int_parse_radix_bad_handler_test: Pass
1049 1088
1050 [ $compiler == dart2analyzer && $strong && $checked ] 1089 [ $compiler == dart2analyzer && $strong && $checked ]
1051 iterable_fold_test/01: CompileTimeError 1090 iterable_fold_test/01: CompileTimeError
1052 1091
1053 [ $compiler == dart2analyzer && $checked && !$strong ] 1092 [ $compiler == dart2analyzer && $checked && !$strong ]
1054 iterable_fold_test/01: Pass 1093 iterable_fold_test/01: Pass
1055 1094
1056 [ $compiler == dart2analyzer && $strong && !$checked ] 1095 [ $compiler == dart2analyzer && $strong && !$checked ]
1057 iterable_fold_test/01: CompileTimeError 1096 iterable_fold_test/01: CompileTimeError
OLDNEW
« no previous file with comments | « tests/corelib/iterable_skip_test.dart ('k') | tests/corelib_2/iterable_generate_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698