| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 |
| OLD | NEW |