OLD | NEW |
---|---|
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
4 | 4 |
5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is | 5 # Status file for the kompile_test.dart (notice k, not c) test suite. This is |
6 # testing generating Analyzer ASTs, that is, code in | 6 # testing generating Analyzer ASTs, that is, code in |
7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so | 7 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so |
8 # there are many crashes. | 8 # there are many crashes. |
9 | 9 |
10 DeltaBlue: Crash | 10 DeltaBlue: Crash |
11 accessors: Crash | 11 accessors: Crash |
12 argument: Crash | 12 argument: Crash |
13 arithmetic: Crash | 13 arithmetic: Crash |
14 async_function: Crash | 14 async_function: Crash |
15 await: Fail | 15 await: Crash |
Paul Berry
2017/05/26 19:04:54
Why do all these tests crash now? This seems like
scheglov
2017/05/26 19:17:58
We need to create CoreTypes in AnalyzerLoader too.
| |
16 bad_store: Crash | 16 bad_store: Crash |
17 call: Crash | 17 call: Crash |
18 cascade: Crash | |
19 casts: Crash | |
18 classes: Crash | 20 classes: Crash |
19 closure: Crash | 21 closure: Crash |
20 covariant_generic: Crash | 22 covariant_generic: Crash |
21 cycles: Fail | 23 cycles: Crash |
22 default_values: Crash | 24 default_values: Crash |
23 escape: Crash | 25 escape: Crash |
24 expressions: Crash | 26 expressions: Crash |
25 external: Crash | 27 external: Crash |
26 fallthrough: Crash | 28 fallthrough: Crash |
27 fibonacci: Crash | 29 fibonacci: Crash |
28 for_in_scope: Crash | 30 for_in_scope: Crash |
29 function_in_field: Crash | 31 function_in_field: Crash |
30 function_type_is_check: Crash | 32 function_type_is_check: Crash |
31 function_type_recovery: Fail | 33 function_type_recovery: Crash |
32 functions: Crash | 34 functions: Crash |
35 hello: Crash | |
33 implicit_scope_test: Crash | 36 implicit_scope_test: Crash |
34 implicit_this: Crash | 37 implicit_this: Crash |
35 invocations: Fail | 38 invocations: Crash |
36 map: Fail | 39 literals: Crash |
40 map: Crash | |
37 micro: Crash | 41 micro: Crash |
38 mixin: Crash | 42 mixin: Crash |
39 named_parameters: Crash | 43 named_parameters: Crash |
40 null_aware: Crash | 44 null_aware: Crash |
41 operators: Crash | 45 operators: Crash |
42 optional: Crash | 46 optional: Crash |
43 override: Crash | 47 override: Crash |
48 platform: Crash | |
44 prefer_baseclass: Crash | 49 prefer_baseclass: Crash |
45 redirecting_constructor: Fail | 50 redirecting_constructor: Crash |
46 redirecting_factory: Crash | 51 redirecting_factory: Crash |
47 statements: Fail | 52 statements: Crash |
48 static_setter: Crash | 53 static_setter: Crash |
49 store_load: Crash | 54 store_load: Crash |
50 stringliteral: Crash | 55 stringliteral: Crash |
51 super_rasta_copy: Crash | 56 super_rasta_copy: Crash |
52 top_level_accessors: Crash | 57 top_level_accessors: Crash |
53 type_variable_as_super: Fail | 58 type_variable_as_super: Crash |
54 typedef: Crash | 59 typedef: Crash |
55 uninitialized_fields: Crash | 60 uninitialized_fields: Crash |
56 unused_methods: Crash | 61 unused_methods: Crash |
57 void-methods: Crash | 62 void-methods: Crash |
58 | 63 |
64 inference/assign_local: Crash | |
59 inference/async_closure_return_type_flatten: Crash | 65 inference/async_closure_return_type_flatten: Crash |
60 inference/async_closure_return_type_future: Crash | 66 inference/async_closure_return_type_future: Crash |
61 inference/async_closure_return_type_future_or: Crash | 67 inference/async_closure_return_type_future_or: Crash |
62 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash | 68 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash |
63 inference/block_bodied_lambdas_async_all_returns_are_values: Crash | 69 inference/block_bodied_lambdas_async_all_returns_are_values: Crash |
64 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash | 70 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash |
65 inference/block_bodied_lambdas_async_star: Crash | 71 inference/block_bodied_lambdas_async_star: Crash |
66 inference/block_bodied_lambdas_basic: Crash | 72 inference/block_bodied_lambdas_basic: Crash |
67 inference/block_bodied_lambdas_basic_void: Crash | 73 inference/block_bodied_lambdas_basic_void: Crash |
68 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash | 74 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash |
69 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top _level: Crash | 75 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top _level: Crash |
70 inference/block_bodied_lambdas_infer_bottom_async: Crash | 76 inference/block_bodied_lambdas_infer_bottom_async: Crash |
71 inference/block_bodied_lambdas_infer_bottom_async_star: Crash | 77 inference/block_bodied_lambdas_infer_bottom_async_star: Crash |
72 inference/block_bodied_lambdas_infer_bottom_sync: Crash | 78 inference/block_bodied_lambdas_infer_bottom_sync: Crash |
73 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash | 79 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash |
74 inference/block_bodied_lambdas_lub: Crash | 80 inference/block_bodied_lambdas_lub: Crash |
75 inference/block_bodied_lambdas_nested_lambdas: Crash | 81 inference/block_bodied_lambdas_nested_lambdas: Crash |
76 inference/block_bodied_lambdas_no_return: Crash | 82 inference/block_bodied_lambdas_no_return: Crash |
77 inference/block_bodied_lambdas_returns: Crash | 83 inference/block_bodied_lambdas_returns: Crash |
78 inference/block_bodied_lambdas_sync_star: Crash | 84 inference/block_bodied_lambdas_sync_star: Crash |
79 inference/block_bodied_lambdas_void_context: Crash | 85 inference/block_bodied_lambdas_void_context: Crash |
80 inference/bottom: Crash | 86 inference/bottom: Crash |
81 inference/bottom_in_closure: Crash | 87 inference/bottom_in_closure: Crash |
82 inference/circular_reference_via_closures: Crash | 88 inference/circular_reference_via_closures: Crash |
83 inference/circular_reference_via_closures_initializer_types: Crash | 89 inference/circular_reference_via_closures_initializer_types: Crash |
90 inference/coerce_bottom_and_null_types: Crash | |
84 inference/conditional_lub: Crash | 91 inference/conditional_lub: Crash |
92 inference/conflicts_can_happen: Crash | |
85 inference/conflicts_can_happen2: Crash | 93 inference/conflicts_can_happen2: Crash |
86 inference/conflicts_can_happen: Crash | 94 inference/constructors_downwards_with_constraint: Crash |
87 inference/constructors_downwards_with_constraint: Fail | |
88 inference/constructors_infer_from_arguments: Crash | 95 inference/constructors_infer_from_arguments: Crash |
89 inference/constructors_infer_from_arguments_argument_not_assignable: Crash | 96 inference/constructors_infer_from_arguments_argument_not_assignable: Crash |
90 inference/constructors_infer_from_arguments_const: Crash | 97 inference/constructors_infer_from_arguments_const: Crash |
91 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash | 98 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash |
92 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash | 99 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash |
93 inference/constructors_infer_from_arguments_factory: Crash | 100 inference/constructors_infer_from_arguments_factory: Crash |
94 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash | 101 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash |
95 inference/constructors_infer_from_arguments_named: Crash | 102 inference/constructors_infer_from_arguments_named: Crash |
96 inference/constructors_infer_from_arguments_named_factory: Crash | 103 inference/constructors_infer_from_arguments_named_factory: Crash |
97 inference/constructors_infer_from_arguments_redirecting: Crash | 104 inference/constructors_infer_from_arguments_redirecting: Crash |
98 inference/constructors_infer_from_arguments_redirecting_factory: Crash | 105 inference/constructors_infer_from_arguments_redirecting_factory: Crash |
99 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Cras h | 106 inference/constructors_infer_from_arguments_redirecting_factory_to_factory: Cras h |
100 inference/constructors_inference_f_bounded: Crash | 107 inference/constructors_inference_f_bounded: Crash |
101 inference/constructors_reverse_type_parameters: Crash | 108 inference/constructors_reverse_type_parameters: Crash |
102 inference/constructors_too_many_positional_arguments: Fail | 109 inference/constructors_too_many_positional_arguments: Crash |
103 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras h | 110 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras h |
104 inference/dont_infer_field_type_when_initializer_is_null: Crash | 111 inference/dont_infer_field_type_when_initializer_is_null: Crash |
105 inference/dont_infer_type_on_dynamic: Crash | 112 inference/dont_infer_type_on_dynamic: Crash |
113 inference/dont_infer_type_when_initializer_is_null: Crash | |
106 inference/downward_inference_fixes_no_upwards_errors: Crash | 114 inference/downward_inference_fixes_no_upwards_errors: Crash |
107 inference/downward_inference_miscellaneous: Crash | 115 inference/downward_inference_miscellaneous: Crash |
108 inference/downwards_inference_annotations: Crash | 116 inference/downwards_inference_annotations: Crash |
117 inference/downwards_inference_assignment_statements: Crash | |
109 inference/downwards_inference_async_await: Crash | 118 inference/downwards_inference_async_await: Crash |
110 inference/downwards_inference_for_each: Fail | 119 inference/downwards_inference_for_each: Crash |
111 inference/downwards_inference_initializing_formal_default_formal: Crash | 120 inference/downwards_inference_initializing_formal_default_formal: Crash |
112 inference/downwards_inference_inside_top_level: Crash | 121 inference/downwards_inference_inside_top_level: Crash |
113 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash | 122 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash |
114 inference/downwards_inference_on_function_arguments_infer_downwards: Crash | 123 inference/downwards_inference_on_function_arguments_infer_downwards: Crash |
115 inference/downwards_inference_on_function_expressions: Crash | 124 inference/downwards_inference_on_function_expressions: Crash |
116 inference/downwards_inference_on_function_of_t_using_the_t: Crash | 125 inference/downwards_inference_on_function_of_t_using_the_t: Crash |
117 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash | 126 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash |
118 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash | 127 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash |
119 inference/downwards_inference_on_generic_function_expressions: Crash | 128 inference/downwards_inference_on_generic_function_expressions: Crash |
120 inference/downwards_inference_on_instance_creations_infer_downwards: Crash | 129 inference/downwards_inference_on_instance_creations_infer_downwards: Crash |
121 inference/downwards_inference_on_list_literals_infer_downwards: Crash | 130 inference/downwards_inference_on_list_literals_infer_downwards: Crash |
122 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Crash | 131 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Crash |
123 inference/downwards_inference_on_map_literals: Crash | 132 inference/downwards_inference_on_map_literals: Crash |
124 inference/downwards_inference_yield_yield_star: Fail | 133 inference/downwards_inference_yield_yield_star: Crash |
125 inference/field_refers_to_static_getter: Crash | 134 inference/field_refers_to_static_getter: Crash |
126 inference/field_refers_to_top_level_getter: Crash | 135 inference/field_refers_to_top_level_getter: Crash |
127 inference/future_or_subtyping: Crash | 136 inference/future_or_subtyping: Crash |
128 inference/future_then: Crash | 137 inference/future_then: Crash |
129 inference/future_then_2: Crash | 138 inference/future_then_2: Crash |
130 inference/future_then_3: Crash | 139 inference/future_then_3: Crash |
131 inference/future_then_4: Crash | 140 inference/future_then_4: Crash |
132 inference/future_then_5: Crash | 141 inference/future_then_5: Crash |
133 inference/future_then_6: Crash | 142 inference/future_then_6: Crash |
134 inference/future_then_conditional: Crash | 143 inference/future_then_conditional: Crash |
135 inference/future_then_conditional_2: Crash | 144 inference/future_then_conditional_2: Crash |
136 inference/future_then_conditional_3: Crash | 145 inference/future_then_conditional_3: Crash |
137 inference/future_then_conditional_4: Crash | 146 inference/future_then_conditional_4: Crash |
138 inference/future_then_conditional_5: Crash | 147 inference/future_then_conditional_5: Crash |
139 inference/future_then_conditional_6: Crash | 148 inference/future_then_conditional_6: Crash |
140 inference/future_then_downwards_method_target: Crash | 149 inference/future_then_downwards_method_target: Crash |
141 inference/future_then_explicit_future: Crash | 150 inference/future_then_explicit_future: Crash |
142 inference/future_then_upwards: Crash | 151 inference/future_then_upwards: Crash |
143 inference/future_then_upwards_2: Crash | 152 inference/future_then_upwards_2: Crash |
144 inference/future_then_upwards_3: Crash | 153 inference/future_then_upwards_3: Crash |
145 inference/future_then_upwards_from_block: Crash | 154 inference/future_then_upwards_from_block: Crash |
146 inference/future_union_async_conditional: Crash | 155 inference/future_union_async_conditional: Crash |
147 inference/future_union_async_conditional_2: Crash | 156 inference/future_union_async_conditional_2: Crash |
148 inference/future_union_downwards: Crash | 157 inference/future_union_downwards: Crash |
149 inference/future_union_downwards_2: Crash | 158 inference/future_union_downwards_2: Crash |
150 inference/future_union_downwards_3: Crash | 159 inference/future_union_downwards_3: Crash |
151 inference/future_union_downwards_4: Crash | 160 inference/future_union_downwards_4: Crash |
152 inference/future_union_downwards_generic_method_with_future_return: Fail | 161 inference/future_union_downwards_generic_method_with_future_return: Crash |
153 inference/future_union_downwards_generic_method_with_generic_return: Crash | 162 inference/future_union_downwards_generic_method_with_generic_return: Crash |
154 inference/future_union_upwards_generic_methods: Fail | 163 inference/future_union_upwards_generic_methods: Crash |
155 inference/generic_functions_return_typedef: Crash | 164 inference/generic_functions_return_typedef: Crash |
156 inference/generic_methods_basic_downward_inference: Crash | 165 inference/generic_methods_basic_downward_inference: Crash |
157 inference/generic_methods_correctly_recognize_generic_upper_bound: Crash | 166 inference/generic_methods_correctly_recognize_generic_upper_bound: Crash |
158 inference/generic_methods_dart_math_min_max: Crash | 167 inference/generic_methods_dart_math_min_max: Crash |
159 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Crash | 168 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Crash |
160 inference/generic_methods_downwards_inference_affects_arguments: Crash | 169 inference/generic_methods_downwards_inference_affects_arguments: Crash |
161 inference/generic_methods_downwards_inference_fold: Crash | 170 inference/generic_methods_downwards_inference_fold: Crash |
162 inference/generic_methods_handle_override_of_non_generic_with_generic: Crash | 171 inference/generic_methods_handle_override_of_non_generic_with_generic: Crash |
172 inference/generic_methods_infer_generic_function_parameter_type: Crash | |
163 inference/generic_methods_infer_generic_function_parameter_type2: Crash | 173 inference/generic_methods_infer_generic_function_parameter_type2: Crash |
164 inference/generic_methods_infer_generic_function_parameter_type: Crash | |
165 inference/generic_methods_infer_generic_function_return_type: Crash | 174 inference/generic_methods_infer_generic_function_return_type: Crash |
166 inference/generic_methods_infer_generic_instantiation: Crash | 175 inference/generic_methods_infer_generic_instantiation: Crash |
167 inference/generic_methods_infer_generic_method_type: Crash | 176 inference/generic_methods_infer_generic_method_type: Crash |
168 inference/generic_methods_infer_js_builtin: Fail | 177 inference/generic_methods_infer_js_builtin: Crash |
169 inference/generic_methods_inference_error: Crash | 178 inference/generic_methods_inference_error: Crash |
170 inference/generic_methods_iterable_and_future: Crash | 179 inference/generic_methods_iterable_and_future: Crash |
171 inference/generic_methods_nested_generic_instantiation: Crash | 180 inference/generic_methods_nested_generic_instantiation: Crash |
172 inference/generic_methods_uses_greatest_lower_bound: Crash | 181 inference/generic_methods_uses_greatest_lower_bound: Crash |
173 inference/infer_assign_to_index: Crash | 182 inference/infer_assign_to_index: Crash |
174 inference/infer_assign_to_property: Crash | 183 inference/infer_assign_to_property: Crash |
175 inference/infer_assign_to_property_custom: Crash | 184 inference/infer_assign_to_property_custom: Crash |
176 inference/infer_assign_to_ref: Crash | 185 inference/infer_assign_to_ref: Crash |
177 inference/infer_binary_custom: Crash | 186 inference/infer_binary_custom: Crash |
178 inference/infer_binary_double_double: Crash | 187 inference/infer_binary_double_double: Crash |
179 inference/infer_binary_double_int: Crash | 188 inference/infer_binary_double_int: Crash |
180 inference/infer_binary_int_double: Crash | 189 inference/infer_binary_int_double: Crash |
181 inference/infer_binary_int_int: Crash | 190 inference/infer_binary_int_int: Crash |
182 inference/infer_conditional: Crash | 191 inference/infer_conditional: Crash |
183 inference/infer_consts_transitively_2: Crash | 192 inference/infer_consts_transitively_2: Crash |
184 inference/infer_consts_transitively_2_a: Crash | 193 inference/infer_consts_transitively_2_a: Crash |
185 inference/infer_consts_transitively_2_b: Crash | 194 inference/infer_consts_transitively_2_b: Crash |
186 inference/infer_consts_transitively_b: Crash | 195 inference/infer_consts_transitively_b: Crash |
187 inference/infer_correctly_on_multiple_variables_declared_together: Crash | 196 inference/infer_correctly_on_multiple_variables_declared_together: Crash |
188 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash | 197 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash |
198 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash | |
189 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash | 199 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash |
190 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash | 200 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash |
191 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash | 201 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash |
192 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash | 202 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash |
193 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash | |
194 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash | 203 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash |
204 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash | |
195 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash | 205 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash |
196 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash | 206 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash |
197 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash | |
198 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash | 207 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash |
199 inference/infer_generic_method_type_named: Crash | 208 inference/infer_generic_method_type_named: Crash |
209 inference/infer_generic_method_type_positional: Crash | |
200 inference/infer_generic_method_type_positional2: Crash | 210 inference/infer_generic_method_type_positional2: Crash |
201 inference/infer_generic_method_type_positional: Crash | |
202 inference/infer_generic_method_type_required: Crash | 211 inference/infer_generic_method_type_required: Crash |
203 inference/infer_list_literal_nested_in_map_literal: Crash | 212 inference/infer_list_literal_nested_in_map_literal: Crash |
204 inference/infer_local_function_return_type: Crash | 213 inference/infer_local_function_return_type: Crash |
205 inference/infer_parameter_type_setter_from_field: Crash | 214 inference/infer_parameter_type_setter_from_field: Crash |
206 inference/infer_parameter_type_setter_from_setter: Crash | 215 inference/infer_parameter_type_setter_from_setter: Crash |
207 inference/infer_prefix_expression: Crash | 216 inference/infer_prefix_expression: Crash |
208 inference/infer_prefix_expression_custom: Crash | 217 inference/infer_prefix_expression_custom: Crash |
209 inference/infer_return_of_statement_lambda: Crash | 218 inference/infer_return_of_statement_lambda: Crash |
219 inference/infer_statics_transitively: Crash | |
210 inference/infer_statics_transitively2: Crash | 220 inference/infer_statics_transitively2: Crash |
211 inference/infer_statics_transitively3: Crash | 221 inference/infer_statics_transitively3: Crash |
212 inference/infer_statics_transitively3_a: Crash | 222 inference/infer_statics_transitively3_a: Crash |
213 inference/infer_statics_transitively: Crash | |
214 inference/infer_statics_transitively_2_a: Crash | 223 inference/infer_statics_transitively_2_a: Crash |
215 inference/infer_statics_transitively_a: Crash | 224 inference/infer_statics_transitively_a: Crash |
216 inference/infer_statics_transitively_b: Crash | 225 inference/infer_statics_transitively_b: Crash |
217 inference/infer_statics_with_method_invocations: Crash | 226 inference/infer_statics_with_method_invocations: Crash |
218 inference/infer_statics_with_method_invocations_a: Crash | 227 inference/infer_statics_with_method_invocations_a: Crash |
219 inference/infer_throw: Crash | 228 inference/infer_throw: Crash |
220 inference/infer_type_on_overridden_fields2: Crash | 229 inference/infer_type_on_overridden_fields2: Crash |
221 inference/infer_type_on_overridden_fields4: Crash | 230 inference/infer_type_on_overridden_fields4: Crash |
231 inference/infer_type_on_var: Crash | |
232 inference/infer_type_on_var2: Crash | |
222 inference/infer_type_on_var_from_field: Crash | 233 inference/infer_type_on_var_from_field: Crash |
223 inference/infer_type_on_var_from_top_level: Crash | 234 inference/infer_type_on_var_from_top_level: Crash |
224 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail | 235 inference/infer_type_regardless_of_declaration_order_or_cycles: Crash |
236 inference/infer_type_regardless_of_declaration_order_or_cycles_b: Crash | |
225 inference/infer_typed_map_literal: Crash | 237 inference/infer_typed_map_literal: Crash |
226 inference/infer_types_on_generic_instantiations_3: Crash | 238 inference/infer_types_on_generic_instantiations_3: Crash |
227 inference/infer_types_on_generic_instantiations_4: Crash | 239 inference/infer_types_on_generic_instantiations_4: Crash |
228 inference/infer_types_on_generic_instantiations_5: Crash | 240 inference/infer_types_on_generic_instantiations_5: Crash |
229 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash | 241 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash |
230 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash | 242 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash |
231 inference/infer_types_on_generic_instantiations_infer: Crash | 243 inference/infer_types_on_generic_instantiations_infer: Crash |
232 inference/infer_types_on_loop_indices_for_each_loop: Crash | 244 inference/infer_types_on_loop_indices_for_each_loop: Crash |
233 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail | 245 inference/infer_types_on_loop_indices_for_loop_with_inference: Crash |
234 inference/infer_use_of_void: Crash | 246 inference/infer_use_of_void: Crash |
235 inference/infer_variable_void: Crash | 247 inference/infer_variable_void: Crash |
236 inference/inferred_initializing_formal_checks_default_value: Crash | 248 inference/inferred_initializing_formal_checks_default_value: Crash |
237 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash | 249 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash |
238 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash | 250 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash |
251 inference/inferred_type_block_closure_no_args_no_return: Crash | |
239 inference/inferred_type_cascade: Crash | 252 inference/inferred_type_cascade: Crash |
240 inference/inferred_type_custom_binary_op: Crash | 253 inference/inferred_type_custom_binary_op: Crash |
241 inference/inferred_type_custom_binary_op_via_interface: Crash | 254 inference/inferred_type_custom_binary_op_via_interface: Crash |
242 inference/inferred_type_custom_index_op: Crash | 255 inference/inferred_type_custom_index_op: Crash |
243 inference/inferred_type_custom_index_op_via_interface: Crash | 256 inference/inferred_type_custom_index_op_via_interface: Crash |
244 inference/inferred_type_custom_unary_op: Crash | 257 inference/inferred_type_custom_unary_op: Crash |
245 inference/inferred_type_custom_unary_op_via_interface: Crash | 258 inference/inferred_type_custom_unary_op_via_interface: Crash |
246 inference/inferred_type_extract_method_tear_off: Crash | 259 inference/inferred_type_extract_method_tear_off: Crash |
247 inference/inferred_type_extract_method_tear_off_via_interface: Crash | 260 inference/inferred_type_extract_method_tear_off_via_interface: Crash |
248 inference/inferred_type_from_top_level_executable_tear_off: Crash | 261 inference/inferred_type_from_top_level_executable_tear_off: Crash |
(...skipping 11 matching lines...) Expand all Loading... | |
260 inference/inferred_type_via_closure_multiple_levels_of_nesting: Crash | 273 inference/inferred_type_via_closure_multiple_levels_of_nesting: Crash |
261 inference/inferred_type_via_closure_type_depends_on_args: Crash | 274 inference/inferred_type_via_closure_type_depends_on_args: Crash |
262 inference/inferred_type_via_closure_type_independent_of_args_field: Crash | 275 inference/inferred_type_via_closure_type_independent_of_args_field: Crash |
263 inference/inferred_type_via_closure_type_independent_of_args_top_level: Crash | 276 inference/inferred_type_via_closure_type_independent_of_args_top_level: Crash |
264 inference/instance_creation_downwards: Crash | 277 inference/instance_creation_downwards: Crash |
265 inference/instantiate_to_bounds_generic2_has_bound_defined_after: Crash | 278 inference/instantiate_to_bounds_generic2_has_bound_defined_after: Crash |
266 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Crash | 279 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Crash |
267 inference/instantiate_to_bounds_generic2_no_bound: Crash | 280 inference/instantiate_to_bounds_generic2_no_bound: Crash |
268 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash | 281 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash |
269 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash | 282 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash |
270 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail | 283 inference/instantiate_to_bounds_invoke_constructor_no_bound: Crash |
271 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash | 284 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash |
272 inference/instantiate_to_bounds_not_generic: Crash | 285 inference/instantiate_to_bounds_not_generic: Crash |
286 inference/int_upwards_local: Crash | |
273 inference/lambda_does_not_have_propagated_type_hint: Crash | 287 inference/lambda_does_not_have_propagated_type_hint: Crash |
274 inference/lambda_return_type: Crash | 288 inference/lambda_return_type: Crash |
275 inference/lambda_void_context: Crash | 289 inference/lambda_void_context: Crash |
276 inference/list_literal_typed: Crash | 290 inference/list_literal_typed: Crash |
291 inference/list_literals: Crash | |
292 inference/list_literals_can_infer_null_bottom: Crash | |
277 inference/list_literals_can_infer_null_top_level: Crash | 293 inference/list_literals_can_infer_null_top_level: Crash |
278 inference/list_literals_top_level: Crash | 294 inference/list_literals_top_level: Crash |
279 inference/local_constructor_from_arguments: Crash | 295 inference/local_constructor_from_arguments: Crash |
296 inference/local_reference_upwards_local: Crash | |
280 inference/local_return_and_yield: Crash | 297 inference/local_return_and_yield: Crash |
281 inference/map_literals: Fail | 298 inference/map_literals: Crash |
282 inference/map_literals_can_infer_null: Fail | 299 inference/map_literals_can_infer_null: Crash |
283 inference/map_literals_can_infer_null_top_level: Crash | 300 inference/map_literals_can_infer_null_top_level: Crash |
284 inference/map_literals_top_level: Crash | 301 inference/map_literals_top_level: Crash |
285 inference/method_call_with_type_arguments_instance_method: Crash | 302 inference/method_call_with_type_arguments_instance_method: Crash |
286 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash | 303 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash |
287 inference/method_call_with_type_arguments_static_method: Crash | 304 inference/method_call_with_type_arguments_static_method: Crash |
288 inference/method_call_with_type_arguments_top_level_function: Crash | 305 inference/method_call_with_type_arguments_top_level_function: Crash |
306 inference/no_error_when_declared_type_is_num_and_assigned_null: Crash | |
307 inference/null_coalescing_operator: Crash | |
308 inference/null_coalescing_operator_2: Crash | |
289 inference/null_literal_should_not_infer_as_bottom: Crash | 309 inference/null_literal_should_not_infer_as_bottom: Crash |
310 inference/overloaded_int_operators: Crash | |
290 inference/propagate_inference_to_field_in_class: Crash | 311 inference/propagate_inference_to_field_in_class: Crash |
291 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash | 312 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash |
313 inference/propagate_inference_transitively: Crash | |
292 inference/propagate_inference_transitively2: Crash | 314 inference/propagate_inference_transitively2: Crash |
293 inference/propagate_inference_transitively: Crash | 315 inference/propagate_variable_get: Crash |
294 inference/reference_to_typedef: Crash | 316 inference/reference_to_typedef: Crash |
295 inference/refine_binary_expression_type_type_parameter_t_double: Crash | 317 inference/refine_binary_expression_type_type_parameter_t_double: Crash |
296 inference/refine_binary_expression_type_type_parameter_t_int: Crash | 318 inference/refine_binary_expression_type_type_parameter_t_int: Crash |
297 inference/refine_binary_expression_type_type_parameter_t_t: Crash | 319 inference/refine_binary_expression_type_type_parameter_t_t: Crash |
298 inference/simple_literal_bool: Crash | 320 inference/simple_literal_bool: Crash |
299 inference/simple_literal_double: Crash | 321 inference/simple_literal_double: Crash |
300 inference/simple_literal_int: Crash | 322 inference/simple_literal_int: Crash |
301 inference/simple_literal_null: Crash | 323 inference/simple_literal_null: Crash |
302 inference/static_method_tear_off: Crash | 324 inference/static_method_tear_off: Crash |
303 inference/string_literal: Crash | 325 inference/string_literal: Crash |
304 inference/subexpressions_of_explicitly_typed_fields: Crash | 326 inference/subexpressions_of_explicitly_typed_fields: Crash |
305 inference/top_level_return_and_yield: Crash | 327 inference/top_level_return_and_yield: Crash |
306 inference/toplevel_inference_toplevel_var: Crash | 328 inference/toplevel_inference_toplevel_var: Crash |
307 inference/type_cast: Crash | 329 inference/type_cast: Crash |
308 inference/type_promotion_ignores_local_functions: Crash | 330 inference/type_promotion_ignores_local_functions: Crash |
331 inference/type_promotion_simple: Crash | |
332 inference/type_promotion_stopped_by_access_in_a_closure: Crash | |
333 inference/type_promotion_stopped_by_assignment_in_scope: Crash | |
334 inference/type_promotion_stopped_by_mutation_in_a_closure: Crash | |
309 inference/unsafe_block_closure_inference_closure_call: Crash | 335 inference/unsafe_block_closure_inference_closure_call: Crash |
310 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash | 336 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash |
311 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash | 337 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash |
312 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash | 338 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash |
313 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash | 339 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash |
314 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash | 340 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash |
315 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Crash | 341 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Crash |
316 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Crash | 342 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Crash |
317 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras h | 343 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras h |
318 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Crash | 344 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Crash |
319 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Crash | 345 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Crash |
320 inference/unsafe_block_closure_inference_function_call_implicit_type_param: Cras h | 346 inference/unsafe_block_closure_inference_function_call_implicit_type_param: Cras h |
321 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Crash | 347 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Crash |
322 inference/unsafe_block_closure_inference_function_call_no_type_param: Crash | 348 inference/unsafe_block_closure_inference_function_call_no_type_param: Crash |
323 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C rash | 349 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C rash |
324 inference/unsafe_block_closure_inference_in_list_dynamic: Crash | 350 inference/unsafe_block_closure_inference_in_list_dynamic: Crash |
325 inference/unsafe_block_closure_inference_in_list_typed: Crash | 351 inference/unsafe_block_closure_inference_in_list_typed: Crash |
352 inference/unsafe_block_closure_inference_in_list_untyped: Crash | |
326 inference/unsafe_block_closure_inference_in_map_dynamic: Crash | 353 inference/unsafe_block_closure_inference_in_map_dynamic: Crash |
327 inference/unsafe_block_closure_inference_in_map_typed: Crash | 354 inference/unsafe_block_closure_inference_in_map_typed: Crash |
355 inference/unsafe_block_closure_inference_in_map_untyped: Crash | |
328 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh | 356 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh |
329 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash | 357 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash |
330 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash | 358 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash |
331 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash | 359 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash |
332 inference/void_return_type_subtypes_dynamic: Crash | 360 inference/void_return_type_subtypes_dynamic: Crash |
333 | 361 |
334 rasta/abstract_constructor: Fail | 362 rasta/abstract_constructor: Crash |
335 rasta/bad_constructor_redirection: Crash | 363 rasta/bad_constructor_redirection: Crash |
336 rasta/bad_continue: Crash | 364 rasta/bad_continue: Crash |
337 rasta/bad_default_constructor: Crash | 365 rasta/bad_default_constructor: Crash |
338 rasta/bad_explicit_super_constructor: Crash | 366 rasta/bad_explicit_super_constructor: Crash |
339 rasta/bad_implicit_super_constructor: Crash | 367 rasta/bad_implicit_super_constructor: Crash |
340 rasta/bad_interpolation: Fail | 368 rasta/bad_interpolation: Crash |
341 rasta/bad_redirection: Fail | 369 rasta/bad_redirection: Crash |
342 rasta/bad_setter_initializer: Crash | 370 rasta/bad_setter_initializer: Crash |
343 rasta/bad_unicode: Fail | 371 rasta/bad_unicode: Crash |
344 rasta/breaking_bad: Crash | 372 rasta/breaking_bad: Crash |
345 rasta/cascades: Crash | 373 rasta/cascades: Crash |
346 rasta/class_hierarchy: Fail | 374 rasta/class_hierarchy: Crash |
347 rasta/class_member: Crash | 375 rasta/class_member: Crash |
348 rasta/constant_get_and_invoke: Crash | 376 rasta/constant_get_and_invoke: Crash |
349 rasta/deferred_lib: Fail | 377 rasta/deferred_lib: Crash |
350 rasta/deferred_load: Crash | 378 rasta/deferred_load: Crash |
351 rasta/duplicated_mixin: Crash | 379 rasta/duplicated_mixin: Crash |
352 rasta/export: Fail | 380 rasta/enum: Crash |
381 rasta/export: Crash | |
353 rasta/external_factory_redirection: Crash | 382 rasta/external_factory_redirection: Crash |
354 rasta/foo: Fail | 383 rasta/foo: Crash |
355 rasta/for_loop: Fail | 384 rasta/for_loop: Crash |
356 rasta/generic_factory: Fail # Compile-time error destroys program. | 385 rasta/generic_factory: Crash # Compile-time error destroys program. |
386 rasta/hello: Crash | |
387 rasta/import_export: Crash | |
357 rasta/issue_000001: Crash | 388 rasta/issue_000001: Crash |
358 rasta/issue_000002: Crash | 389 rasta/issue_000002: Crash |
359 rasta/issue_000004: Crash | 390 rasta/issue_000004: Crash |
360 rasta/issue_000006: Crash | 391 rasta/issue_000006: Crash |
361 rasta/issue_000007: Fail | 392 rasta/issue_000007: Crash |
362 rasta/issue_000008: Crash | 393 rasta/issue_000008: Crash |
394 rasta/issue_000011: Crash | |
363 rasta/issue_000012: Crash | 395 rasta/issue_000012: Crash |
364 rasta/issue_000025: Crash | 396 rasta/issue_000025: Crash |
365 rasta/issue_000026: Crash | 397 rasta/issue_000026: Crash |
366 rasta/issue_000031: Crash | 398 rasta/issue_000031: Crash |
367 rasta/issue_000032: Fail | 399 rasta/issue_000032: Crash |
400 rasta/issue_000033: Crash | |
368 rasta/issue_000034: Crash | 401 rasta/issue_000034: Crash |
369 rasta/issue_000035: Crash | 402 rasta/issue_000035: Crash |
370 rasta/issue_000035a: Fail | 403 rasta/issue_000035a: Crash |
371 rasta/issue_000036: Fail | 404 rasta/issue_000036: Crash |
372 rasta/issue_000039: Crash | 405 rasta/issue_000039: Crash |
373 rasta/issue_000041: Fail | 406 rasta/issue_000041: Crash |
374 rasta/issue_000042: Crash | 407 rasta/issue_000042: Crash |
375 rasta/issue_000043: Fail | 408 rasta/issue_000043: Crash |
376 rasta/issue_000044: Fail | 409 rasta/issue_000044: Crash |
377 rasta/issue_000045: Fail | 410 rasta/issue_000045: Crash |
378 rasta/issue_000046: Fail | 411 rasta/issue_000046: Crash |
379 rasta/issue_000047: Fail | 412 rasta/issue_000047: Crash |
380 rasta/issue_000048: Crash | 413 rasta/issue_000048: Crash |
381 rasta/issue_000052: Crash | 414 rasta/issue_000052: Crash |
382 rasta/issue_000053: Crash | 415 rasta/issue_000053: Crash |
383 rasta/issue_000067: Crash | 416 rasta/issue_000067: Crash |
384 rasta/issue_000068: Crash | 417 rasta/issue_000068: Crash |
418 rasta/issue_000069: Crash | |
385 rasta/issue_000070: Crash | 419 rasta/issue_000070: Crash |
386 rasta/issue_000080: Crash | 420 rasta/issue_000080: Crash |
387 rasta/issue_000081: Crash | 421 rasta/issue_000081: Crash |
388 rasta/malformed_const_constructor: Fail | 422 rasta/malformed_const_constructor: Crash |
389 rasta/malformed_function: VerificationError | 423 rasta/malformed_function: Crash |
390 rasta/malformed_function_type: Crash | 424 rasta/malformed_function_type: Crash |
391 rasta/mandatory_parameter_initializer: Fail | 425 rasta/mandatory_parameter_initializer: Crash |
392 rasta/mixin_library: Crash | 426 rasta/mixin_library: Crash |
393 rasta/native_is_illegal: Fail | 427 rasta/native_is_illegal: Crash |
394 rasta/parser_error: Crash | 428 rasta/parser_error: Crash |
395 rasta/previsit_deferred: Crash | 429 rasta/previsit_deferred: Crash |
396 rasta/static: Crash | 430 rasta/static: Crash |
397 rasta/super: Crash | 431 rasta/super: Crash |
398 rasta/super: Fail | 432 rasta/super: Fail |
399 rasta/super_initializer: Crash | 433 rasta/super_initializer: Crash |
400 rasta/super_mixin: Crash | 434 rasta/super_mixin: Crash |
401 rasta/super_operator: Crash | 435 rasta/super_operator: Crash |
402 rasta/supports_reflection: Crash | 436 rasta/supports_reflection: Crash |
403 rasta/switch_execution_case_t02: Crash | 437 rasta/switch_execution_case_t02: Crash |
404 rasta/switch_fall_through: Fail | 438 rasta/switch_fall_through: Crash |
405 rasta/this_invoke: Crash | 439 rasta/this_invoke: Crash |
406 rasta/try_label: Crash | 440 rasta/try_label: Crash |
407 rasta/type_literals: Crash | 441 rasta/type_literals: Crash |
408 rasta/type_with_parse_error: Fail | 442 rasta/type_with_parse_error: Crash |
409 rasta/typedef: Crash | 443 rasta/typedef: Crash |
410 rasta/unresolved: Fail | 444 rasta/unresolved: Crash |
411 rasta/unresolved_constructor: Crash | 445 rasta/unresolved_constructor: Crash |
412 rasta/unresolved_for_in: Crash | 446 rasta/unresolved_for_in: Crash |
413 rasta/unresolved_recovery: Fail | 447 rasta/unresolved_recovery: Crash |
414 rasta/unsupported_platform_library: Fail | 448 rasta/unsupported_platform_library: Crash |
OLD | NEW |