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

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

Issue 2946273002: Implement override-based type inference for instance methods. (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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime. 5 rasta/unsupported_platform_library: RuntimeError # OK, this must report an error at runtime.
6 6
7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is 7 # Status file for the kompile_test.dart (notice k, not c) test suite. This is
8 # testing generating Analyzer ASTs, that is, code in 8 # testing generating Analyzer ASTs, that is, code in
9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so 9 # pkg/fasta/lib/src/analyzer/. Currently, this is behind direct-to-kernel, so
10 # there are many crashes. 10 # there are many crashes.
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash 75 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash
76 inference/block_bodied_lambdas_lub: Crash 76 inference/block_bodied_lambdas_lub: Crash
77 inference/block_bodied_lambdas_nested_lambdas: Crash 77 inference/block_bodied_lambdas_nested_lambdas: Crash
78 inference/block_bodied_lambdas_no_return: Crash 78 inference/block_bodied_lambdas_no_return: Crash
79 inference/block_bodied_lambdas_returns: Crash 79 inference/block_bodied_lambdas_returns: Crash
80 inference/block_bodied_lambdas_sync_star: Crash 80 inference/block_bodied_lambdas_sync_star: Crash
81 inference/block_bodied_lambdas_void_context: Crash 81 inference/block_bodied_lambdas_void_context: Crash
82 inference/bottom: Crash 82 inference/bottom: Crash
83 inference/bottom_in_closure: Crash 83 inference/bottom_in_closure: Crash
84 inference/call_corner_cases: Crash 84 inference/call_corner_cases: Crash
85 inference/circular_method_inference: Crash
85 inference/circular_reference_via_closures: Crash 86 inference/circular_reference_via_closures: Crash
86 inference/circular_reference_via_closures_initializer_types: Crash 87 inference/circular_reference_via_closures_initializer_types: Crash
87 inference/conditional_lub: Crash 88 inference/conditional_lub: Crash
88 inference/conditional_upwards_inference: Crash 89 inference/conditional_upwards_inference: Crash
89 inference/conflicts_can_happen2: Crash 90 inference/conflicts_can_happen2: Crash
90 inference/conflicts_can_happen: Crash 91 inference/conflicts_can_happen: Crash
91 inference/constructors_downwards_with_constraint: Fail 92 inference/constructors_downwards_with_constraint: Fail
92 inference/constructors_infer_from_arguments: Crash 93 inference/constructors_infer_from_arguments: Crash
93 inference/constructors_infer_from_arguments_argument_not_assignable: Crash 94 inference/constructors_infer_from_arguments_argument_not_assignable: Crash
94 inference/constructors_infer_from_arguments_const: Crash 95 inference/constructors_infer_from_arguments_const: Crash
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash 238 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash
238 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash 239 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash
239 inference/infer_generic_method_type_named: Crash 240 inference/infer_generic_method_type_named: Crash
240 inference/infer_generic_method_type_positional2: Crash 241 inference/infer_generic_method_type_positional2: Crash
241 inference/infer_generic_method_type_positional: Crash 242 inference/infer_generic_method_type_positional: Crash
242 inference/infer_generic_method_type_required: Crash 243 inference/infer_generic_method_type_required: Crash
243 inference/infer_getter_cross_to_setter: Crash 244 inference/infer_getter_cross_to_setter: Crash
244 inference/infer_getter_from_later_inferred_getter: Crash 245 inference/infer_getter_from_later_inferred_getter: Crash
245 inference/infer_list_literal_nested_in_map_literal: Crash 246 inference/infer_list_literal_nested_in_map_literal: Crash
246 inference/infer_local_function_return_type: Crash 247 inference/infer_local_function_return_type: Crash
248 inference/infer_method_function_typed: Crash
249 inference/infer_method_missing_params: Crash
247 inference/infer_parameter_type_setter_from_field: Crash 250 inference/infer_parameter_type_setter_from_field: Crash
248 inference/infer_parameter_type_setter_from_setter: Crash 251 inference/infer_parameter_type_setter_from_setter: Crash
249 inference/infer_prefix_expression: Crash 252 inference/infer_prefix_expression: Crash
250 inference/infer_prefix_expression_custom: Crash 253 inference/infer_prefix_expression_custom: Crash
251 inference/infer_return_of_statement_lambda: Crash 254 inference/infer_return_of_statement_lambda: Crash
252 inference/infer_setter_cross_to_getter: Crash 255 inference/infer_setter_cross_to_getter: Crash
253 inference/infer_setter_from_later_inferred_setter: Crash 256 inference/infer_setter_from_later_inferred_setter: Crash
254 inference/infer_setter_function_typed: Crash 257 inference/infer_setter_function_typed: Crash
255 inference/infer_statics_transitively2: Crash 258 inference/infer_statics_transitively2: Crash
256 inference/infer_statics_transitively3: Crash 259 inference/infer_statics_transitively3: Crash
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 rasta/switch_fall_through: Fail 476 rasta/switch_fall_through: Fail
474 rasta/this_invoke: Crash 477 rasta/this_invoke: Crash
475 rasta/try_label: Crash 478 rasta/try_label: Crash
476 rasta/type_literals: Crash 479 rasta/type_literals: Crash
477 rasta/type_with_parse_error: Fail 480 rasta/type_with_parse_error: Fail
478 rasta/typedef: Crash 481 rasta/typedef: Crash
479 rasta/unresolved: Fail 482 rasta/unresolved: Fail
480 rasta/unresolved_constructor: Crash 483 rasta/unresolved_constructor: Crash
481 rasta/unresolved_for_in: Crash 484 rasta/unresolved_for_in: Crash
482 rasta/unresolved_recovery: Fail 485 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698