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

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

Issue 2921583002: Fix a corner case of function type inference. (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 32b042a41c641efe755cd64a4ca11ca6acf598a1..fe3ac277413301c596d4654fbca216c6cd9e4af3 100644
--- a/pkg/front_end/test/fasta/strong.status
+++ b/pkg/front_end/test/fasta/strong.status
@@ -56,7 +56,6 @@ void-methods: Fail
inference/constructors_too_many_positional_arguments: Fail
inference/downwards_inference_annotations: Fail
inference/downwards_inference_initializing_formal_default_formal: 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_list_literals_infer_downwards: Fail
@@ -109,7 +108,6 @@ inference/map_literals_can_infer_null_top_level: Fail
inference/method_call_with_type_arguments_static_method: Fail
inference/null_coalescing_operator: Fail
inference/null_coalescing_operator_2: Fail
-inference/null_literal_should_not_infer_as_bottom: 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

Powered by Google App Engine
This is Rietveld 408576698