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

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

Issue 2856713002: List all failing tests in compile/outline.status files. (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/test/fasta/outline.status » ('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 compile_test.dart (notice c, not k) test suite. This is 5 # Status file for the compile_test.dart (notice c, not k) test suite. This is
6 # testing generating Kernel ASTs directly, that is, code in 6 # testing generating Kernel ASTs directly, that is, code in
7 # pkg/fasta/lib/src/kernel/. 7 # pkg/fasta/lib/src/kernel/.
8 8
9 DeltaBlue: Fail # Missing types on constructor parameters. 9 DeltaBlue: Fail # Missing types on constructor parameters.
10 async_function: Fail # Async transformer should be optional. 10 async_function: Fail # Async transformer should be optional.
11 await: Fail 11 await: Fail
12 call: Fail # Test can't run. 12 call: Fail # Test can't run.
13 covariant_generic: Fail # Missing types on constructor parameters. 13 covariant_generic: Fail # Missing types on constructor parameters.
14 cycles: Fail # Compile-time error handling destroys program. 14 cycles: Fail # Compile-time error handling destroys program.
15 external: Fail # External method marked abstract. 15 external: Fail # External method marked abstract.
16 fallthrough: Fail # Missing FallThroughError. 16 fallthrough: Fail # Missing FallThroughError.
17 function_type_recovery: Fail 17 function_type_recovery: Fail
18 invocations: Fail 18 invocations: Fail
19 micro: Fail # External method marked abstract. 19 micro: Fail # External method marked abstract.
20 named_parameters: Fail # Missing types and unnecessary default values. 20 named_parameters: Fail # Missing types and unnecessary default values.
21 optional: Fail # Unnecessary default values. 21 optional: Fail # Unnecessary default values.
22 redirecting_factory: Fail # Missing types on constructor parameters. 22 redirecting_factory: Fail # Missing types on constructor parameters.
23 statements: Fail # Make async tranformer optional for golden file testing. 23 statements: Fail # Make async tranformer optional for golden file testing.
24 type_variable_as_super: Fail 24 type_variable_as_super: Fail
25 uninitialized_fields: Fail # Missing types and unnecessary default values. 25 uninitialized_fields: Fail # Missing types and unnecessary default values.
26 void-methods: Fail # Bad return from setters. 26 void-methods: Fail # Bad return from setters.
27 27
28 inference/*: Fail 28 inference/async_closure_return_type_flatten: Fail
29 inference/int_upwards_local: Pass 29 inference/async_closure_return_type_future: Fail
30 inference/local_constructor_from_arguments: Pass 30 inference/async_closure_return_type_future_or: Fail
31 inference/local_reference_upwards_local: Pass 31 inference/block_bodied_lambdas_async_all_returns_are_futures: Fail
32 inference/toplevel_inference_toplevel_var: Pass 32 inference/block_bodied_lambdas_async_all_returns_are_values: Fail
33 inference/type_promotion_simple: Pass 33 inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail
34 inference/type_promotion_stopped_by_access_in_a_closure: Pass 34 inference/block_bodied_lambdas_async_star: Fail
35 inference/type_promotion_stopped_by_assignment_in_scope: Pass 35 inference/block_bodied_lambdas_basic: Fail
36 inference/type_promotion_stopped_by_mutation_in_a_closure: Pass 36 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fa il
37 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top _level: Fail
38 inference/block_bodied_lambdas_infer_bottom_async: Fail
39 inference/block_bodied_lambdas_infer_bottom_async_star: Fail
40 inference/block_bodied_lambdas_infer_bottom_sync: Fail
41 inference/block_bodied_lambdas_infer_bottom_sync_star: Fail
42 inference/block_bodied_lambdas_lub: Fail
43 inference/block_bodied_lambdas_nested_lambdas: Fail
44 inference/block_bodied_lambdas_no_return: Fail
45 inference/block_bodied_lambdas_sync_star: Fail
46 inference/bottom: Fail
47 inference/bottom_in_closure: Fail
48 inference/circular_reference_via_closures: Fail
49 inference/circular_reference_via_closures_initializer_types: Fail
50 inference/conflicts_can_happen: Fail
51 inference/conflicts_can_happen2: Fail
52 inference/constructors_downwards_with_constraint: Fail
53 inference/constructors_infer_from_arguments: Fail
54 inference/constructors_infer_from_arguments_argument_not_assignable: Fail
55 inference/constructors_infer_from_arguments_const: Fail
56 inference/constructors_infer_from_arguments_const_with_upper_bound: Fail
57 inference/constructors_infer_from_arguments_downwards_from_constructor: Fail
58 inference/constructors_infer_from_arguments_factory: Fail
59 inference/constructors_infer_from_arguments_factory_calls_constructor: Fail
60 inference/constructors_infer_from_arguments_named: Fail
61 inference/constructors_infer_from_arguments_named_factory: Fail
62 inference/constructors_infer_from_arguments_redirecting: Fail
63 inference/constructors_infer_from_arguments_redirecting_factory: Fail
64 inference/constructors_inference_f_bounded: Fail
65 inference/constructors_reverse_type_parameters: Fail
66 inference/constructors_too_many_positional_arguments: Fail
67 inference/do_not_infer_overridden_fields_that_explicitly_say_dynamic_infer: Fail
68 inference/dont_infer_field_type_when_initializer_is_null: Fail
69 inference/dont_infer_type_on_dynamic: Fail
70 inference/dont_infer_type_when_initializer_is_null: Fail
71 inference/downward_inference_fixes_no_upwards_errors: Fail
72 inference/downward_inference_miscellaneous: Fail
73 inference/downwards_inference_annotations: Fail
74 inference/downwards_inference_assignment_statements: Fail
75 inference/downwards_inference_async_await: Fail
76 inference/downwards_inference_for_each: Fail
77 inference/downwards_inference_initializing_formal_default_formal: Fail
78 inference/downwards_inference_inside_top_level: Fail
79 inference/downwards_inference_on_constructor_arguments_infer_downwards: Fail
80 inference/downwards_inference_on_function_arguments_infer_downwards: Fail
81 inference/downwards_inference_on_function_expressions: Fail
82 inference/downwards_inference_on_function_of_t_using_the_t: Fail
83 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Fail
84 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Fail
85 inference/downwards_inference_on_generic_function_expressions: Fail
86 inference/downwards_inference_on_instance_creations_infer_downwards: Fail
87 inference/downwards_inference_on_list_literals_infer_downwards: Fail
88 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Fail
89 inference/downwards_inference_on_map_literals: Fail
90 inference/downwards_inference_yield_yield_star: Fail
91 inference/field_refers_to_static_getter: Fail
92 inference/field_refers_to_top_level_getter: Fail
93 inference/future_or_subtyping: Fail
94 inference/future_then: Fail
95 inference/future_then_2: Fail
96 inference/future_then_3: Fail
97 inference/future_then_4: Fail
98 inference/future_then_5: Fail
99 inference/future_then_6: Fail
100 inference/future_then_conditional: Fail
101 inference/future_then_conditional_2: Fail
102 inference/future_then_conditional_3: Fail
103 inference/future_then_conditional_4: Fail
104 inference/future_then_conditional_5: Fail
105 inference/future_then_conditional_6: Fail
106 inference/future_then_conditional_deprecated: Fail
107 inference/future_then_conditional_deprecated_2: Fail
108 inference/future_then_conditional_deprecated_3: Fail
109 inference/future_then_conditional_deprecated_4: Fail
110 inference/future_then_deprecated: Fail
111 inference/future_then_deprecated_2: Fail
112 inference/future_then_deprecated_3: Fail
113 inference/future_then_deprecated_4: Fail
114 inference/future_then_deprecated_5: Fail
115 inference/future_then_deprecated_6: Fail
116 inference/future_then_downwards_method_target: Fail
117 inference/future_then_explicit_future: Fail
118 inference/future_then_upwards: Fail
119 inference/future_then_upwards_2: Fail
120 inference/future_then_upwards_3: Fail
121 inference/future_then_upwards_deprecated: Fail
122 inference/future_then_upwards_deprecated_2: Fail
123 inference/future_then_upwards_deprecated_3: Fail
124 inference/future_then_upwards_from_block: Fail
125 inference/future_union_async_conditional: Fail
126 inference/future_union_async_conditional_2: Fail
127 inference/future_union_async_conditional_deprecated: Fail
128 inference/future_union_async_conditional_deprecated_2: Fail
129 inference/future_union_downwards: Fail
130 inference/future_union_downwards_2: Fail
131 inference/future_union_downwards_3: Fail
132 inference/future_union_downwards_4: Fail
133 inference/future_union_downwards_deprecated: Fail
134 inference/future_union_downwards_deprecated_2: Fail
135 inference/future_union_downwards_deprecated_3: Fail
136 inference/future_union_downwards_deprecated_4: Fail
137 inference/future_union_downwards_generic_method_with_future_return: Fail
138 inference/future_union_downwards_generic_method_with_generic_return: Fail
139 inference/future_union_upwards_generic_methods: Fail
140 inference/generic_functions_return_typedef: Fail
141 inference/generic_methods_basic_downward_inference: Fail
142 inference/generic_methods_correctly_recognize_generic_upper_bound: Fail
143 inference/generic_methods_dart_math_min_max: Fail
144 inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail
145 inference/generic_methods_downwards_inference_affects_arguments: Fail
146 inference/generic_methods_downwards_inference_fold: Fail
147 inference/generic_methods_handle_override_of_non_generic_with_generic: Fail
148 inference/generic_methods_infer_generic_function_parameter_type: Fail
149 inference/generic_methods_infer_generic_function_parameter_type2: Fail
150 inference/generic_methods_infer_generic_function_return_type: Fail
151 inference/generic_methods_infer_generic_instantiation: Fail
152 inference/generic_methods_infer_generic_method_type: Fail
153 inference/generic_methods_infer_js_builtin: Fail
154 inference/generic_methods_inference_error: Fail
155 inference/generic_methods_iterable_and_future: Fail
156 inference/generic_methods_nested_generic_instantiation: Fail
157 inference/generic_methods_uses_greatest_lower_bound: Fail
158 inference/infer_assign_to_index: Fail
159 inference/infer_assign_to_property: Fail
160 inference/infer_assign_to_property_custom: Fail
161 inference/infer_assign_to_ref: Fail
162 inference/infer_binary_custom: Fail
163 inference/infer_binary_double_double: Fail
164 inference/infer_binary_double_int: Fail
165 inference/infer_binary_int_double: Fail
166 inference/infer_binary_int_int: Fail
167 inference/infer_conditional: Fail
168 inference/infer_consts_transitively_2: Fail
169 inference/infer_consts_transitively_2_a: Fail
170 inference/infer_consts_transitively_2_b: Fail
171 inference/infer_consts_transitively_b: Fail
172 inference/infer_correctly_on_multiple_variables_declared_together: Fail
173 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
174 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
175 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
176 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Fail
177 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Fail
178 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Fail
179 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Fail
180 inference/infer_from_variables_in_non_cycle_imports_with_flag: Fail
181 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
182 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Fail
183 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Fail
184 inference/infer_generic_method_type_named: Fail
185 inference/infer_generic_method_type_positional: Fail
186 inference/infer_generic_method_type_positional2: Fail
187 inference/infer_generic_method_type_required: Fail
188 inference/infer_list_literal_nested_in_map_literal: Fail
189 inference/infer_local_function_return_type: Fail
190 inference/infer_parameter_type_setter_from_field: Fail
191 inference/infer_parameter_type_setter_from_setter: Fail
192 inference/infer_prefix_expression: Fail
193 inference/infer_prefix_expression_custom: Fail
194 inference/infer_return_of_statement_lambda: Fail
195 inference/infer_statics_transitively: Fail
196 inference/infer_statics_transitively2: Fail
197 inference/infer_statics_transitively3: Fail
198 inference/infer_statics_transitively3_a: Fail
199 inference/infer_statics_transitively_2_a: Fail
200 inference/infer_statics_transitively_a: Fail
201 inference/infer_statics_transitively_b: Fail
202 inference/infer_statics_with_method_invocations: Fail
203 inference/infer_statics_with_method_invocations_a: Fail
204 inference/infer_throw: Fail
205 inference/infer_type_cast: Fail
206 inference/infer_type_on_overridden_fields2: Fail
207 inference/infer_type_on_overridden_fields4: Fail
208 inference/infer_type_on_var: Fail
209 inference/infer_type_on_var2: Fail
210 inference/infer_type_on_var_from_field: Fail
211 inference/infer_type_on_var_from_top_level: Fail
212 inference/infer_type_regardless_of_declaration_order_or_cycles: Fail
213 inference/infer_type_regardless_of_declaration_order_or_cycles_b: Fail
214 inference/infer_typed_list_literal: Fail
215 inference/infer_typed_map_literal: Fail
216 inference/infer_types_on_generic_instantiations_3: Fail
217 inference/infer_types_on_generic_instantiations_4: Fail
218 inference/infer_types_on_generic_instantiations_5: Fail
219 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail
220 inference/infer_types_on_generic_instantiations_in_library_cycle_a: Fail
221 inference/infer_types_on_generic_instantiations_infer: Fail
222 inference/infer_types_on_loop_indices_for_each_loop: Fail
223 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
224 inference/infer_use_of_void: Fail
225 inference/infer_variable_void: Fail
226 inference/inferred_initializing_formal_checks_default_value: Fail
227 inference/inferred_nonstatic_field_depends_on_static_field_complex: Fail
228 inference/inferred_nonstatic_field_depends_on_top_level_var_simple: Fail
229 inference/inferred_type_block_closure_no_args_no_return: Fail
230 inference/inferred_type_cascade: Fail
231 inference/inferred_type_custom_binary_op: Fail
232 inference/inferred_type_custom_binary_op_via_interface: Fail
233 inference/inferred_type_custom_index_op: Fail
234 inference/inferred_type_custom_index_op_via_interface: Fail
235 inference/inferred_type_custom_unary_op: Fail
236 inference/inferred_type_custom_unary_op_via_interface: Fail
237 inference/inferred_type_extract_method_tear_off: Fail
238 inference/inferred_type_extract_method_tear_off_via_interface: Fail
239 inference/inferred_type_from_top_level_executable_tear_off: Fail
240 inference/inferred_type_invoke_method: Fail
241 inference/inferred_type_invoke_method_via_interface: Fail
242 inference/inferred_type_is_enum: Fail
243 inference/inferred_type_is_enum_values: Fail
244 inference/inferred_type_is_typedef: Fail
245 inference/inferred_type_is_typedef_parameterized: Fail
246 inference/inferred_type_uses_synthetic_function_type: Fail
247 inference/inferred_type_uses_synthetic_function_type_function_typed_param: Fail
248 inference/inferred_type_uses_synthetic_function_type_named_param: Fail
249 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
250 inference/inferred_type_uses_synthetic_function_type_required_param: Fail
251 inference/inferred_type_via_closure_multiple_levels_of_nesting: Fail
252 inference/inferred_type_via_closure_type_depends_on_args: Fail
253 inference/inferred_type_via_closure_type_independent_of_args_field: Fail
254 inference/inferred_type_via_closure_type_independent_of_args_top_level: Fail
255 inference/instantiate_to_bounds_generic2_has_bound_defined_after: Fail
256 inference/instantiate_to_bounds_generic2_has_bound_defined_before: Fail
257 inference/instantiate_to_bounds_generic2_no_bound: Fail
258 inference/instantiate_to_bounds_generic_has_bound_defined_after: Fail
259 inference/instantiate_to_bounds_generic_has_bound_defined_before: Fail
260 inference/instantiate_to_bounds_invoke_constructor_no_bound: Fail
261 inference/instantiate_to_bounds_invoke_constructor_type_args_exact: Fail
262 inference/instantiate_to_bounds_not_generic: Fail
263 inference/lambda_does_not_have_propagated_type_hint: Fail
264 inference/list_literals: Fail
265 inference/list_literals_can_infer_null_bottom: Fail
266 inference/list_literals_can_infer_null_top_level: Fail
267 inference/list_literals_top_level: Fail
268 inference/map_literals: Fail
269 inference/map_literals_can_infer_null: Fail
270 inference/map_literals_can_infer_null_top_level: Fail
271 inference/map_literals_top_level: Fail
272 inference/method_call_with_type_arguments_instance_method: Fail
273 inference/method_call_with_type_arguments_instance_method_identifier_sequence: F ail
274 inference/method_call_with_type_arguments_static_method: Fail
275 inference/method_call_with_type_arguments_top_level_function: Fail
276 inference/no_error_when_declared_type_is_num_and_assigned_null: Fail
277 inference/null_coalescing_operator: Fail
278 inference/null_coalescing_operator_2: Fail
279 inference/null_literal_should_not_infer_as_bottom: Fail
280 inference/propagate_inference_to_field_in_class: Fail
281 inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail
282 inference/propagate_inference_transitively: Fail
283 inference/propagate_inference_transitively2: Fail
284 inference/reference_to_typedef: Fail
285 inference/refine_binary_expression_type_type_parameter_t_double: Fail
286 inference/refine_binary_expression_type_type_parameter_t_int: Fail
287 inference/refine_binary_expression_type_type_parameter_t_t: Fail
288 inference/static_method_tear_off: Fail
289 inference/unsafe_block_closure_inference_closure_call: Fail
290 inference/unsafe_block_closure_inference_constructor_call_explicit_dynamic_param : Fail
291 inference/unsafe_block_closure_inference_constructor_call_explicit_type_param: F ail
292 inference/unsafe_block_closure_inference_constructor_call_implicit_type_param: F ail
293 inference/unsafe_block_closure_inference_constructor_call_no_type_param: Fail
294 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param: F ail
295 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr1: Fail
296 inference/unsafe_block_closure_inference_function_call_explicit_dynamic_param_vi a_expr2: Fail
297 inference/unsafe_block_closure_inference_function_call_explicit_type_param: Fail
298 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr1: Fail
299 inference/unsafe_block_closure_inference_function_call_explicit_type_param_via_e xpr2: Fail
300 inference/unsafe_block_closure_inference_function_call_implicit_type_param: Fail
301 inference/unsafe_block_closure_inference_function_call_implicit_type_param_via_e xpr: Fail
302 inference/unsafe_block_closure_inference_function_call_no_type_param: Fail
303 inference/unsafe_block_closure_inference_function_call_no_type_param_via_expr: F ail
304 inference/unsafe_block_closure_inference_in_list_dynamic: Fail
305 inference/unsafe_block_closure_inference_in_list_typed: Fail
306 inference/unsafe_block_closure_inference_in_list_untyped: Fail
307 inference/unsafe_block_closure_inference_in_map_dynamic: Fail
308 inference/unsafe_block_closure_inference_in_map_typed: Fail
309 inference/unsafe_block_closure_inference_in_map_untyped: Fail
310 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Fai l
311 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Fail
312 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Fail
313 inference/unsafe_block_closure_inference_method_call_no_type_param: Fail
314 inference/void_return_type_subtypes_dynamic: Fail
37 315
38 rasta/abstract_constructor: Fail 316 rasta/abstract_constructor: Fail
39 rasta/bad_constructor_redirection: Fail 317 rasta/bad_constructor_redirection: Fail
40 rasta/bad_continue: Fail 318 rasta/bad_continue: Fail
41 rasta/bad_default_constructor: Fail # Compile-time error destroys program. 319 rasta/bad_default_constructor: Fail # Compile-time error destroys program.
42 rasta/bad_explicit_super_constructor: Fail 320 rasta/bad_explicit_super_constructor: Fail
43 rasta/bad_implicit_super_constructor: Fail 321 rasta/bad_implicit_super_constructor: Fail
44 rasta/bad_interpolation: Fail 322 rasta/bad_interpolation: Fail
45 rasta/bad_redirection: Fail 323 rasta/bad_redirection: Fail
46 rasta/bad_setter_initializer: Fail 324 rasta/bad_setter_initializer: Fail
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 rasta/switch_fall_through: Fail 367 rasta/switch_fall_through: Fail
90 rasta/try_label: Fail 368 rasta/try_label: Fail
91 rasta/type_literals: VerificationError 369 rasta/type_literals: VerificationError
92 rasta/type_with_parse_error: Fail 370 rasta/type_with_parse_error: Fail
93 rasta/typedef: VerificationError 371 rasta/typedef: VerificationError
94 rasta/unresolved: Fail 372 rasta/unresolved: Fail
95 rasta/unresolved_constructor: Fail 373 rasta/unresolved_constructor: Fail
96 rasta/unresolved_for_in: Fail 374 rasta/unresolved_for_in: Fail
97 rasta/unresolved_recovery: Fail 375 rasta/unresolved_recovery: Fail
98 rasta/unsupported_platform_library: Fail 376 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/test/fasta/outline.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698