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

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

Issue 2938423003: Implement override-based inference of instance fields. (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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 inference/infer_binary_double_double: Crash 202 inference/infer_binary_double_double: Crash
203 inference/infer_binary_double_int: Crash 203 inference/infer_binary_double_int: Crash
204 inference/infer_binary_int_double: Crash 204 inference/infer_binary_int_double: Crash
205 inference/infer_binary_int_int: Crash 205 inference/infer_binary_int_int: Crash
206 inference/infer_conditional: Crash 206 inference/infer_conditional: Crash
207 inference/infer_consts_transitively_2: Crash 207 inference/infer_consts_transitively_2: Crash
208 inference/infer_consts_transitively_2_a: Crash 208 inference/infer_consts_transitively_2_a: Crash
209 inference/infer_consts_transitively_2_b: Crash 209 inference/infer_consts_transitively_2_b: Crash
210 inference/infer_consts_transitively_b: Crash 210 inference/infer_consts_transitively_b: Crash
211 inference/infer_correctly_on_multiple_variables_declared_together: Crash 211 inference/infer_correctly_on_multiple_variables_declared_together: Crash
212 inference/infer_field_from_later_inferred_field: Crash
213 inference/infer_field_getter_setter_mismatch: Crash
214 inference/infer_field_override_getter_overrides_setter: Crash
215 inference/infer_field_override_multiple: Crash
216 inference/infer_field_override_of_override: Crash
217 inference/infer_field_override_setter_overrides_getter: Crash
218 inference/infer_field_override_with_substitution: Crash
219 inference/infer_field_overrides_getter: Crash
220 inference/infer_field_overrides_setter: Crash
221 inference/infer_field_static: Crash
222 inference/infer_final_field_getter_and_setter: Crash
223 inference/infer_final_field_getter_only: Crash
224 inference/infer_final_field_setter_only: Crash
212 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash 225 inference/infer_from_complex_expressions_if_outer_most_value_is_precise: Crash
213 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash 226 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields2: Crash
214 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash 227 inference/infer_from_rhs_only_if_it_wont_conflict_with_overridden_fields: Crash
215 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash 228 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2: Crash
216 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash 229 inference/infer_from_variables_in_cycle_libs_when_flag_is_on2_a: Crash
217 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash 230 inference/infer_from_variables_in_cycle_libs_when_flag_is_on: Crash
218 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash 231 inference/infer_from_variables_in_cycle_libs_when_flag_is_on_a: Crash
219 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash 232 inference/infer_from_variables_in_non_cycle_imports_with_flag2: Crash
220 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash 233 inference/infer_from_variables_in_non_cycle_imports_with_flag2_a: Crash
221 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash 234 inference/infer_from_variables_in_non_cycle_imports_with_flag: Crash
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 inference/unsafe_block_closure_inference_in_list_typed: Crash 370 inference/unsafe_block_closure_inference_in_list_typed: Crash
358 inference/unsafe_block_closure_inference_in_map_dynamic: Crash 371 inference/unsafe_block_closure_inference_in_map_dynamic: Crash
359 inference/unsafe_block_closure_inference_in_map_typed: Crash 372 inference/unsafe_block_closure_inference_in_map_typed: Crash
360 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh 373 inference/unsafe_block_closure_inference_method_call_explicit_dynamic_param: Cra sh
361 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash 374 inference/unsafe_block_closure_inference_method_call_explicit_type_param: Crash
362 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash 375 inference/unsafe_block_closure_inference_method_call_implicit_type_param: Crash
363 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash 376 inference/unsafe_block_closure_inference_method_call_no_type_param: Crash
364 inference/void_return_type_subtypes_dynamic: Crash 377 inference/void_return_type_subtypes_dynamic: Crash
365 inference_new/dependency_only_if_generic_method: Crash 378 inference_new/dependency_only_if_generic_method: Crash
366 inference_new/dependency_only_if_overloaded: Crash 379 inference_new/dependency_only_if_overloaded: Crash
380 inference_new/field_inference_circularity: Crash
367 inference_new/infer_assign_to_index: Crash 381 inference_new/infer_assign_to_index: Crash
368 inference_new/infer_assign_to_property: Crash 382 inference_new/infer_assign_to_property: Crash
369 inference_new/infer_assign_to_property_custom: Crash 383 inference_new/infer_assign_to_property_custom: Crash
370 inference_new/infer_assign_to_ref: Crash 384 inference_new/infer_assign_to_ref: Crash
371 inference_new/infer_instance_accessor_ref: Crash 385 inference_new/infer_instance_accessor_ref: Crash
372 inference_new/infer_instance_field_ref: Crash 386 inference_new/infer_instance_field_ref: Crash
373 inference_new/infer_instance_field_ref_circular: Crash 387 inference_new/infer_instance_field_ref_circular: Crash
374 inference_new/property_get_toplevel: Crash 388 inference_new/property_get_toplevel: Crash
375 inference_new/strongly_connected_component: Crash 389 inference_new/strongly_connected_component: Crash
376 390
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 rasta/switch_fall_through: Fail 462 rasta/switch_fall_through: Fail
449 rasta/this_invoke: Crash 463 rasta/this_invoke: Crash
450 rasta/try_label: Crash 464 rasta/try_label: Crash
451 rasta/type_literals: Crash 465 rasta/type_literals: Crash
452 rasta/type_with_parse_error: Fail 466 rasta/type_with_parse_error: Fail
453 rasta/typedef: Crash 467 rasta/typedef: Crash
454 rasta/unresolved: Fail 468 rasta/unresolved: Fail
455 rasta/unresolved_constructor: Crash 469 rasta/unresolved_constructor: Crash
456 rasta/unresolved_for_in: Crash 470 rasta/unresolved_for_in: Crash
457 rasta/unresolved_recovery: Fail 471 rasta/unresolved_recovery: Fail
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/type_inference/type_inference_engine.dart ('k') | pkg/front_end/test/fasta/strong.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698