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

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

Issue 2915913004: Fix inference test annotation of named/optional parameters in function types. (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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail 93 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Fail
94 inference/infer_prefix_expression: Fail 94 inference/infer_prefix_expression: Fail
95 inference/infer_statics_transitively: Fail 95 inference/infer_statics_transitively: Fail
96 inference/infer_statics_transitively3: Fail 96 inference/infer_statics_transitively3: Fail
97 inference/infer_statics_transitively_a: Fail 97 inference/infer_statics_transitively_a: Fail
98 inference/infer_type_on_var_from_field: Fail 98 inference/infer_type_on_var_from_field: Fail
99 inference/infer_types_on_loop_indices_for_each_loop: Fail 99 inference/infer_types_on_loop_indices_for_each_loop: Fail
100 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail 100 inference/infer_types_on_loop_indices_for_loop_with_inference: Fail
101 inference/inferred_type_cascade: Fail 101 inference/inferred_type_cascade: Fail
102 inference/inferred_type_is_typedef_parameterized: Fail 102 inference/inferred_type_is_typedef_parameterized: Fail
103 inference/inferred_type_uses_synthetic_function_type_named_param: Fail
104 inference/inferred_type_uses_synthetic_function_type_positional_param: Fail
105 inference/lambda_does_not_have_propagated_type_hint: Fail 103 inference/lambda_does_not_have_propagated_type_hint: Fail
106 inference/list_literals_can_infer_null_top_level: Fail 104 inference/list_literals_can_infer_null_top_level: Fail
107 inference/map_literals_can_infer_null_top_level: Fail 105 inference/map_literals_can_infer_null_top_level: Fail
108 inference/method_call_with_type_arguments_static_method: Fail 106 inference/method_call_with_type_arguments_static_method: Fail
109 inference/null_coalescing_operator: Fail 107 inference/null_coalescing_operator: Fail
110 inference/null_coalescing_operator_2: Fail 108 inference/null_coalescing_operator_2: Fail
111 inference/reference_to_typedef: Fail 109 inference/reference_to_typedef: Fail
112 inference/refine_binary_expression_type_type_parameter_t_double: Fail 110 inference/refine_binary_expression_type_type_parameter_t_double: Fail
113 inference/refine_binary_expression_type_type_parameter_t_int: Fail 111 inference/refine_binary_expression_type_type_parameter_t_int: Fail
114 inference/refine_binary_expression_type_type_parameter_t_t: Fail 112 inference/refine_binary_expression_type_type_parameter_t_t: Fail
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 rasta/this_invoke: Fail 195 rasta/this_invoke: Fail
198 rasta/try_label: Fail 196 rasta/try_label: Fail
199 rasta/type_literals: Fail 197 rasta/type_literals: Fail
200 rasta/type_with_parse_error: Fail 198 rasta/type_with_parse_error: Fail
201 rasta/typedef: Fail 199 rasta/typedef: Fail
202 rasta/unresolved: Fail 200 rasta/unresolved: Fail
203 rasta/unresolved_constructor: Fail 201 rasta/unresolved_constructor: Fail
204 rasta/unresolved_for_in: Fail 202 rasta/unresolved_for_in: Fail
205 rasta/unresolved_recovery: Fail 203 rasta/unresolved_recovery: Fail
206 rasta/unsupported_platform_library: Fail 204 rasta/unsupported_platform_library: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698