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 |
11 call: Crash | 11 call: Crash |
12 cascade: Crash | 12 cascade: Crash |
13 casts: Crash | 13 casts: Crash |
14 classes: Crash | 14 classes: Crash |
15 closure: Crash | 15 closure: Crash |
16 covariant_generic: Crash | 16 covariant_generic: Crash |
17 default_values: Crash | 17 default_values: Crash |
18 escape: Crash | 18 escape: Crash |
19 expressions: Crash | 19 expressions: Crash |
20 external: Crash | 20 external: Crash |
21 fallthrough: Crash | 21 fallthrough: Crash |
22 fibonacci: Crash | 22 fibonacci: Crash |
23 for_in_scope: Crash | 23 for_in_scope: Crash |
24 function_type_is_check: Crash | 24 function_type_is_check: Crash |
25 functions: Crash | 25 functions: Crash |
| 26 illegal_named_function_expression: Crash |
| 27 illegal_named_function_expression_scope: Crash |
26 implicit_scope_test: Crash | 28 implicit_scope_test: Crash |
27 implicit_this: Crash | 29 implicit_this: Crash |
28 inference/abstract_class_instantiation: Crash | 30 inference/abstract_class_instantiation: Crash |
29 inference/assert_initializer: Crash | 31 inference/assert_initializer: Crash |
30 inference/assign_local: Crash | 32 inference/assign_local: Crash |
31 inference/block_bodied_lambdas_basic: Crash | 33 inference/block_bodied_lambdas_basic: Crash |
32 inference/block_bodied_lambdas_basic_void: Crash | 34 inference/block_bodied_lambdas_basic_void: Crash |
33 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr
ash | 35 inference/block_bodied_lambdas_downwards_incompatible_with_upwards_inference: Cr
ash |
34 inference/block_bodied_lambdas_infer_bottom_async: Fail | 36 inference/block_bodied_lambdas_infer_bottom_async: Fail |
35 inference/block_bodied_lambdas_infer_bottom_async_star: Fail | 37 inference/block_bodied_lambdas_infer_bottom_async_star: Fail |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
344 inference_new/infer_instance_accessor_ref: Crash | 346 inference_new/infer_instance_accessor_ref: Crash |
345 inference_new/infer_instance_field_ref: Crash | 347 inference_new/infer_instance_field_ref: Crash |
346 inference_new/infer_instance_field_ref_circular: Crash | 348 inference_new/infer_instance_field_ref_circular: Crash |
347 inference_new/infer_logical: Crash | 349 inference_new/infer_logical: Crash |
348 inference_new/infer_use_of_void: Fail | 350 inference_new/infer_use_of_void: Fail |
349 inference_new/property_get_toplevel: Crash | 351 inference_new/property_get_toplevel: Crash |
350 inference_new/strongly_connected_component: Crash | 352 inference_new/strongly_connected_component: Crash |
351 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para
m_via_expr2: Crash | 353 inference_new/unsafe_block_closure_inference_function_call_explicit_dynamic_para
m_via_expr2: Crash |
352 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v
ia_expr2: Crash | 354 inference_new/unsafe_block_closure_inference_function_call_explicit_type_param_v
ia_expr2: Crash |
353 invocations: Crash | 355 invocations: Crash |
| 356 local_generic_function: Crash |
354 micro: Crash | 357 micro: Crash |
355 named_parameters: Crash | 358 named_parameters: Crash |
356 null_aware: Crash | 359 null_aware: Crash |
357 operators: Crash | 360 operators: Crash |
358 optional: Crash | 361 optional: Crash |
359 override: Crash | 362 override: Crash |
360 rasta/abstract_constructor: Crash | 363 rasta/abstract_constructor: Crash |
361 rasta/bad_continue: Crash | 364 rasta/bad_continue: Crash |
362 rasta/bad_default_constructor: Crash | 365 rasta/bad_default_constructor: Crash |
363 rasta/bad_redirection: Crash | 366 rasta/bad_redirection: Crash |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 static_setter: Crash | 434 static_setter: Crash |
432 store_load: Crash | 435 store_load: Crash |
433 stringliteral: Crash | 436 stringliteral: Crash |
434 super_rasta_copy: Crash | 437 super_rasta_copy: Crash |
435 top_level_accessors: Crash | 438 top_level_accessors: Crash |
436 type_variable_as_super: Crash | 439 type_variable_as_super: Crash |
437 typedef: Crash | 440 typedef: Crash |
438 uninitialized_fields: Crash | 441 uninitialized_fields: Crash |
439 unused_methods: Crash | 442 unused_methods: Crash |
440 void-methods: Crash | 443 void-methods: Crash |
OLD | NEW |