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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
341 inference_new/field_inference_circularity: Crash | 341 inference_new/field_inference_circularity: Crash |
342 inference_new/infer_assign_to_index: Crash | 342 inference_new/infer_assign_to_index: Crash |
343 inference_new/infer_assign_to_property: Crash | 343 inference_new/infer_assign_to_property: Crash |
344 inference_new/infer_assign_to_property_custom: Crash | 344 inference_new/infer_assign_to_property_custom: Crash |
345 inference_new/infer_assign_to_ref: Crash | 345 inference_new/infer_assign_to_ref: Crash |
346 inference_new/infer_instance_accessor_ref: Crash | 346 inference_new/infer_instance_accessor_ref: Crash |
347 inference_new/infer_instance_field_ref: Crash | 347 inference_new/infer_instance_field_ref: Crash |
348 inference_new/infer_instance_field_ref_circular: Crash | 348 inference_new/infer_instance_field_ref_circular: Crash |
349 inference_new/infer_logical: Crash | 349 inference_new/infer_logical: Crash |
350 inference_new/infer_use_of_void: Fail | 350 inference_new/infer_use_of_void: Fail |
| 351 inference_new/multiple_interface_inheritance: Fail # Issue #30547 |
351 inference_new/property_get_toplevel: Crash | 352 inference_new/property_get_toplevel: Crash |
352 inference_new/strongly_connected_component: Crash | 353 inference_new/strongly_connected_component: Crash |
353 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para
m_via_expr2: Crash | 354 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para
m_via_expr2: Crash |
354 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v
ia_expr2: Crash | 355 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v
ia_expr2: Crash |
355 invocations: Crash | 356 invocations: Crash |
356 local_generic_function: Crash | 357 local_generic_function: Crash |
357 micro: Crash | 358 micro: Crash |
358 named_parameters: Crash | 359 named_parameters: Crash |
359 null_aware: Crash | 360 null_aware: Crash |
360 operators: Crash | 361 operators: Crash |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
450 static_setter: Crash | 451 static_setter: Crash |
451 store_load: Crash | 452 store_load: Crash |
452 stringliteral: Crash | 453 stringliteral: Crash |
453 super_rasta_copy: Crash | 454 super_rasta_copy: Crash |
454 top_level_accessors: Crash | 455 top_level_accessors: Crash |
455 type_variable_as_super: Crash | 456 type_variable_as_super: Crash |
456 typedef: Crash | 457 typedef: Crash |
457 uninitialized_fields: Crash | 458 uninitialized_fields: Crash |
458 unused_methods: Crash | 459 unused_methods: Crash |
459 void-methods: Crash | 460 void-methods: Crash |
OLD | NEW |