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

Side by Side Diff: pkg/front_end/test/fasta/kompile.status

Issue 2900753002: Update status and expectations. (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | pkg/front_end/testcases/inference/assign_local.dart.dartk.expect » ('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) 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: Fail
16 bad_store: Crash 16 bad_store: Crash
17 call: Crash 17 call: Crash
18 classes: Crash 18 classes: Crash
19 closure: Crash 19 closure: Crash
20 covariant_generic: Crash 20 covariant_generic: Crash
21 cycles: Fail 21 cycles: Fail
22 default_values: Crash 22 default_values: Crash
23 escape: Crash 23 escape: Crash
24 expressions: Crash 24 expressions: Crash
25 external: Crash 25 external: Crash
26 fallthrough: Crash 26 fallthrough: Crash
27 fibonacci: Crash 27 fibonacci: Crash
28 for_in_scope: Crash 28 for_in_scope: Crash
29 function_in_field: Crash 29 function_in_field: Crash
30 function_type_is_check: Crash
30 function_type_recovery: Fail 31 function_type_recovery: Fail
31 functions: Crash 32 functions: Crash
32 implicit_scope_test: Crash 33 implicit_scope_test: Crash
33 implicit_this: Crash 34 implicit_this: Crash
34 invocations: Fail 35 invocations: Fail
35 map: Fail 36 map: Fail
36 micro: Crash 37 micro: Crash
37 mixin: Crash 38 mixin: Crash
38 named_parameters: Crash 39 named_parameters: Crash
39 null_aware: Crash 40 null_aware: Crash
40 operators: Crash 41 operators: Crash
41 optional: Crash 42 optional: Crash
42 override: Crash 43 override: Crash
43 prefer_baseclass: Crash 44 prefer_baseclass: Crash
44 redirecting_constructor: Fail 45 redirecting_constructor: Fail
45 redirecting_factory: Crash 46 redirecting_factory: Crash
46 statements: Fail 47 statements: Fail
47 static_setter: Crash 48 static_setter: Crash
48 store_load: Crash 49 store_load: Crash
49 stringliteral: Crash 50 stringliteral: Crash
50 super_rasta_copy: Crash 51 super_rasta_copy: Crash
51 top_level_accessors: Crash 52 top_level_accessors: Crash
52 inference/toplevel_inference_toplevel_var: Crash
53 type_variable_as_super: Fail 53 type_variable_as_super: Fail
54 typedef: Crash 54 typedef: Crash
55 uninitialized_fields: Crash 55 uninitialized_fields: Crash
56 unused_methods: Crash 56 unused_methods: Crash
57 void-methods: Crash 57 void-methods: Crash
58 58
59 inference/*: Crash, Fail 59 inference/async_closure_return_type_flatten: Crash
60 inference/conditional_lub: Pass 60 inference/async_closure_return_type_future: Crash
61 inference/int_upwards_local: Pass 61 inference/async_closure_return_type_future_or: Crash
62 inference/local_reference_upwards_local: Pass 62 inference/block_bodied_lambdas_async_all_returns_are_futures: Crash
63 inference/overloaded_int_operators: Pass 63 inference/block_bodied_lambdas_async_all_returns_are_values: Crash
64 inference/propagate_variable_get: Pass 64 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Crash
65 inference/type_promotion_simple: Pass 65 inference/block_bodied_lambdas_async_star: Crash
66 inference/type_promotion_stopped_by_access_in_a_closure: Pass 66 inference/block_bodied_lambdas_basic: Crash
67 inference/type_promotion_stopped_by_assignment_in_scope: Pass 67 inference/block_bodied_lambdas_basic_void: Crash
68 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass 68 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash
69 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top _level: Crash
70 inference/block_bodied_lambdas_infer_bottom_async: Crash
71 inference/block_bodied_lambdas_infer_bottom_async_star: Crash
72 inference/block_bodied_lambdas_infer_bottom_sync: Crash
73 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash
74 inference/block_bodied_lambdas_lub: Crash
75 inference/block_bodied_lambdas_nested_lambdas: Crash
76 inference/block_bodied_lambdas_no_return: Crash
77 inference/block_bodied_lambdas_returns: Crash
78 inference/block_bodied_lambdas_sync_star: Crash
79 inference/block_bodied_lambdas_void_context: Crash
80 inference/bottom: Crash
81 inference/bottom_in_closure: Crash
82 inference/circular_reference_via_closures: Crash
83 inference/circular_reference_via_closures_initializer_types: Crash
84 inference/conditional_lub: Crash
85 inference/conflicts_can_happen2: Crash
86 inference/conflicts_can_happen: Crash
87 inference/constructors_downwards_with_constraint: Fail
88 inference/constructors_infer_from_arguments: Crash
89 inference/constructors_infer_from_arguments_argument_not_assignable: Crash
90 inference/constructors_infer_from_arguments_const: Crash
91 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash
92 inference/constructors_infer_from_arguments_downwards_from_constructor: Crash
93 inference/constructors_infer_from_arguments_factory: Crash
94 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash
95 inference/constructors_infer_from_arguments_named: Crash
96 inference/constructors_infer_from_arguments_named_factory: Crash
97 inference/constructors_infer_from_arguments_redirecting: Crash
98 inference/constructors_infer_from_arguments_redirecting_factory: Crash
99 inference/constructors_inference_f_bounded: Crash
100 inference/constructors_reverse_type_parameters: Crash
101 inference/constructors_too_many_positional_arguments: Fail
102 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Cras h
103 inference/dont_infer_field_type_when_initializer_is_null: Crash
104 inference/dont_infer_type_on_dynamic: Crash
105 inference/downward_inference_fixes_no_upwards_errors: Crash
106 inference/downward_inference_miscellaneous: Crash
107 inference/downwards_inference_annotations: Crash
108 inference/downwards_inference_async_await: Crash
109 inference/downwards_inference_for_each: Fail
110 inference/downwards_inference_initializing_formal_default_formal: Crash
111 inference/downwards_inference_inside_top_level: Crash
112 inference/downwards_inference_on_constructor_arguments_infer_downwards: Crash
113 inference/downwards_inference_on_function_arguments_infer_downwards: Crash
114 inference/downwards_inference_on_function_expressions: Crash
115 inference/downwards_inference_on_function_of_t_using_the_t: Crash
116 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash
117 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash
118 inference/downwards_inference_on_generic_function_expressions: Crash
119 inference/downwards_inference_on_instance_creations_infer_downwards: Crash
120 inference/downwards_inference_on_list_literals_infer_downwards: Crash
121 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Crash
122 inference/downwards_inference_on_map_literals: Crash
123 inference/downwards_inference_yield_yield_star: Fail
124 inference/field_refers_to_static_getter: Crash
125 inference/field_refers_to_top_level_getter: Crash
126 inference/future_or_subtyping: Crash
127 inference/future_then: Crash
128 inference/future_then_2: Crash
129 inference/future_then_3: Crash
130 inference/future_then_4: Crash
131 inference/future_then_5: Crash
132 inference/future_then_6: Crash
133 inference/future_then_conditional: Crash
134 inference/future_then_conditional_2: Crash
135 inference/future_then_conditional_3: Crash
136 inference/future_then_conditional_4: Crash
137 inference/future_then_conditional_5: Crash
138 inference/future_then_conditional_6: Crash
139 inference/future_then_downwards_method_target: Crash
140 inference/future_then_explicit_future: Crash
141 inference/future_then_upwards: Crash
142 inference/future_then_upwards_2: Crash
143 inference/future_then_upwards_3: Crash
144 inference/future_then_upwards_from_block: Crash
145 inference/future_union_async_conditional: Crash
146 inference/future_union_async_conditional_2: Crash
147 inference/future_union_downwards: Crash
148 inference/future_union_downwards_2: Crash
149 inference/future_union_downwards_3: Crash
150 inference/future_union_downwards_4: Crash
151 inference/future_union_downwards_generic_method_with_future_return: Fail
152 inference/future_union_downwards_generic_method_with_generic_return: Crash
153 inference/future_union_upwards_generic_methods: Fail
154 inference/generic_functions_return_typedef: Crash
155 inference/generic_methods_basic_downward_inference: Crash
156 inference/generic_methods_correctly_recognize_generic_upper_bound: Crash
157 inference/generic_methods_dart_math_min_max: Crash
158 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Crash
159 inference/generic_methods_downwards_inference_affects_arguments: Crash
160 inference/generic_methods_downwards_inference_fold: Crash
161 inference/generic_methods_handle_override_of_non_generic_with_generic: Crash
162 inference/generic_methods_infer_generic_function_parameter_type2: Crash
163 inference/generic_methods_infer_generic_function_parameter_type: Crash
164 inference/generic_methods_infer_generic_function_return_type: Crash
165 inference/generic_methods_infer_generic_instantiation: Crash
166 inference/generic_methods_infer_generic_method_type: Crash
167 inference/generic_methods_infer_js_builtin: Fail
168 inference/generic_methods_inference_error: Crash
169 inference/generic_methods_iterable_and_future: Crash
170 inference/generic_methods_nested_generic_instantiation: Crash
171 inference/generic_methods_uses_greatest_lower_bound: Crash
172 inference/infer_assign_to_index: Crash
173 inference/infer_assign_to_property: Crash
174 inference/infer_assign_to_property_custom: Crash
175 inference/infer_assign_to_ref: Crash
176 inference/infer_binary_custom: Crash
177 inference/infer_binary_double_double: Crash
178 inference/infer_binary_double_int: Crash
179 inference/infer_binary_int_double: Crash
180 inference/infer_binary_int_int: Crash
181 inference/infer_conditional: Crash
182 inference/infer_consts_transitively_2: Crash
183 inference/infer_consts_transitively_2_a: Crash
184 inference/infer_consts_transitively_2_b: Crash
185 inference/infer_consts_transitively_b: Crash
186 inference/infer_correctly_on_multiple_variables_declared_together: Crash
187 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash
188 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash
189 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash
190 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash
191 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash
192 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash
193 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash
194 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash
195 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash
196 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash
197 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash
198 inference/infer_generic_method_type_named: Crash
199 inference/infer_generic_method_type_positional2: Crash
200 inference/infer_generic_method_type_positional: Crash
201 inference/infer_generic_method_type_required: Crash
202 inference/infer_list_literal_nested_in_map_literal: Crash
203 inference/infer_local_function_return_type: Crash
204 inference/infer_parameter_type_setter_from_field: Crash
205 inference/infer_parameter_type_setter_from_setter: Crash
206 inference/infer_prefix_expression: Crash
207 inference/infer_prefix_expression_custom: Crash
208 inference/infer_return_of_statement_lambda: Crash
209 inference/infer_statics_transitively2: Crash
210 inference/infer_statics_transitively3: Crash
211 inference/infer_statics_transitively3_a: Crash
212 inference/infer_statics_transitively: Crash
213 inference/infer_statics_transitively_2_a: Crash
214 inference/infer_statics_transitively_a: Crash
215 inference/infer_statics_transitively_b: Crash
216 inference/infer_statics_with_method_invocations: Crash
217 inference/infer_statics_with_method_invocations_a: Crash
218 inference/infer_throw: Crash
219 inference/infer_type_on_overridden_fields2: Crash
220 inference/infer_type_on_overridden_fields4: Crash
221 inference/infer_type_on_var_from_field: Crash
222 inference/infer_type_on_var_from_top_level: Crash
223 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail
224 inference/infer_typed_map_literal: Crash
225 inference/infer_types_on_generic_instantiations_3: Crash
226 inference/infer_types_on_generic_instantiations_4: Crash
227 inference/infer_types_on_generic_instantiations_5: Crash
228 inference/infer_types_on_generic_instantiations_in_library_cycle: Crash
229 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Crash
230 inference/infer_types_on_generic_instantiations_infer: Crash
231 inference/infer_types_on_loop_indices_for_each_loop: Crash
232 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
233 inference/infer_use_of_void: Crash
234 inference/infer_variable_void: Crash
235 inference/inferred_initializing_formal_checks_default_value: Crash
236 inference/inferred_nonstatic_field_depends_on_static_field_complex: Crash
237 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Crash
238 inference/inferred_type_cascade: Crash
239 inference/inferred_type_custom_binary_op: Crash
240 inference/inferred_type_custom_binary_op_via_interface: Crash
241 inference/inferred_type_custom_index_op: Crash
242 inference/inferred_type_custom_index_op_via_interface: Crash
243 inference/inferred_type_custom_unary_op: Crash
244 inference/inferred_type_custom_unary_op_via_interface: Crash
245 inference/inferred_type_extract_method_tear_off: Crash
246 inference/inferred_type_extract_method_tear_off_via_interface: Crash
247 inference/inferred_type_from_top_level_executable_tear_off: Crash
248 inference/inferred_type_invoke_method: Crash
249 inference/inferred_type_invoke_method_via_interface: Crash
250 inference/inferred_type_is_enum: Crash
251 inference/inferred_type_is_enum_values: Crash
252 inference/inferred_type_is_typedef: Crash
253 inference/inferred_type_is_typedef_parameterized: Crash
254 inference/inferred_type_uses_synthetic_function_type: Crash
255 inference/inferred_type_uses_synthetic_function_type_function_typed_param: Crash
256 inference/inferred_type_uses_synthetic_function_type_named_param: Crash
257 inference/inferred_type_uses_synthetic_function_type_positional_param: Crash
258 inference/inferred_type_uses_synthetic_function_type_required_param: Crash
259 inference/inferred_type_via_closure_multiple_levels_of_nesting: Crash
260 inference/inferred_type_via_closure_type_depends_on_args: Crash
261 inference/inferred_type_via_closure_type_independent_of_args_field: Crash
262 inference/inferred_type_via_closure_type_independent_of_args_top_level: Crash
263 inference/instance_creation_downwards: Crash
264 inference/instantiate_to_bounds_generic2_has_bound_defined_after: Crash
265 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Crash
266 inference/instantiate_to_bounds_generic2_no_bound: Crash
267 inference/instantiate_to_bounds_generic_has_bound_defined_after: Crash
268 inference/instantiate_to_bounds_generic_has_bound_defined_before: Crash
269 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail
270 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Crash
271 inference/instantiate_to_bounds_not_generic: Crash
272 inference/lambda_does_not_have_propagated_type_hint: Crash
273 inference/lambda_return_type: Crash
274 inference/lambda_void_context: Crash
275 inference/list_literal_typed: Crash
276 inference/list_literals_can_infer_null_top_level: Crash
277 inference/list_literals_top_level: Crash
278 inference/local_constructor_from_arguments: Crash
279 inference/map_literals: Fail
280 inference/map_literals_can_infer_null: Fail
281 inference/map_literals_can_infer_null_top_level: Crash
282 inference/map_literals_top_level: Crash
283 inference/method_call_with_type_arguments_instance_method: Crash
284 inference/method_call_with_type_arguments_instance_method_identifier_sequence: C rash
285 inference/method_call_with_type_arguments_static_method: Crash
286 inference/method_call_with_type_arguments_top_level_function: Crash
287 inference/null_literal_should_not_infer_as_bottom: Crash
288 inference/propagate_inference_to_field_in_class: Crash
289 inference/propagate_inference_to_field_in_class_dynamic_warnings: Crash
290 inference/propagate_inference_transitively2: Crash
291 inference/propagate_inference_transitively: Crash
292 inference/reference_to_typedef: Crash
293 inference/refine_binary_expression_type_type_parameter_t_double: Crash
294 inference/refine_binary_expression_type_type_parameter_t_int: Crash
295 inference/refine_binary_expression_type_type_parameter_t_t: Crash
296 inference/simple_literal_bool: Crash
297 inference/simple_literal_double: Crash
298 inference/simple_literal_int: Crash
299 inference/simple_literal_null: Crash
300 inference/static_method_tear_off: Crash
301 inference/string_literal: Crash
302 inference/toplevel_inference_toplevel_var: Crash
303 inference/type_cast: Crash
304 inference/type_promotion_ignores_local_functions: Crash
305 inference/unsafe_block_closure_inference_closure_call: Crash
306 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Crash
307 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: C rash
308 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: C rash
309 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Crash
310 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: C rash
311 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Crash
312 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Crash
313 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Cras h
314 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Crash
315 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Crash
316 inference/unsafe_block_closure_inference_function_call_implicit_type_param: Cras h
317 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Crash
318 inference/unsafe_block_closure_inference_function_call_no_type_param: Crash
319 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: C rash
320 inference/unsafe_block_closure_inference_in_list_dynamic: Crash
321 inference/unsafe_block_closure_inference_in_list_typed: Crash
322 inference/unsafe_block_closure_inference_in_map_dynamic: Crash
323 inference/unsafe_block_closure_inference_in_map_typed: Crash
324 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh
325 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash
326 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash
327 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash
328 inference/void_return_type_subtypes_dynamic: Crash
69 329
70 rasta/abstract_constructor: Fail 330 rasta/abstract_constructor: Fail
71 rasta/bad_constructor_redirection: Crash 331 rasta/bad_constructor_redirection: Crash
72 rasta/bad_continue: Crash 332 rasta/bad_continue: Crash
73 rasta/bad_default_constructor: Crash 333 rasta/bad_default_constructor: Crash
74 rasta/bad_explicit_super_constructor: Crash 334 rasta/bad_explicit_super_constructor: Crash
75 rasta/bad_implicit_super_constructor: Crash 335 rasta/bad_implicit_super_constructor: Crash
76 rasta/bad_interpolation: Fail 336 rasta/bad_interpolation: Fail
77 rasta/bad_redirection: Fail 337 rasta/bad_redirection: Fail
78 rasta/bad_setter_initializer: Crash 338 rasta/bad_setter_initializer: Crash
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 rasta/this_invoke: Crash 401 rasta/this_invoke: Crash
142 rasta/try_label: Crash 402 rasta/try_label: Crash
143 rasta/type_literals: Crash 403 rasta/type_literals: Crash
144 rasta/type_with_parse_error: Fail 404 rasta/type_with_parse_error: Fail
145 rasta/typedef: Crash 405 rasta/typedef: Crash
146 rasta/unresolved: Fail 406 rasta/unresolved: Fail
147 rasta/unresolved_constructor: Crash 407 rasta/unresolved_constructor: Crash
148 rasta/unresolved_for_in: Crash 408 rasta/unresolved_for_in: Crash
149 rasta/unresolved_recovery: Fail 409 rasta/unresolved_recovery: Fail
150 rasta/unsupported_platform_library: Fail 410 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/testcases/inference/assign_local.dart.dartk.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698