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

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

Issue 2935323002: Lift nearly all top-level type inference restrictions. (Closed)
Patch Set: Created 3 years, 6 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
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.md file. 3 # BSD-style license that can be found in the LICENSE.md file.
4 4
5 # Status file for the strong_test.dart test suite. This is testing generating 5 # Status file for the strong_test.dart test suite. This is testing generating
6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with 6 # Kernel ASTs directly, that is, code in pkg/fasta/lib/src/kernel/ with
7 # strong-mode enabled. 7 # strong-mode enabled.
8 8
9 DeltaBlue: Fail 9 DeltaBlue: Fail
10 accessors: Fail 10 accessors: Fail
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 unused_methods: Fail 53 unused_methods: Fail
54 void-methods: Fail 54 void-methods: Fail
55 55
56 inference/constructors_too_many_positional_arguments: Fail 56 inference/constructors_too_many_positional_arguments: Fail
57 inference/downwards_inference_annotations: Fail 57 inference/downwards_inference_annotations: Fail
58 inference/downwards_inference_on_function_of_t_using_the_t: Fail 58 inference/downwards_inference_on_function_of_t_using_the_t: Fail
59 inference/future_then_explicit_future: Fail 59 inference/future_then_explicit_future: Fail
60 inference/generic_functions_return_typedef: Fail 60 inference/generic_functions_return_typedef: Fail
61 inference/generic_methods_infer_js_builtin: Fail 61 inference/generic_methods_infer_js_builtin: Fail
62 inference/infer_correctly_on_multiple_variables_declared_together: Fail 62 inference/infer_correctly_on_multiple_variables_declared_together: Fail
63 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Fail
64 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail 63 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Fail
65 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail 64 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Fail
66 inference/infer_local_function_return_type: Fail 65 inference/infer_local_function_return_type: Fail
67 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail 66 inference/infer_types_on_generic_instantiations_in_library_cycle: Fail
68 inference/infer_types_on_loop_indices_for_each_loop: Fail 67 inference/infer_types_on_loop_indices_for_each_loop: Fail
69 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 68 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
70 inference/inferred_type_cascade: Fail
71 inference/lambda_does_not_have_propagated_type_hint: Fail 69 inference/lambda_does_not_have_propagated_type_hint: Fail
72 inference/list_literals_can_infer_null_top_level: Fail 70 inference/list_literals_can_infer_null_top_level: Fail
73 inference/map_literals_can_infer_null_top_level: Fail 71 inference/map_literals_can_infer_null_top_level: Fail
74 inference/null_coalescing_operator: Fail 72 inference/null_coalescing_operator: Fail
75 inference/null_coalescing_operator_2: Fail 73 inference/null_coalescing_operator_2: Fail
76 inference/property_set: Fail 74 inference/property_set: Fail
77 inference/property_set_bad_setter: Crash 75 inference/property_set_bad_setter: Crash
78 inference/reference_to_typedef: Fail 76 inference/reference_to_typedef: Fail
79 inference/refine_binary_expression_type_type_parameter_t_double: Fail 77 inference/refine_binary_expression_type_type_parameter_t_double: Fail
80 inference/refine_binary_expression_type_type_parameter_t_int: Fail 78 inference/refine_binary_expression_type_type_parameter_t_int: Fail
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 rasta/this_invoke: Fail 161 rasta/this_invoke: Fail
164 rasta/try_label: Fail 162 rasta/try_label: Fail
165 rasta/type_literals: Fail 163 rasta/type_literals: Fail
166 rasta/type_with_parse_error: Fail 164 rasta/type_with_parse_error: Fail
167 rasta/typedef: Fail 165 rasta/typedef: Fail
168 rasta/unresolved: Fail 166 rasta/unresolved: Fail
169 rasta/unresolved_constructor: Fail 167 rasta/unresolved_constructor: Fail
170 rasta/unresolved_for_in: Fail 168 rasta/unresolved_for_in: Fail
171 rasta/unresolved_recovery: Fail 169 rasta/unresolved_recovery: Fail
172 rasta/unsupported_platform_library: Fail 170 rasta/unsupported_platform_library: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/test/fasta/kompile.status ('k') | pkg/front_end/testcases/inference/infer_assign_to_index.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698