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

Side by Side Diff: pkg/front_end/testcases/ast_builder.status

Issue 2994533002: Perform type inference on constructor field initializer expressions. (Closed)
Patch Set: Created 3 years, 4 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 ast_builder_test.dart test suite. This is testing 5 # Status file for the ast_builder_test.dart test suite. This is testing
6 # generating analyzer ASTs and connecting up type inference information. 6 # generating analyzer ASTs and connecting up type inference information.
7 DeltaBlue: Crash 7 DeltaBlue: Crash
8 accessors: Crash 8 accessors: Crash
9 arithmetic: Crash 9 arithmetic: Crash
10 bad_store: Crash 10 bad_store: Crash
(...skipping 21 matching lines...) Expand all
32 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash 32 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr ash
33 inference/block_bodied_lambdas_infer_bottom_async: Fail 33 inference/block_bodied_lambdas_infer_bottom_async: Fail
34 inference/block_bodied_lambdas_infer_bottom_async_star: Fail 34 inference/block_bodied_lambdas_infer_bottom_async_star: Fail
35 inference/block_bodied_lambdas_infer_bottom_sync: Crash 35 inference/block_bodied_lambdas_infer_bottom_sync: Crash
36 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash 36 inference/block_bodied_lambdas_infer_bottom_sync_star: Crash
37 inference/block_bodied_lambdas_lub: Crash 37 inference/block_bodied_lambdas_lub: Crash
38 inference/block_bodied_lambdas_nested_lambdas: Crash 38 inference/block_bodied_lambdas_nested_lambdas: Crash
39 inference/block_bodied_lambdas_no_return: Crash 39 inference/block_bodied_lambdas_no_return: Crash
40 inference/block_bodied_lambdas_returns: Crash 40 inference/block_bodied_lambdas_returns: Crash
41 inference/block_bodied_lambdas_void_context: Crash 41 inference/block_bodied_lambdas_void_context: Crash
42 inference/bug30251: Crash
42 inference/call_corner_cases: Crash 43 inference/call_corner_cases: Crash
43 inference/conditional_lub: Crash 44 inference/conditional_lub: Crash
44 inference/conditional_upwards_inference: Crash 45 inference/conditional_upwards_inference: Crash
45 inference/conflicts_can_happen2: Crash 46 inference/conflicts_can_happen2: Crash
46 inference/conflicts_can_happen: Crash 47 inference/conflicts_can_happen: Crash
47 inference/constructors_infer_from_arguments: Crash 48 inference/constructors_infer_from_arguments: Crash
48 inference/constructors_infer_from_arguments_const: Crash 49 inference/constructors_infer_from_arguments_const: Crash
49 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash 50 inference/constructors_infer_from_arguments_const_with_upper_bound: Crash
50 inference/constructors_infer_from_arguments_factory: Crash 51 inference/constructors_infer_from_arguments_factory: Crash
51 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash 52 inference/constructors_infer_from_arguments_factory_calls_constructor: Crash
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 inference/downwards_inference_on_function_expressions: Crash 84 inference/downwards_inference_on_function_expressions: Crash
84 inference/downwards_inference_on_function_of_t_using_the_t: Crash 85 inference/downwards_inference_on_function_of_t_using_the_t: Crash
85 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash 86 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash
86 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash 87 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash
87 inference/downwards_inference_on_generic_function_expressions: Crash 88 inference/downwards_inference_on_generic_function_expressions: Crash
88 inference/downwards_inference_on_instance_creations_infer_downwards: Crash 89 inference/downwards_inference_on_instance_creations_infer_downwards: Crash
89 inference/downwards_inference_on_list_literals_infer_downwards: Crash 90 inference/downwards_inference_on_list_literals_infer_downwards: Crash
90 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Crash 91 inference/downwards_inference_on_list_literals_infer_if_value_types_match_contex t: Crash
91 inference/downwards_inference_on_map_literals: Crash 92 inference/downwards_inference_on_map_literals: Crash
92 inference/downwards_inference_yield_yield_star: Fail 93 inference/downwards_inference_yield_yield_star: Fail
94 inference/field_initializer_context_explicit: Crash
95 inference/field_initializer_context_implicit: Crash
96 inference/field_initializer_parameter: Crash
93 inference/field_refers_to_static_getter: Crash 97 inference/field_refers_to_static_getter: Crash
94 inference/field_refers_to_top_level_getter: Crash 98 inference/field_refers_to_top_level_getter: Crash
95 inference/for_in_loop_promotion: Crash 99 inference/for_in_loop_promotion: Crash
96 inference/for_loop_empty_condition: Crash 100 inference/for_loop_empty_condition: Crash
97 inference/for_loop_initializer_expression: Crash 101 inference/for_loop_initializer_expression: Crash
98 inference/for_loop_promotion: Crash 102 inference/for_loop_promotion: Crash
99 inference/future_then: Crash 103 inference/future_then: Crash
100 inference/future_then_2: Crash 104 inference/future_then_2: Crash
101 inference/future_then_3: Crash 105 inference/future_then_3: Crash
102 inference/future_then_4: Crash 106 inference/future_then_4: Crash
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 static_setter: Crash 427 static_setter: Crash
424 store_load: Crash 428 store_load: Crash
425 stringliteral: Crash 429 stringliteral: Crash
426 super_rasta_copy: Crash 430 super_rasta_copy: Crash
427 top_level_accessors: Crash 431 top_level_accessors: Crash
428 type_variable_as_super: Crash 432 type_variable_as_super: Crash
429 typedef: Crash 433 typedef: Crash
430 uninitialized_fields: Crash 434 uninitialized_fields: Crash
431 unused_methods: Crash 435 unused_methods: Crash
432 void-methods: Crash 436 void-methods: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698