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

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

Issue 2986403002: Test type inference for field initializers using "this." syntax. (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
« no previous file with comments | « no previous file | pkg/front_end/testcases/inference/field_initializer_context_this.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash 86 inference/downwards_inference_on_generic_constructor_arguments_empty_list: Crash
87 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash 87 inference/downwards_inference_on_generic_constructor_arguments_infer_downwards: Crash
88 inference/downwards_inference_on_generic_function_expressions: Crash 88 inference/downwards_inference_on_generic_function_expressions: Crash
89 inference/downwards_inference_on_instance_creations_infer_downwards: Crash 89 inference/downwards_inference_on_instance_creations_infer_downwards: Crash
90 inference/downwards_inference_on_list_literals_infer_downwards: Crash 90 inference/downwards_inference_on_list_literals_infer_downwards: Crash
91 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
92 inference/downwards_inference_on_map_literals: Crash 92 inference/downwards_inference_on_map_literals: Crash
93 inference/downwards_inference_yield_yield_star: Fail 93 inference/downwards_inference_yield_yield_star: Fail
94 inference/field_initializer_context_explicit: Crash 94 inference/field_initializer_context_explicit: Crash
95 inference/field_initializer_context_implicit: Crash 95 inference/field_initializer_context_implicit: Crash
96 inference/field_initializer_context_this: Crash
96 inference/field_initializer_parameter: Crash 97 inference/field_initializer_parameter: Crash
97 inference/field_refers_to_static_getter: Crash 98 inference/field_refers_to_static_getter: Crash
98 inference/field_refers_to_top_level_getter: Crash 99 inference/field_refers_to_top_level_getter: Crash
99 inference/for_in_loop_promotion: Crash 100 inference/for_in_loop_promotion: Crash
100 inference/for_loop_empty_condition: Crash 101 inference/for_loop_empty_condition: Crash
101 inference/for_loop_initializer_expression: Crash 102 inference/for_loop_initializer_expression: Crash
102 inference/for_loop_promotion: Crash 103 inference/for_loop_promotion: Crash
103 inference/future_then: Crash 104 inference/future_then: Crash
104 inference/future_then_2: Crash 105 inference/future_then_2: Crash
105 inference/future_then_3: Crash 106 inference/future_then_3: Crash
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 static_setter: Crash 428 static_setter: Crash
428 store_load: Crash 429 store_load: Crash
429 stringliteral: Crash 430 stringliteral: Crash
430 super_rasta_copy: Crash 431 super_rasta_copy: Crash
431 top_level_accessors: Crash 432 top_level_accessors: Crash
432 type_variable_as_super: Crash 433 type_variable_as_super: Crash
433 typedef: Crash 434 typedef: Crash
434 uninitialized_fields: Crash 435 uninitialized_fields: Crash
435 unused_methods: Crash 436 unused_methods: Crash
436 void-methods: Crash 437 void-methods: Crash
OLDNEW
« no previous file with comments | « no previous file | pkg/front_end/testcases/inference/field_initializer_context_this.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698