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

Unified Diff: pkg/front_end/test/fasta/strong.status

Issue 2868133002: Fix annotation of promoted parameters in Fasta inference tests. (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 side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/test/fasta/strong.status
diff --git a/pkg/front_end/test/fasta/strong.status b/pkg/front_end/test/fasta/strong.status
index 011561978d19c6d77ba78ff3e35b91670fddf4f3..4b418c78abb7bd786fdef82375ef02de26ac6246 100644
--- a/pkg/front_end/test/fasta/strong.status
+++ b/pkg/front_end/test/fasta/strong.status
@@ -83,6 +83,7 @@ inference/constructors_infer_from_arguments_const_with_upper_bound: Fail
inference/constructors_infer_from_arguments_factory: Fail
inference/constructors_infer_from_arguments_factory_calls_constructor: Fail
inference/constructors_infer_from_arguments_named_factory: Fail
+inference/constructors_infer_from_arguments_redirecting: Fail
inference/constructors_infer_from_arguments_redirecting_factory: Fail
inference/constructors_inference_f_bounded: Fail
inference/constructors_reverse_type_parameters: Fail
@@ -98,6 +99,7 @@ inference/downwards_inference_on_function_arguments_infer_downwards: Fail
inference/downwards_inference_on_function_expressions: Fail
inference/downwards_inference_on_function_of_t_using_the_t: Fail
inference/downwards_inference_on_generic_function_expressions: Fail
+inference/downwards_inference_on_instance_creations_infer_downwards: Fail
inference/downwards_inference_on_list_literals_infer_downwards: Fail
inference/downwards_inference_on_list_literals_infer_if_value_types_match_context: Fail
inference/downwards_inference_on_map_literals: Fail
@@ -131,6 +133,8 @@ inference/future_union_downwards_generic_method_with_future_return: Fail
inference/future_union_downwards_generic_method_with_generic_return: Fail
inference/future_union_upwards_generic_methods: Fail
inference/generic_functions_return_typedef: Fail
+inference/generic_methods_correctly_recognize_generic_upper_bound: Fail
+inference/generic_methods_dart_math_min_max: Fail
inference/generic_methods_do_not_infer_invalid_override_of_generic_method: Fail
inference/generic_methods_downwards_inference_affects_arguments: Fail
inference/generic_methods_downwards_inference_fold: Fail
@@ -215,6 +219,9 @@ inference/propagate_inference_to_field_in_class_dynamic_warnings: Fail
inference/propagate_inference_transitively: Fail
inference/propagate_inference_transitively2: Fail
inference/reference_to_typedef: Fail
+inference/refine_binary_expression_type_type_parameter_t_double: Fail
+inference/refine_binary_expression_type_type_parameter_t_int: Fail
+inference/refine_binary_expression_type_type_parameter_t_t: Fail
inference/static_method_tear_off: Fail
inference/type_promotion_stopped_by_access_in_a_closure: Fail
inference/type_promotion_stopped_by_mutation_in_a_closure: Fail

Powered by Google App Engine
This is Rietveld 408576698