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

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

Issue 2875103002: Exclude function name from function type annotations in front end type 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 e3e093fe717b8c515e05078695987e359207a5ce..06070ca9cad36829cb63acc601607a2388803bcc 100644
--- a/pkg/front_end/test/fasta/strong.status
+++ b/pkg/front_end/test/fasta/strong.status
@@ -65,7 +65,6 @@ inference/block_bodied_lambdas_async_mix_of_values_and_futures: Fail
inference/block_bodied_lambdas_async_star: Fail
inference/block_bodied_lambdas_basic: Fail
inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Fail
-inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference_top_level: Fail
inference/block_bodied_lambdas_infer_bottom_async: Fail
inference/block_bodied_lambdas_infer_bottom_async_star: Fail
inference/block_bodied_lambdas_infer_bottom_sync: Fail
@@ -184,7 +183,6 @@ inference/inferred_type_block_closure_no_args_no_return: Fail
inference/inferred_type_cascade: Fail
inference/inferred_type_extract_method_tear_off: Fail
inference/inferred_type_extract_method_tear_off_via_interface: Fail
-inference/inferred_type_from_top_level_executable_tear_off: Fail
inference/inferred_type_invoke_method: Fail
inference/inferred_type_invoke_method_via_interface: Fail
inference/inferred_type_is_typedef: Fail
@@ -216,7 +214,6 @@ 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
inference/unsafe_block_closure_inference_closure_call: Fail

Powered by Google App Engine
This is Rietveld 408576698