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

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

Issue 2946733003: Fix type inference of getters that "override" setters and vice versa. (Closed)
Patch Set: Address code review comments 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash 233 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash
234 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash 234 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash
235 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash 235 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash
236 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash 236 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash
237 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash 237 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash
238 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash 238 inference/infer_from_variables_in_non_cycle_imports_with_flag_a: Crash
239 inference/infer_generic_method_type_named: Crash 239 inference/infer_generic_method_type_named: Crash
240 inference/infer_generic_method_type_positional2: Crash 240 inference/infer_generic_method_type_positional2: Crash
241 inference/infer_generic_method_type_positional: Crash 241 inference/infer_generic_method_type_positional: Crash
242 inference/infer_generic_method_type_required: Crash 242 inference/infer_generic_method_type_required: Crash
243 inference/infer_getter_cross_to_setter: Crash
243 inference/infer_getter_from_later_inferred_getter: Crash 244 inference/infer_getter_from_later_inferred_getter: Crash
244 inference/infer_list_literal_nested_in_map_literal: Crash 245 inference/infer_list_literal_nested_in_map_literal: Crash
245 inference/infer_local_function_return_type: Crash 246 inference/infer_local_function_return_type: Crash
246 inference/infer_parameter_type_setter_from_field: Crash 247 inference/infer_parameter_type_setter_from_field: Crash
247 inference/infer_parameter_type_setter_from_setter: Crash 248 inference/infer_parameter_type_setter_from_setter: Crash
248 inference/infer_prefix_expression: Crash 249 inference/infer_prefix_expression: Crash
249 inference/infer_prefix_expression_custom: Crash 250 inference/infer_prefix_expression_custom: Crash
250 inference/infer_return_of_statement_lambda: Crash 251 inference/infer_return_of_statement_lambda: Crash
252 inference/infer_setter_cross_to_getter: Crash
251 inference/infer_setter_from_later_inferred_setter: Crash 253 inference/infer_setter_from_later_inferred_setter: Crash
252 inference/infer_statics_transitively2: Crash 254 inference/infer_statics_transitively2: Crash
253 inference/infer_statics_transitively3: Crash 255 inference/infer_statics_transitively3: Crash
254 inference/infer_statics_transitively3_a: Crash 256 inference/infer_statics_transitively3_a: Crash
255 inference/infer_statics_transitively: Crash 257 inference/infer_statics_transitively: Crash
256 inference/infer_statics_transitively_2_a: Crash 258 inference/infer_statics_transitively_2_a: Crash
257 inference/infer_statics_transitively_a: Crash 259 inference/infer_statics_transitively_a: Crash
258 inference/infer_statics_transitively_b: Crash 260 inference/infer_statics_transitively_b: Crash
259 inference/infer_statics_with_method_invocations: Crash 261 inference/infer_statics_with_method_invocations: Crash
260 inference/infer_statics_with_method_invocations_a: Crash 262 inference/infer_statics_with_method_invocations_a: Crash
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 rasta/switch_fall_through: Fail 470 rasta/switch_fall_through: Fail
469 rasta/this_invoke: Crash 471 rasta/this_invoke: Crash
470 rasta/try_label: Crash 472 rasta/try_label: Crash
471 rasta/type_literals: Crash 473 rasta/type_literals: Crash
472 rasta/type_with_parse_error: Fail 474 rasta/type_with_parse_error: Fail
473 rasta/typedef: Crash 475 rasta/typedef: Crash
474 rasta/unresolved: Fail 476 rasta/unresolved: Fail
475 rasta/unresolved_constructor: Crash 477 rasta/unresolved_constructor: Crash
476 rasta/unresolved_for_in: Crash 478 rasta/unresolved_for_in: Crash
477 rasta/unresolved_recovery: Fail 479 rasta/unresolved_recovery: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698